From e7500e12fe9e8f4a15a6e9c45e76f9c0ad6d3efe Mon Sep 17 00:00:00 2001 From: Redacted Date: Tue, 11 Mar 2025 17:46:10 +0000 Subject: [PATCH] Added 1517_Simply the Biast --- .../Ixal/Dailies/1517_Simply the Biast.json | 155 ++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1517_Simply the Biast.json diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1517_Simply the Biast.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1517_Simply the Biast.json new file mode 100644 index 00000000..42ca9493 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1517_Simply the Biast.json @@ -0,0 +1,155 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1009213, + "Position": { + "X": 159.28894, + "Y": -3.6960998, + "Z": 64.286255 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 159.28894, + "Y": -3.6960998, + "Z": 64.286255 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 155, + "InteractionType": "SwitchClass", + "TargetClass": "ConfiguredCombatJob" + }, + { + "Position": { + "X": -238.96973, + "Y": 225.51239, + "Z": 425.29025 + }, + "TerritoryId": 155, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "KillEnemyDataIds": [ + 191 + ], + "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead", + "Fly": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 244.82239, + "Y": 222.01717, + "Z": 352.99496 + }, + "TerritoryId": 155, + "InteractionType": "WalkTo", + "Fly": true, + "Land": true + }, + { + "DataId": 1009219, + "Position": { + "X": 251.11768, + "Y": 222, + "Z": 366.2317 + }, + "TerritoryId": 155, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 155, + "InteractionType": "Craft", + "ItemId": 8103, + "ItemCount": 1, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + } + }, + { + "Position": { + "X": 161.94475, + "Y": -4.690532, + "Z": 63.927406 + }, + "TerritoryId": 154, + "InteractionType": "WalkTo", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "Fly": true, + "Land": true, + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 159.28894, + "Y": -3.6960998, + "Z": 64.286255 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + }, + "StepIf": { + "NearPosition": { + "Position": { + "X": 159.28894, + "Y": -3.6960998, + "Z": 64.286255 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + }, + { + "DataId": 1009213, + "Position": { + "X": 159.28894, + "Y": -3.6960998, + "Z": 64.286255 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file -- 2.20.1