From ef383f692ad57dc3423f50ca07d3ccf7ab55927a Mon Sep 17 00:00:00 2001 From: Redacted Date: Tue, 11 Mar 2025 11:43:46 +0000 Subject: [PATCH] Added a land to sequence 1 step 1, to make it consistent. --- .../Ixal/Dailies/1495_Misdirected Woo.json | 223 +++++++++--------- 1 file changed, 112 insertions(+), 111 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1495_Misdirected Woo.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1495_Misdirected Woo.json index 84258923..ffe793ef 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1495_Misdirected Woo.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1495_Misdirected Woo.json @@ -1,112 +1,113 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1009211, - "Position": { - "X": 153.8872, - "Y": -9.001622, - "Z": 77.50049 - }, - "TerritoryId": 154, - "InteractionType": "AcceptQuest", - "AetheryteShortcut": "North Shroud - Fallgourd Float", - "SkipConditions": { - "AetheryteShortcutIf": { - "NearPosition": { - "Position": { - "X": 153.8872, - "Y": -9.001622, - "Z": 77.50049 - }, - "TerritoryId": 154, - "MaximumDistance": 50 - } - } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 1000656, - "Position": { - "X": 400.656, - "Y": -5.884923, - "Z": -104.90582 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true - } - ] - }, - { - "Sequence": 2, - "Steps": [ - { - "DataId": 1000172, - "Position": { - "X": 358.96838, - "Y": 8.934157, - "Z": 231.25049 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true - } - ] - }, - { - "Sequence": 3, - "Steps": [ - { - "DataId": 1000656, - "Position": { - "X": 400.656, - "Y": -5.884923, - "Z": -104.90582 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "TerritoryId": 154, - "InteractionType": "Craft", - "ItemId": 8092, - "ItemCount": 1, - "SkipConditions": { - "StepIf": { - "Item": { - "NotInInventory": false - } - } - } - }, - { - "DataId": 1009211, - "Position": { - "X": 153.8872, - "Y": -9.001622, - "Z": 77.50049 - }, - "TerritoryId": 154, - "InteractionType": "CompleteQuest", - "Fly": true - } - ] - } - ] +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1009211, + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1000656, + "Position": { + "X": 400.656, + "Y": -5.884923, + "Z": -104.90582 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true, + "Land": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1000172, + "Position": { + "X": 358.96838, + "Y": 8.934157, + "Z": 231.25049 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1000656, + "Position": { + "X": 400.656, + "Y": -5.884923, + "Z": -104.90582 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "Craft", + "ItemId": 8092, + "ItemCount": 1, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "DataId": 1009211, + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] } \ No newline at end of file -- 2.30.2