From ec1be8f638b93ceadc1c99310766620d8c04a15f Mon Sep 17 00:00:00 2001 From: Censored Date: Mon, 2 Jun 2025 01:26:06 +0200 Subject: [PATCH] Updated with better leaving logic, with the new NotNearPosition --- .../Dailies/1399_Learn by Destroying.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1399_Learn by Destroying.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1399_Learn by Destroying.json index 32089baf..bb6a9f25 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1399_Learn by Destroying.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sahagin/Dailies/1399_Learn by Destroying.json @@ -84,25 +84,25 @@ "Sequence": 255, "Steps": [ { + "DataId": 2004013, "Position": { - "X": -245.65279, - "Y": -41.732937, - "Z": 52.040615 + "X": -883.36005, + "Y": -29.251587, + "Z": 929.2285 }, "TerritoryId": 138, - "InteractionType": "WalkTo", - "AetheryteShortcut": "Western La Noscea - Aleport", - "Fly": true, + "TargetTerritoryId": 138, + "InteractionType": "Interact", "SkipConditions": { "StepIf": { - "NearPosition": { + "NotNearPosition": { "Position": { - "X": -245.65279, - "Y": -41.732937, - "Z": 52.040615 + "X": -883.36005, + "Y": -29.251587, + "Z": 929.2285 }, "TerritoryId": 138, - "MaximumDistance": 5 + "MaximumDistance": 50 } } } -- 2.20.1