From: Liza Carvelli Date: Mon, 3 Mar 2025 01:02:03 +0000 (+0100) Subject: Add workaround for non-landable area in 'Unlikely Allied' X-Git-Tag: v4.24~20 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=6c27b7d85ed06e80ecce98f819dfa1b191b289f5;p=Questionable.git Add workaround for non-landable area in 'Unlikely Allied' --- 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 } ] },