From ffd7770fbf9790cf810295238076efb2c4e14066 Mon Sep 17 00:00:00 2001 From: MrGuffels Date: Thu, 3 Jul 2025 10:17:59 -0500 Subject: [PATCH] Fix for Multi Questing Vanu --- .../Vanu Vanu/Dailies/2188_A Hut to Dye For.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Dailies/2188_A Hut to Dye For.json b/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Dailies/2188_A Hut to Dye For.json index df5c1408..55964a76 100644 --- a/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Dailies/2188_A Hut to Dye For.json +++ b/QuestPaths/3.x - Heavensward/Allied Societies/Vanu Vanu/Dailies/2188_A Hut to Dye For.json @@ -92,7 +92,20 @@ }, "TerritoryId": 401, "InteractionType": "WalkTo", - "$": "Run away from the enemy to TP" + "$": "Run away from the enemy to TP", + "SkipConditions": { + "StepIf": { + "NotNearPosition": { + "Position": { + "X": 317.41415, + "Y": 110.85538, + "Z": -34.527588 + }, + "TerritoryId": 401, + "MaximumDistance": 50 + } + } + } }, { "DataId": 1016092, -- 2.20.1