From 6aa224521c8d089244b8b441ed835002043b54ba Mon Sep 17 00:00:00 2001 From: Redacted Date: Wed, 12 Mar 2025 20:30:38 +0000 Subject: [PATCH] Added Fly to sequence 0 --- .../1503_Hells-vent on the Heavens.json | 211 +++++++++--------- 1 file changed, 106 insertions(+), 105 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1503_Hells-vent on the Heavens.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1503_Hells-vent on the Heavens.json index 66112a1c..309200cc 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1503_Hells-vent on the Heavens.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1503_Hells-vent on the Heavens.json @@ -1,106 +1,107 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1009214, - "Position": { - "X": 159.3805, - "Y": -5.6866503, - "Z": 69.29114 - }, - "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": [ - { - "TerritoryId": 154, - "InteractionType": "SwitchClass", - "TargetClass": "ConfiguredCombatJob" - }, - { - "Position": { - "X": 76.630516, - "Y": 7.3852587, - "Z": -54.13745 - }, - "TerritoryId": 154, - "InteractionType": "Combat", - "EnemySpawnType": "OverworldEnemies", - "KillEnemyDataIds": [ - 29 - ], - "Fly": true - } - ] - }, - { - "Sequence": 2, - "Steps": [ - { - "DataId": 1008945, - "Position": { - "X": 445.45654, - "Y": -0.9374095, - "Z": -67.36859 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true, - "Land": true - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "TerritoryId": 154, - "InteractionType": "Craft", - "ItemId": 8110, - "ItemCount": 4, - "SkipConditions": { - "StepIf": { - "Item": { - "NotInInventory": false - } - } - } - }, - { - "DataId": 1009214, - "Position": { - "X": 159.3805, - "Y": -5.6866503, - "Z": 69.29114 - }, - "TerritoryId": 154, - "InteractionType": "CompleteQuest", - "Fly": true, - "Land": true - } - ] - } - ] +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1009214, + "Position": { + "X": 159.3805, + "Y": -5.6866503, + "Z": 69.29114 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "SwitchClass", + "TargetClass": "ConfiguredCombatJob" + }, + { + "Position": { + "X": 76.630516, + "Y": 7.3852587, + "Z": -54.13745 + }, + "TerritoryId": 154, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "KillEnemyDataIds": [ + 29 + ], + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1008945, + "Position": { + "X": 445.45654, + "Y": -0.9374095, + "Z": -67.36859 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true, + "Land": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "Craft", + "ItemId": 8110, + "ItemCount": 4, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "DataId": 1009214, + "Position": { + "X": 159.3805, + "Y": -5.6866503, + "Z": 69.29114 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "Fly": true, + "Land": true + } + ] + } + ] } \ No newline at end of file -- 2.30.2