From 53549ab3a838aa74f4b2a234179e3b96c99c9379 Mon Sep 17 00:00:00 2001 From: Redacted Date: Wed, 12 Mar 2025 20:31:02 +0000 Subject: [PATCH] Added Fly to sequence 0 --- .../Ixal/Dailies/1504_Gyrodriven.json | 245 +++++++++--------- 1 file changed, 123 insertions(+), 122 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1504_Gyrodriven.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1504_Gyrodriven.json index 3055f38a..780687ca 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1504_Gyrodriven.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1504_Gyrodriven.json @@ -1,123 +1,124 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1009212, - "Position": { - "X": 151.29321, - "Y": -9.752633, - "Z": 79.697754 - }, - "TerritoryId": 154, - "InteractionType": "AcceptQuest", - "AetheryteShortcut": "North Shroud - Fallgourd Float", - "SkipConditions": { - "AetheryteShortcutIf": { - "NearPosition": { - "Position": { - "X": 151.29321, - "Y": -9.752633, - "Z": 79.697754 - }, - "TerritoryId": 154, - "MaximumDistance": 50 - } - } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "TerritoryId": 154, - "InteractionType": "SwitchClass", - "TargetClass": "ConfiguredCombatJob" - }, - { - "Position": { - "X": 83.55191, - "Y": -42.160282, - "Z": 359.22104 - }, - "TerritoryId": 154, - "InteractionType": "Combat", - "EnemySpawnType": "AutoOnEnterArea", - "KillEnemyDataIds": [ - 747 - ], - "Fly": true, - "CompletionQuestVariablesFlags": [ - 1, - null, - null, - null, - null, - null - ] - }, - { - "DataId": 2004461, - "Position": { - "X": 82.993774, - "Y": -41.519836, - "Z": 362.2339 - }, - "TerritoryId": 154, - "InteractionType": "Interact" - } - ] - }, - { - "Sequence": 2, - "Steps": [ - { - "DataId": 1009218, - "Position": { - "X": -4.1047363, - "Y": -40.949986, - "Z": 176.83679 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true, - "Land": true - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "TerritoryId": 154, - "InteractionType": "Craft", - "ItemId": 8095, - "ItemCount": 3, - "SkipConditions": { - "StepIf": { - "Item": { - "NotInInventory": false - } - } - } - }, - { - "DataId": 1009212, - "Position": { - "X": 151.29321, - "Y": -9.752633, - "Z": 79.697754 - }, - "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": 1009212, + "Position": { + "X": 151.29321, + "Y": -9.752633, + "Z": 79.697754 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 151.29321, + "Y": -9.752633, + "Z": 79.697754 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "SwitchClass", + "TargetClass": "ConfiguredCombatJob" + }, + { + "Position": { + "X": 83.55191, + "Y": -42.160282, + "Z": 359.22104 + }, + "TerritoryId": 154, + "InteractionType": "Combat", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 747 + ], + "Fly": true, + "CompletionQuestVariablesFlags": [ + 1, + null, + null, + null, + null, + null + ] + }, + { + "DataId": 2004461, + "Position": { + "X": 82.993774, + "Y": -41.519836, + "Z": 362.2339 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1009218, + "Position": { + "X": -4.1047363, + "Y": -40.949986, + "Z": 176.83679 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true, + "Land": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "Craft", + "ItemId": 8095, + "ItemCount": 3, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "DataId": 1009212, + "Position": { + "X": 151.29321, + "Y": -9.752633, + "Z": 79.697754 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] } \ No newline at end of file -- 2.20.1