From 3dd62cd3c63e3dd73e8fbe116e34fba1b0e1a084 Mon Sep 17 00:00:00 2001 From: Redacted Date: Tue, 18 Mar 2025 07:50:33 +0000 Subject: [PATCH] Adjusted sequence 255 --- .../Dailies/1264_The Magitek Menace.json | 121 +++++++++++------- 1 file changed, 72 insertions(+), 49 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sylphs/Dailies/1264_The Magitek Menace.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sylphs/Dailies/1264_The Magitek Menace.json index 32eb8bcc..58de6074 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sylphs/Dailies/1264_The Magitek Menace.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Sylphs/Dailies/1264_The Magitek Menace.json @@ -1,50 +1,73 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "Disabled": true, - "Comment": "This is a FATE Allied Society Quest", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1005561, - "Position": { - "X": 47.01306, - "Y": 6.0734644, - "Z": 254.01685 - }, - "TerritoryId": 152, - "InteractionType": "AcceptQuest", - "AetheryteShortcut": "East Shroud - Hawthorne Hut", - "Fly": true, - "SkipConditions": { - "AetheryteShortcutIf": { - "InSameTerritory": true - } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 1005561, - "Position": { - "X": 47.01306, - "Y": 6.0734644, - "Z": 254.01685 - }, - "TerritoryId": 152, - "InteractionType": "CompleteQuest", - "Fly": true - } - ] - } - ] +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "Disabled": true, + "Comment": "This is a FATE Allied Society Quest", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1005561, + "Position": { + "X": 47.01306, + "Y": 6.0734644, + "Z": 254.01685 + }, + "TerritoryId": 152, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "East Shroud - Hawthorne Hut", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": 37.71168, + "Y": 4.7303743, + "Z": 250.62769 + }, + "TerritoryId": 152, + "InteractionType": "WalkTo", + "Fly": true, + "Land": true, + "SkipConditions": { + "StepIf": { + "NearPosition": { + "Position": { + "X": 37.71168, + "Y": 4.7303743, + "Z": 250.62769 + }, + "TerritoryId": 152, + "MaximumDistance": 10 + } + } + } + }, + { + "DataId": 1005561, + "Position": { + "X": 47.01306, + "Y": 6.0734644, + "Z": 254.01685 + }, + "TerritoryId": 152, + "InteractionType": "CompleteQuest" + } + ] + } + ] } \ No newline at end of file -- 2.30.2