From 167baf702869dce52678ce673fc75e696c04ceda Mon Sep 17 00:00:00 2001 From: Redacted Date: Thu, 13 Mar 2025 15:36:15 +0000 Subject: [PATCH] Added 1566_Bring Your Own Ectoplasm --- .../1566_Bring Your Own Ectoplasm.json | 142 ++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1566_Bring Your Own Ectoplasm.json diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1566_Bring Your Own Ectoplasm.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1566_Bring Your Own Ectoplasm.json new file mode 100644 index 00000000..24dc229d --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1566_Bring Your Own Ectoplasm.json @@ -0,0 +1,142 @@ +{ + "$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": [ + { + "TerritoryId": 154, + "InteractionType": "SwitchClass", + "TargetClass": "ConfiguredCombatJob" + }, + { + "Position": { + "X": 581.92236, + "Y": 282.2539, + "Z": -304.58823 + }, + "TerritoryId": 155, + "InteractionType": "Combat", + "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead", + "EnemySpawnType": "OverworldEnemies", + "ComplexCombatData": [ + { + "DataId": 45, + "MinimumKillCount": 1, + "CompletionQuestVariablesFlags": [ + null, + 1, + null, + null, + null, + null + ] + }, + { + "DataId": 3241, + "MinimumKillCount": 1 + } + ], + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "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": 8125, + "ItemCount": 2, + "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.30.2