From 6c27b7d85ed06e80ecce98f819dfa1b191b289f5 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 3 Mar 2025 02:02:03 +0100 Subject: [PATCH] Add workaround for non-landable area in 'Unlikely Allied' --- .../MSQ/E-3.4/2344_Unlikely Allies.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/QuestPaths/3.x - Heavensward/MSQ/E-3.4/2344_Unlikely Allies.json b/QuestPaths/3.x - Heavensward/MSQ/E-3.4/2344_Unlikely Allies.json index eb1facef..1a32fb34 100644 --- a/QuestPaths/3.x - Heavensward/MSQ/E-3.4/2344_Unlikely Allies.json +++ b/QuestPaths/3.x - Heavensward/MSQ/E-3.4/2344_Unlikely Allies.json @@ -74,6 +74,16 @@ { "Sequence": 4, "Steps": [ + { + "Position": { + "X": -112.94925, + "Y": 74.435455, + "Z": -281.74304 + }, + "TerritoryId": 180, + "InteractionType": "WalkTo", + "Fly": true + }, { "DataId": 1017734, "Position": { @@ -83,7 +93,9 @@ }, "TerritoryId": 180, "InteractionType": "Interact", - "Fly": true + "Mount": false, + "DisableNavmesh": true, + "DelaySecondsAtStart": 1 } ] },