From 8db1186d056c44906ff3c93cdb7ecd286b4e490b Mon Sep 17 00:00:00 2001 From: Redacted Date: Wed, 12 Mar 2025 20:56:42 +0000 Subject: [PATCH] Added 1567_In Case of Emergency --- .../Dailies/1567_In Case of Emergency.json | 156 ++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1567_In Case of Emergency.json diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1567_In Case of Emergency.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1567_In Case of Emergency.json new file mode 100644 index 00000000..58a68041 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1567_In Case of Emergency.json @@ -0,0 +1,156 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1009216, + "Position": { + "X": 164.35486, + "Y": -22.797548, + "Z": 114.64099 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "Fly": true, + "Land": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2004490, + "Position": { + "X": 596.704, + "Y": 303.5476, + "Z": -89.982544 + }, + "TerritoryId": 155, + "InteractionType": "Interact", + "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead", + "Fly": true, + "Land": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + }, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2004491, + "Position": { + "X": 638.239, + "Y": 304.7379, + "Z": -93.888794 + }, + "TerritoryId": 155, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 2004492, + "Position": { + "X": 618.95166, + "Y": 301.13672, + "Z": -43.47296 + }, + "TerritoryId": 155, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1009221, + "Position": { + "X": 202.13623, + "Y": 301.99976, + "Z": -253.55927 + }, + "TerritoryId": 155, + "InteractionType": "Interact", + "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 155, + "InteractionType": "Craft", + "ItemId": 8126, + "ItemCount": 1, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "DataId": 1009216, + "Position": { + "X": 164.35486, + "Y": -22.797548, + "Z": 114.64099 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "Fly": true, + "Land": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + } + ] +} \ No newline at end of file -- 2.20.1