From 16bb770b0618441f59fd73db653641a6df35a117 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 23 Jul 2025 20:34:08 +0200 Subject: [PATCH] Change combat logic for 'Taking Stock' --- .../1963_Taking Stock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/QuestPaths/3.x - Heavensward/Aether Currents/The Dravanian Hinterlands/1963_Taking Stock.json b/QuestPaths/3.x - Heavensward/Aether Currents/The Dravanian Hinterlands/1963_Taking Stock.json index 848be8ee..5875d21a 100644 --- a/QuestPaths/3.x - Heavensward/Aether Currents/The Dravanian Hinterlands/1963_Taking Stock.json +++ b/QuestPaths/3.x - Heavensward/Aether Currents/The Dravanian Hinterlands/1963_Taking Stock.json @@ -72,14 +72,14 @@ "Steps": [ { "Position": { - "X": -346.407, - "Y": 152.32855, - "Z": 86.98739 + "X": -403.42465, + "Y": 154.8542, + "Z": 82.59637 }, "TerritoryId": 399, - "InteractionType": "WalkTo", - "Mount": false, - "Sprint": false + "InteractionType": "Combat", + "EnemySpawnType": "FinishCombatIfAny", + "KillEnemyDataIds": [] }, { "DataId": 2005885, @@ -90,7 +90,7 @@ }, "TerritoryId": 399, "InteractionType": "Interact", - "DelaySecondsAtStart": 5 + "DelaySecondsAtStart": 2 } ] }, -- 2.30.2