From a5ab095124037bf91d0edb638af27897ecbb25b2 Mon Sep 17 00:00:00 2001 From: Redacted Date: Wed, 12 Mar 2025 19:03:29 +0000 Subject: [PATCH] Added 1504_Gyrodriven --- .../Ixal/Dailies/1504_Gyrodriven.json | 123 ++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1504_Gyrodriven.json 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 new file mode 100644 index 00000000..3055f38a --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1504_Gyrodriven.json @@ -0,0 +1,123 @@ +{ + "$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 + } + ] + } + ] +} \ No newline at end of file -- 2.30.2