From 03c01b827afc6af63c16f83790931cae29528ac2 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 17 Jul 2024 20:40:38 +0200 Subject: [PATCH] Shadowbringers (start until Dohn Mheg) --- .../Kholusia/3360_A Plankless Task.json | 214 +++++++++++ .../Kholusia/3371_Village of Woe.json | 22 ++ .../Lakeland/3380_A Jobb Well Done.json | 254 +++++++++++++ .../Lakeland/3384_Imperative Repairs.json | 155 ++++++++ .../Lakeland/3385_The Astute Amaro.json | 83 ++++ .../3386_An Unreasonable Request.json | 158 ++++++++ .../3279_The Syrcus Trench.json | 128 +++++++ .../3280_City of the First.json | 130 +++++++ .../3281_Travelers of Norvrandt.json | 172 +++++++++ .../3282_In Search of Alphinaud.json | 84 +++++ .../MSQ/A2-Kholusia 1/3283_A Still Tide.json | 203 ++++++++++ .../3284_Open Arms, Closed Gate.json | 178 +++++++++ .../3285_A Fickle Existence.json | 140 +++++++ .../3286_City of Final Pleasures.json | 215 +++++++++++ .../A2-Kholusia 1/3287_Free to Sightsee.json | 74 ++++ .../A2-Kholusia 1/3288_A Taste of Honey.json | 183 +++++++++ .../3289_A Blessed Instrument.json | 118 ++++++ .../A2-Kholusia 1/3290_Emergent Splendor.json | 120 ++++++ .../3291_In Search of Alisaie.json | 145 +++++++ .../A3-Amh Areng 1/3292_City of the Mord.json | 72 ++++ .../3293_Working Off the Meal.json | 103 +++++ .../3294_A Desert Crossing.json | 119 ++++++ .../3295_Following in Her Footprints.json | 130 +++++++ .../3296_Culling Their Ranks.json | 118 ++++++ .../3297_A Purchase of Fruit.json | 144 +++++++ .../3298_The Time Left to Us.json | 157 ++++++++ .../3299_Tears on the Sand.json | 106 ++++++ .../3300_The Lightwardens.json | 137 +++++++ .../3301_Warrior of Darkness.json | 91 +++++ .../B-Il Mheg/3302_An Unwelcome Guest.json | 107 ++++++ .../3303_The Crystarium's Resolve.json | 110 ++++++ .../MSQ/B-Il Mheg/3304_Logistics of War.json | 143 +++++++ .../B-Il Mheg/3305_The Oracle of Light.json | 354 ++++++++++++++++++ .../3306_Il Mheg, the Faerie Kingdom.json | 84 +++++ .../MSQ/B-Il Mheg/3307_Sul Uin's Request.json | 134 +++++++ .../MSQ/B-Il Mheg/3308_Ys Iala's Errand.json | 85 +++++ .../MSQ/B-Il Mheg/3309_Oul Sigun's Plea.json | 94 +++++ .../MSQ/B-Il Mheg/3310_Unto the Truth.json | 106 ++++++ .../B-Il Mheg/3311_Courting Cooperation.json | 75 ++++ .../B-Il Mheg/3312_The Key to the Castle.json | 49 +++ .../3603_The Boutique Always Wins.json | 22 ++ QuestPaths/QuestPaths.csproj | 3 - QuestPaths/quest-v1.json | 20 +- .../V1/Converter/EmoteConverter.cs | 1 + Questionable.Model/V1/EEmote.cs | 1 + Questionable/Controller/QuestController.cs | 12 +- Questionable/GameFunctions.cs | 7 + 47 files changed, 5349 insertions(+), 11 deletions(-) create mode 100644 QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3360_A Plankless Task.json create mode 100644 QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3371_Village of Woe.json create mode 100644 QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3380_A Jobb Well Done.json create mode 100644 QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3384_Imperative Repairs.json create mode 100644 QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3385_The Astute Amaro.json create mode 100644 QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3386_An Unreasonable Request.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3279_The Syrcus Trench.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3280_City of the First.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3281_Travelers of Norvrandt.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3282_In Search of Alphinaud.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3283_A Still Tide.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3284_Open Arms, Closed Gate.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3285_A Fickle Existence.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3286_City of Final Pleasures.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3287_Free to Sightsee.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3288_A Taste of Honey.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3289_A Blessed Instrument.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3290_Emergent Splendor.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3291_In Search of Alisaie.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3292_City of the Mord.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3293_Working Off the Meal.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3294_A Desert Crossing.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3295_Following in Her Footprints.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3296_Culling Their Ranks.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3297_A Purchase of Fruit.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3298_The Time Left to Us.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3299_Tears on the Sand.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3300_The Lightwardens.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3301_Warrior of Darkness.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3302_An Unwelcome Guest.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3303_The Crystarium's Resolve.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3304_Logistics of War.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3305_The Oracle of Light.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3306_Il Mheg, the Faerie Kingdom.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3307_Sul Uin's Request.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3308_Ys Iala's Errand.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3309_Oul Sigun's Plea.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3310_Unto the Truth.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3311_Courting Cooperation.json create mode 100644 QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3312_The Key to the Castle.json create mode 100644 QuestPaths/5.x - Shadowbringers/Unlocks/Instant/3603_The Boutique Always Wins.json diff --git a/QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3360_A Plankless Task.json b/QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3360_A Plankless Task.json new file mode 100644 index 00000000..20dc54fd --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3360_A Plankless Task.json @@ -0,0 +1,214 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027452, + "Position": { + "X": -310.62793, + "Y": 19.405178, + "Z": 405.2948 + }, + "TerritoryId": 814, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -451.1456, + "Y": 8.987026, + "Z": 532.7527 + }, + "TerritoryId": 814, + "InteractionType": "WalkTo" + }, + { + "DataId": 1030741, + "Position": { + "X": -446.28064, + "Y": 7.6579986, + "Z": 536.15625 + }, + "StopDistance": 7, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": -447.98965, + "Y": 7.657998, + "Z": 532.0151 + }, + "StopDistance": 0.25, + "TerritoryId": 814, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": -443.48367, + "Y": 8.676657, + "Z": 532.7491 + }, + "DelaySeconds": 0.25 + } + }, + { + "DataId": 2010260, + "Position": { + "X": -444.38855, + "Y": 8.987488, + "Z": 532.6771 + }, + "TerritoryId": 814, + "InteractionType": "UseItem", + "ItemId": 2002688, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2010286, + "Position": { + "X": -443.0152, + "Y": 8.773865, + "Z": 535.97314 + }, + "TerritoryId": 814, + "InteractionType": "UseItem", + "ItemId": 2002688, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 2010287, + "Position": { + "X": -442.92365, + "Y": 8.895996, + "Z": 538.6892 + }, + "TerritoryId": 814, + "InteractionType": "UseItem", + "ItemId": 2002688, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 16 + ] + }, + { + "DataId": 2010288, + "Position": { + "X": -441.88605, + "Y": 8.590759, + "Z": 542.3513 + }, + "TerritoryId": 814, + "InteractionType": "UseItem", + "ItemId": 2002688, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 8 + ] + }, + { + "DataId": 2010261, + "Position": { + "X": -444.6327, + "Y": 8.804443, + "Z": 544.51807 + }, + "TerritoryId": 814, + "InteractionType": "UseItem", + "ItemId": 2002688, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 2010289, + "Position": { + "X": -443.47296, + "Y": 8.499207, + "Z": 548.30237 + }, + "TerritoryId": 814, + "InteractionType": "UseItem", + "ItemId": 2002688, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 4 + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1030741, + "Position": { + "X": -446.28064, + "Y": 7.6579986, + "Z": 536.15625 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027452, + "Position": { + "X": -310.62793, + "Y": 19.405178, + "Z": 405.2948 + }, + "TerritoryId": 814, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Kholusia - Wright" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3371_Village of Woe.json b/QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3371_Village of Woe.json new file mode 100644 index 00000000..747bbb9c --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Aether Currents/Kholusia/3371_Village of Woe.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "Disabled": true, + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1030763, + "Position": { + "X": -306.2334, + "Y": 20.956566, + "Z": 358.41907 + }, + "TerritoryId": 814, + "InteractionType": "AcceptQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3380_A Jobb Well Done.json b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3380_A Jobb Well Done.json new file mode 100644 index 00000000..04a16a1e --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3380_A Jobb Well Done.json @@ -0,0 +1,254 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027948, + "Position": { + "X": 40.42102, + "Y": 2.232896, + "Z": 261.49377 + }, + "TerritoryId": 819, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028280, + "Position": { + "X": 784.0542, + "Y": 21.414852, + "Z": -9.414856 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "AetheryteShortcut": "Lakeland - Fort Jobb" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1028279, + "Position": { + "X": 715.053, + "Y": 21.41357, + "Z": -26.93219 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "Position": { + "X": 703.03595, + "Y": 21.400166, + "Z": -29.025133 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "Mount": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -64 + ] + }, + { + "Position": { + "X": 704.28827, + "Y": 24.192482, + "Z": -17.380848 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "DisableNavmesh": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -64 + ] + }, + { + "DataId": 1027339, + "Position": { + "X": 709.6819, + "Y": 24.19248, + "Z": 1.8157349 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "Position": { + "X": 702.572, + "Y": 21.395899, + "Z": -29.691013 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -32 + ] + }, + { + "Position": { + "X": 681.9016, + "Y": 32.510292, + "Z": -62.020554 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -32 + ] + }, + { + "Position": { + "X": 700.8876, + "Y": 21.146883, + "Z": -86.96297 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -32 + ] + }, + { + "DataId": 1027420, + "Position": { + "X": 702.38794, + "Y": 21.798542, + "Z": -81.34589 + }, + "StopDistance": 7, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "Position": { + "X": 735.5528, + "Y": 21.146883, + "Z": -88.66971 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "Position": { + "X": 781.0609, + "Y": 23.037855, + "Z": -51.803383 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": 805.13293, + "Y": 23.037834, + "Z": -45.432808 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "DataId": 1027341, + "Position": { + "X": 805.35596, + "Y": 30.86825, + "Z": 7.9804688 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": 794.2938, + "Y": 33.028008, + "Z": 6.1403913 + }, + "TerritoryId": 813, + "InteractionType": "Jump", + "JumpDestination": { + "Position": { + "X": 783.8015, + "Y": 21.431774, + "Z": 6.478429 + }, + "StopDistance": 0.25 + } + }, + { + "DataId": 1028280, + "Position": { + "X": 784.0542, + "Y": 21.414852, + "Z": -9.414856 + }, + "TerritoryId": 813, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3384_Imperative Repairs.json b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3384_Imperative Repairs.json new file mode 100644 index 00000000..4db22a03 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3384_Imperative Repairs.json @@ -0,0 +1,155 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027382, + "Position": { + "X": -765.92664, + "Y": 61.720478, + "Z": -304.1886 + }, + "TerritoryId": 813, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -724.9727, + "Y": 54.379677, + "Z": -289.8897 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "Comment": "Tower Bottom", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -64 + ] + }, + { + "Position": { + "X": -757.78326, + "Y": 97.68395, + "Z": -372.66458 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "DisableNavmesh": true, + "Comment": "Tower Bottom Platform 1", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -64 + ] + }, + { + "DataId": 2010618, + "Position": { + "X": -792.1111, + "Y": 115.15979, + "Z": -346.4256 + }, + "TerritoryId": 813, + "InteractionType": "UseItem", + "ItemId": 2002831, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 2010619, + "Position": { + "X": -798.27576, + "Y": 115.15979, + "Z": -320.05798 + }, + "TerritoryId": 813, + "InteractionType": "UseItem", + "ItemId": 2002831, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 2010613, + "Position": { + "X": -794.73566, + "Y": 115.15979, + "Z": -310.32275 + }, + "TerritoryId": 813, + "InteractionType": "UseItem", + "ItemId": 2002831, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2010620, + "Position": { + "X": -789.05927, + "Y": 146.77649, + "Z": -344.1673 + }, + "TerritoryId": 813, + "InteractionType": "UseItem", + "ItemId": 2002831, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 16 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027382, + "Position": { + "X": -765.92664, + "Y": 61.720478, + "Z": -304.1886 + }, + "TerritoryId": 813, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Lakeland - Ostall Imperative" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3385_The Astute Amaro.json b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3385_The Astute Amaro.json new file mode 100644 index 00000000..ab272c6d --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3385_The Astute Amaro.json @@ -0,0 +1,83 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1031212, + "Position": { + "X": -673.0907, + "Y": 51.157936, + "Z": -219.50104 + }, + "TerritoryId": 813, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1031214, + "Position": { + "X": -425.2232, + "Y": 7.8791666, + "Z": -120.83624 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1031216, + "Position": { + "X": -460.44104, + "Y": 0.94062716, + "Z": 79.39258 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1031213, + "Position": { + "X": -465.1103, + "Y": 1.231928, + "Z": 77.927734 + }, + "TerritoryId": 813, + "InteractionType": "UseItem", + "ItemId": 2002832 + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1031212, + "Position": { + "X": -673.0907, + "Y": 51.157936, + "Z": -219.50104 + }, + "TerritoryId": 813, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Lakeland - Ostall Imperative" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3386_An Unreasonable Request.json b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3386_An Unreasonable Request.json new file mode 100644 index 00000000..caa81c61 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Aether Currents/Lakeland/3386_An Unreasonable Request.json @@ -0,0 +1,158 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027419, + "Position": { + "X": -700.7401, + "Y": 61.993748, + "Z": -353.62787 + }, + "TerritoryId": 813, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2010031, + "Position": { + "X": -149.82837, + "Y": 15.27417, + "Z": -102.49487 + }, + "TerritoryId": 813, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818230 + }, + { + "DataId": 1027353, + "Position": { + "X": -146.31879, + "Y": 28.47206, + "Z": -128.83197 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKZC003_03386_Q1_000_000", + "Answer": "TEXT_LUCKZC003_03386_A1_000_001" + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1028317, + "Position": { + "X": -157.64093, + "Y": 49.13476, + "Z": -137.3465 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "Position": { + "X": -156.64954, + "Y": 5.779213, + "Z": -158.39209 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "DisableNavmesh": true, + "Mount": true + }, + { + "DataId": 1027368, + "Position": { + "X": -120.65314, + "Y": 5.761645, + "Z": -159.77728 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 1031559, + "Position": { + "X": -194.17108, + "Y": 5.761844, + "Z": -153.79572 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": -137.97934, + "Y": 14.623874, + "Z": -136.3065 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": -137.54897, + "Y": 14.623859, + "Z": -121.3416 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "DataId": 1027353, + "Position": { + "X": -146.31879, + "Y": 28.47206, + "Z": -128.83197 + }, + "TerritoryId": 813, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3279_The Syrcus Trench.json b/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3279_The Syrcus Trench.json new file mode 100644 index 00000000..a8182726 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3279_The Syrcus Trench.json @@ -0,0 +1,128 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1026990, + "Position": { + "X": -2.4262085, + "Y": 0, + "Z": -9.10968 + }, + "StopDistance": 7, + "TerritoryId": 351, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002879, + "Position": { + "X": 0, + "Y": 3, + "Z": 27.5 + }, + "TerritoryId": 351, + "InteractionType": "Interact", + "TargetTerritoryId": 156 + }, + { + "Position": { + "X": 30.917934, + "Y": 20.495003, + "Z": -656.1909 + }, + "TerritoryId": 156, + "InteractionType": "WalkTo", + "Mount": true + }, + { + "DataId": 1029791, + "Position": { + "X": 351.49158, + "Y": -26.424099, + "Z": -370.8095 + }, + "TerritoryId": 156, + "InteractionType": "Interact", + "Fly": true, + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKMA101_03279_Q2_000_021", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029792, + "Position": { + "X": -47.074158, + "Y": 1.7201422, + "Z": 45.97534 + }, + "TerritoryId": 842, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "Position": { + "X": 0, + "Y": 0, + "Z": 0 + }, + "TerritoryId": 1, + "InteractionType": "WalkTo", + "Comment": "Filler" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": 549.9286, + "Y": 8.932568, + "Z": 335.04544 + }, + "TerritoryId": 877, + "InteractionType": "WalkTo", + "Mount": false + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028924, + "Position": { + "X": -176.5622, + "Y": 0, + "Z": 1.6326294 + }, + "StopDistance": 5, + "TerritoryId": 819, + "InteractionType": "CompleteQuest", + "DisableNavmesh": true + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3280_City of the First.json b/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3280_City of the First.json new file mode 100644 index 00000000..770b0797 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3280_City of the First.json @@ -0,0 +1,130 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028924, + "Position": { + "X": -176.5622, + "Y": 0, + "Z": 1.6326294 + }, + "StopDistance": 5, + "TerritoryId": 819, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 819, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Crystarium", + "SkipIf": [ + "Never" + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] The Crystalline Mean" + }, + { + "DataId": 1027232, + "Position": { + "X": -9.323303, + "Y": 20.1973, + "Z": -136.52252 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] The Amaro Launch" + }, + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] The Cabinet of Curiosity", + "AethernetShortcut": [ + "[Crystarium] The Amaro Launch", + "[Crystarium] Aetheryte Plaza" + ] + }, + { + "DataId": 1027226, + "Position": { + "X": -61.84485, + "Y": -17.72202, + "Z": -266.2547 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + }, + { + "DataId": 1027224, + "Position": { + "X": -57.358704, + "Y": -7.4820004, + "Z": 118.08948 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Cabinet of Curiosity", + "[Crystarium] Aetheryte Plaza" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] Musica Universalis Markets" + }, + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] The Dossal Gate", + "AethernetShortcut": [ + "[Crystarium] Musica Universalis Markets", + "[Crystarium] Aetheryte Plaza" + ] + }, + { + "DataId": 1028925, + "Position": { + "X": 60.105225, + "Y": -3.047831E-07, + "Z": 1.6021729 + }, + "TerritoryId": 819, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3281_Travelers of Norvrandt.json b/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3281_Travelers of Norvrandt.json new file mode 100644 index 00000000..7747457a --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A1-Crystarium 1/3281_Travelers of Norvrandt.json @@ -0,0 +1,172 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028925, + "Position": { + "X": 60.105225, + "Y": -3.047831E-07, + "Z": 1.6021729 + }, + "TerritoryId": 819, + "InteractionType": "AcceptQuest", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA103_03281_Q1_000_002", + "Answer": "TEXT_LUCKMA103_03281_A1_000_003" + } + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1030533, + "Position": { + "X": 117.997925, + "Y": 14.649025, + "Z": 7.156433 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKMA103_03281_Q2_000_011", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1028925, + "Position": { + "X": 60.105225, + "Y": -3.047831E-07, + "Z": 1.6021729 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1028926, + "Position": { + "X": -4.1047363, + "Y": -7.700001, + "Z": 138.47559 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Dossal Gate", + "[Crystarium] Musica Universalis Markets" + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": 16.119648, + "Y": -4.2178187, + "Z": 176.1683 + }, + "TerritoryId": 819, + "InteractionType": "WalkTo" + }, + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] The Pendants" + }, + { + "DataId": 1028927, + "Position": { + "X": 62.546753, + "Y": 1.716012, + "Z": 249.13391 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1030610, + "Position": { + "X": 65.11023, + "Y": 1.7160122, + "Z": 249.7749 + }, + "StopDistance": 7, + "TerritoryId": 819, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKMA103_03281_Q3_000_062", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1030533, + "Position": { + "X": 117.997925, + "Y": 14.649025, + "Z": 7.156433 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Pendants", + "[Crystarium] The Dossal Gate" + ], + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKMA103_03281_Q4_000_071", + "Yes": true + } + ] + }, + { + "DataId": 1028923, + "Position": { + "X": -0.015319824, + "Y": -1.0530548E-13, + "Z": -6.0273438 + }, + "TerritoryId": 844, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3282_In Search of Alphinaud.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3282_In Search of Alphinaud.json new file mode 100644 index 00000000..6aee7eb6 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3282_In Search of Alphinaud.json @@ -0,0 +1,84 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028923, + "Position": { + "X": -0.015319824, + "Y": -1.0530548E-13, + "Z": -6.0273438 + }, + "TerritoryId": 844, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 819, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Crystarium] Temenos Rookery", + "AetheryteShortcut": "Crystarium" + }, + { + "DataId": 1027246, + "Position": { + "X": -136.98022, + "Y": 0, + "Z": -73.777466 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA201_03282_Q1_000_013", + "Answer": "TEXT_LUCKMA201_03282_A1_000_015" + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029806, + "Position": { + "X": 62.394165, + "Y": 36.247692, + "Z": -169.39038 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] Temenos Rookery", + "[Crystarium] The Amaro Launch" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029807, + "Position": { + "X": 802.2124, + "Y": 1.2725923, + "Z": 253.00977 + }, + "TerritoryId": 814, + "InteractionType": "CompleteQuest", + "DisableNavmesh": true + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3283_A Still Tide.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3283_A Still Tide.json new file mode 100644 index 00000000..aa0343dc --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3283_A Still Tide.json @@ -0,0 +1,203 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029807, + "Position": { + "X": 802.2124, + "Y": 1.2725923, + "Z": 253.00977 + }, + "TerritoryId": 814, + "InteractionType": "AcceptQuest", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 643.7624, + "Y": 0.35477543, + "Z": 541.9913 + }, + "TerritoryId": 814, + "InteractionType": "WalkTo" + }, + { + "DataId": 2010034, + "Position": { + "X": 650.5377, + "Y": 0.3508911, + "Z": 556.38965 + }, + "TerritoryId": 814, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818238 + }, + { + "DataId": 1027286, + "Position": { + "X": 626.1234, + "Y": 3.237296, + "Z": 471.97668 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 814, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Kholusia - Stilltide" + }, + { + "Position": { + "X": 683.3415, + "Y": 30.116053, + "Z": 276.70578 + }, + "TerritoryId": 814, + "InteractionType": "WalkTo", + "$": "Wright Hut Door" + }, + { + "DataId": 2009956, + "Position": { + "X": 687.9225, + "Y": 30.07544, + "Z": 279.40784 + }, + "TerritoryId": 814, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA202_03283_Q1_000_031", + "Answer": "TEXT_LUCKMA202_03283_A1_000_034" + } + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2009957, + "Position": { + "X": 663.17236, + "Y": 53.635498, + "Z": 60.28833 + }, + "TerritoryId": 814, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10857 + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2009958, + "Position": { + "X": 694.026, + "Y": 53.757446, + "Z": 12.924377 + }, + "TerritoryId": 814, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10858 + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2009959, + "Position": { + "X": 703.5171, + "Y": 53.757446, + "Z": 52.140015 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 2009959, + "Position": { + "X": 703.5171, + "Y": 53.757446, + "Z": 52.140015 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 2009959, + "Position": { + "X": 703.5171, + "Y": 53.757446, + "Z": 52.140015 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027313, + "Position": { + "X": 691.0658, + "Y": 30.11709, + "Z": 279.62158 + }, + "TerritoryId": 814, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3284_Open Arms, Closed Gate.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3284_Open Arms, Closed Gate.json new file mode 100644 index 00000000..1ec5f026 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3284_Open Arms, Closed Gate.json @@ -0,0 +1,178 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029809, + "Position": { + "X": 687.1289, + "Y": 30.118057, + "Z": 282.73438 + }, + "StopDistance": 7, + "TerritoryId": 814, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1029810, + "Position": { + "X": 377.24878, + "Y": 6.8162985, + "Z": 306.56897 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 338.49463, + "Y": 31.93622, + "Z": 203.53125 + }, + "StopDistance": 1, + "TerritoryId": 814, + "InteractionType": "Combat", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 10859 + ], + "Comment": "TODO Either this step is incorrect OR the next one is missing" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1029811, + "Position": { + "X": 341.75623, + "Y": 31.93621, + "Z": 202.01416 + }, + "StopDistance": 7, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 2009961, + "Position": { + "X": 168.3833, + "Y": 40.115967, + "Z": 567.1931 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1029814, + "Position": { + "X": 165.78918, + "Y": 41.141296, + "Z": 676.9663 + }, + "StopDistance": 7, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 2009962, + "Position": { + "X": 175.73816, + "Y": 50.003784, + "Z": 771.4807 + }, + "TerritoryId": 814, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 1029816, + "Position": { + "X": 112.65735, + "Y": 54.873238, + "Z": 833.4934 + }, + "TerritoryId": 814, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 1029815, + "Position": { + "X": 184.40515, + "Y": 40.039566, + "Z": 592.0653 + }, + "TerritoryId": 814, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029814, + "Position": { + "X": 165.78918, + "Y": 41.141296, + "Z": 676.9663 + }, + "TerritoryId": 814, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3285_A Fickle Existence.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3285_A Fickle Existence.json new file mode 100644 index 00000000..591a5858 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3285_A Fickle Existence.json @@ -0,0 +1,140 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029814, + "Position": { + "X": 165.78918, + "Y": 41.141296, + "Z": 676.9663 + }, + "TerritoryId": 814, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 814, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Kholusia - Wright" + }, + { + "DataId": 1027516, + "Position": { + "X": -266.0716, + "Y": 21.746891, + "Z": 376.7909 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2009963, + "Position": { + "X": -276.17303, + "Y": 17.807251, + "Z": 656.9772 + }, + "TerritoryId": 814, + "InteractionType": "Instruction", + "Comment": "Click the guy in front of (or near) the light house stairs" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1029818, + "Position": { + "X": -322.46893, + "Y": 21.33508, + "Z": 777.4623 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": -617.37683, + "Y": 17.524837, + "Z": 544.3568 + }, + "TerritoryId": 814, + "InteractionType": "WalkTo" + }, + { + "DataId": 1029819, + "Position": { + "X": -635.6756, + "Y": 0.22940278, + "Z": 571.313 + }, + "TerritoryId": 814, + "InteractionType": "Interact", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1029844, + "Position": { + "X": -638.11707, + "Y": 0.2956289, + "Z": 571.5265 + }, + "StopDistance": 7, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 2010038, + "Position": { + "X": -651.1788, + "Y": -0.015319824, + "Z": 588.4031 + }, + "TerritoryId": 814, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818242 + }, + { + "DataId": 1029823, + "Position": { + "X": -330.40363, + "Y": 19.081778, + "Z": 389.27283 + }, + "TerritoryId": 814, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Kholusia - Wright" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3286_City of Final Pleasures.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3286_City of Final Pleasures.json new file mode 100644 index 00000000..5e35fd71 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3286_City of Final Pleasures.json @@ -0,0 +1,215 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029822, + "Position": { + "X": -328.6031, + "Y": 19.317894, + "Z": 390.00525 + }, + "TerritoryId": 814, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009964, + "Position": { + "X": 168.96313, + "Y": 41.000854, + "Z": 677.3021 + }, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 0, + "Y": 0, + "Z": 0 + }, + "TerritoryId": 1, + "InteractionType": "WalkTo", + "Comment": "Filler" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1029824, + "Position": { + "X": 0.6866455, + "Y": -5.0951424, + "Z": -104.112366 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "TerritoryId": 820, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Eulmore] The Glory Gate" + }, + { + "DataId": 1027524, + "Position": { + "X": 17.410522, + "Y": 6, + "Z": -0.16790771 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1027526, + "Position": { + "X": 17.410522, + "Y": 6, + "Z": 16.983276 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "Position": { + "X": 14.658053, + "Y": 5.9974756, + "Z": 37.953873 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": 17.513058, + "Y": 6.0829277, + "Z": 38.194153 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "DataId": 2009967, + "Position": { + "X": 18.20398, + "Y": 7.522644, + "Z": 38.223755 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "Position": { + "X": 10.609789, + "Y": 6, + "Z": 33.17366 + }, + "StopDistance": 5, + "TerritoryId": 820, + "InteractionType": "UseItem", + "ItemId": 2002575 + } + ] + }, + { + "Sequence": 8, + "Steps": [ + { + "DataId": 1029827, + "Position": { + "X": 4.1046753, + "Y": 5.9999995, + "Z": 29.770264 + }, + "StopDistance": 1, + "TerritoryId": 820, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA205_03286_Q1_000_152", + "Answer": "TEXT_LUCKMA205_03286_A1_000_153" + } + ] + } + ] + }, + { + "Sequence": 9, + "Steps": [ + { + "DataId": 1029990, + "Position": { + "X": 11.36792, + "Y": 5.999995, + "Z": -38.651123 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027527, + "Position": { + "X": -2.1820679, + "Y": 7.191099, + "Z": 58.060547 + }, + "TerritoryId": 820, + "InteractionType": "Interact", + "TargetTerritoryId": 820 + }, + { + "DataId": 1029830, + "Position": { + "X": 28.396973, + "Y": 82.78207, + "Z": 26.5354 + }, + "TerritoryId": 820, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3287_Free to Sightsee.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3287_Free to Sightsee.json new file mode 100644 index 00000000..17350ed5 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3287_Free to Sightsee.json @@ -0,0 +1,74 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029832, + "Position": { + "X": 28.793701, + "Y": 82.78206, + "Z": 24.917969 + }, + "StopDistance": 5, + "TerritoryId": 820, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1029833, + "Position": { + "X": -24.887512, + "Y": 82.2726, + "Z": -19.058533 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029834, + "Position": { + "X": -18.35669, + "Y": 82.597046, + "Z": -52.99463 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029833, + "Position": { + "X": -24.887512, + "Y": 82.2726, + "Z": -19.058533 + }, + "TerritoryId": 820, + "InteractionType": "CompleteQuest", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA206_03287_Q2_000_081", + "Answer": "TEXT_LUCKMA206_03287_A2_000_083" + } + ] + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3288_A Taste of Honey.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3288_A Taste of Honey.json new file mode 100644 index 00000000..4ef87be2 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3288_A Taste of Honey.json @@ -0,0 +1,183 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029833, + "Position": { + "X": -24.887512, + "Y": 82.2726, + "Z": -19.058533 + }, + "TerritoryId": 820, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1027575, + "Position": { + "X": 59.128662, + "Y": 83.00107, + "Z": -70.08472 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027575, + "Position": { + "X": 59.128662, + "Y": 83.00107, + "Z": -70.08472 + }, + "TerritoryId": 820, + "InteractionType": "Instruction", + "Comment": "Win first game", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA207_03288_Q1_000_041", + "Answer": "TEXT_LUCKMA207_03288_A1_000_042" + } + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1027575, + "Position": { + "X": 59.128662, + "Y": 83.00107, + "Z": -70.08472 + }, + "TerritoryId": 820, + "InteractionType": "Instruction", + "Comment": "Win second game", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA207_03288_Q1_000_041", + "Answer": "TEXT_LUCKMA207_03288_A1_000_042" + } + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1027574, + "Position": { + "X": 54.154175, + "Y": 82.00165, + "Z": -50.888855 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "Position": { + "X": 60.480736, + "Y": 82.909546, + "Z": -37.52441 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": 63.647987, + "Y": 84.80449, + "Z": -36.65881 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "Position": { + "X": 65.76068, + "Y": 86.70241, + "Z": -39.688606 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "Position": { + "X": 64.27692, + "Y": 86.7024, + "Z": -40.825073 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "Position": { + "X": 61.212788, + "Y": 86.7, + "Z": -40.65704 + }, + "StopDistance": 0.5, + "TerritoryId": 820, + "InteractionType": "Emote", + "Emote": "dance", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1027574, + "Position": { + "X": 54.154175, + "Y": 82.00165, + "Z": -50.888855 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029830, + "Position": { + "X": 28.396973, + "Y": 82.78207, + "Z": 26.5354 + }, + "TerritoryId": 820, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3289_A Blessed Instrument.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3289_A Blessed Instrument.json new file mode 100644 index 00000000..0f94f0be --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3289_A Blessed Instrument.json @@ -0,0 +1,118 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029837, + "Position": { + "X": 26.810059, + "Y": 82.78224, + "Z": 23.819275 + }, + "TerritoryId": 820, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -16.370012, + "Y": 51.01856, + "Z": 18.119207 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": -18.53454, + "Y": 23.1, + "Z": 4.258671 + }, + "TerritoryId": 820, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "DataId": 1029838, + "Position": { + "X": -18.387146, + "Y": 23.1, + "Z": -8.712891 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 820, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Eulmore] The Mainstay" + }, + { + "TerritoryId": 820, + "InteractionType": "AttuneAethernetShard", + "AethernetShard": "[Eulmore] Nightsoil Pots", + "AethernetShortcut": [ + "[Eulmore] The Mainstay", + "[Eulmore] The Glory Gate" + ] + }, + { + "DataId": 1027588, + "Position": { + "X": -50.247986, + "Y": -0.10068311, + "Z": 61.32605 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1029838, + "Position": { + "X": -18.387146, + "Y": 23.1, + "Z": -8.712891 + }, + "TerritoryId": 820, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Eulmore] Nightsoil Pots", + "[Eulmore] The Mainstay" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028990, + "Position": { + "X": 26.810059, + "Y": 82.78224, + "Z": 23.819275 + }, + "TerritoryId": 820, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3290_Emergent Splendor.json b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3290_Emergent Splendor.json new file mode 100644 index 00000000..25220c5e --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A2-Kholusia 1/3290_Emergent Splendor.json @@ -0,0 +1,120 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028990, + "Position": { + "X": 26.810059, + "Y": 82.78224, + "Z": 23.819275 + }, + "TerritoryId": 820, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1027549, + "Position": { + "X": 2.029419, + "Y": 83.195244, + "Z": 57.846924 + }, + "TerritoryId": 820, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKMA209_03290_Q1_000_041", + "Yes": true + } + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029839, + "Position": { + "X": 5.722107, + "Y": -5.1046004, + "Z": -106.126526 + }, + "TerritoryId": 820, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1027225, + "Position": { + "X": 61.905884, + "Y": 36.247692, + "Z": -169.17682 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Amaro Launch" + ], + "TargetTerritoryId": 814 + }, + { + "DataId": 1029841, + "Position": { + "X": 800.0458, + "Y": 1.4174876, + "Z": 255.9701 + }, + "StopDistance": 7, + "TerritoryId": 814, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027230, + "Position": { + "X": 117.997925, + "Y": 14.649025, + "Z": 7.156433 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Amaro Launch", + "[Crystarium] The Dossal Gate" + ], + "TargetTerritoryId": 844 + }, + { + "DataId": 1029842, + "Position": { + "X": -2.02948, + "Y": -4.7436786E-14, + "Z": -4.196289 + }, + "TerritoryId": 844, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3291_In Search of Alisaie.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3291_In Search of Alisaie.json new file mode 100644 index 00000000..420246ab --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3291_In Search of Alisaie.json @@ -0,0 +1,145 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028923, + "Position": { + "X": -0.015319824, + "Y": -1.0530548E-13, + "Z": -6.0273438 + }, + "StopDistance": 7, + "TerritoryId": 844, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1027854, + "Position": { + "X": 40.57373, + "Y": 36.197685, + "Z": -160.23505 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Amaro Launch" + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027854, + "Position": { + "X": 40.57373, + "Y": 36.197685, + "Z": -160.23505 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "Position": { + "X": 0, + "Y": 0, + "Z": 0 + }, + "TerritoryId": 1, + "InteractionType": "WalkTo", + "Comment": "Filler" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1028961, + "Position": { + "X": 662.50085, + "Y": -48.533764, + "Z": -652.8573 + }, + "StopDistance": 7, + "TerritoryId": 815, + "InteractionType": "Interact", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 2010044, + "Position": { + "X": 446.0669, + "Y": -60.56305, + "Z": -523.7049 + }, + "TerritoryId": 815, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818253 + }, + { + "DataId": 1028962, + "Position": { + "X": 477.71423, + "Y": -50.54957, + "Z": -509.88025 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 2009842, + "Position": { + "X": 484.2754, + "Y": -51.95703, + "Z": -512.50476 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028963, + "Position": { + "X": 327.0465, + "Y": 1.4685787, + "Z": -296.4676 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3292_City of the Mord.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3292_City of the Mord.json new file mode 100644 index 00000000..cfd37c03 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3292_City of the Mord.json @@ -0,0 +1,72 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028963, + "Position": { + "X": 327.0465, + "Y": 1.4685787, + "Z": -296.4676 + }, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 815, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Amh Araeng - Mord Souq" + }, + { + "DataId": 1027872, + "Position": { + "X": 268.4519, + "Y": 4.0296993, + "Z": -144.1825 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027873, + "Position": { + "X": 312.24524, + "Y": 1.4685826, + "Z": -186.14484 + }, + "TerritoryId": 815, + "InteractionType": "Instruction", + "Comment": "Click all four foods" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027872, + "Position": { + "X": 268.4519, + "Y": 4.0296993, + "Z": -144.1825 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3293_Working Off the Meal.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3293_Working Off the Meal.json new file mode 100644 index 00000000..4a65f8c2 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3293_Working Off the Meal.json @@ -0,0 +1,103 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028974, + "Position": { + "X": 265.79688, + "Y": 4.0297, + "Z": -145.76947 + }, + "StopDistance": 5, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009935, + "Position": { + "X": 328.48096, + "Y": 1.449585, + "Z": -289.5705 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMA303_03293_Q1_000_000", + "Answer": "TEXT_LUCKMA303_03293_A1_000_002" + } + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 2009934, + "Position": { + "X": 231.15894, + "Y": 4.0131226, + "Z": -300.55695 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2009936, + "Position": { + "X": 205.40161, + "Y": 4.0131226, + "Z": -293.59882 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028976, + "Position": { + "X": 313.2218, + "Y": 1.4685826, + "Z": -154.40613 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3294_A Desert Crossing.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3294_A Desert Crossing.json new file mode 100644 index 00000000..d94d3082 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3294_A Desert Crossing.json @@ -0,0 +1,119 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028977, + "Position": { + "X": 313.8933, + "Y": 1.4685827, + "Z": -156.81696 + }, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1030606, + "Position": { + "X": 347.15796, + "Y": -8.423396, + "Z": -117.93707 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 443.3203, + "Y": -23.82671, + "Z": -44.724243 + }, + "StopDistance": 1, + "TerritoryId": 815, + "InteractionType": "Combat", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 10874 + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1028978, + "Position": { + "X": 443.3203, + "Y": -23.82671, + "Z": -44.724243 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2009848, + "Position": { + "X": 487.51038, + "Y": -37.979797, + "Z": 56.10742 + }, + "TerritoryId": 815, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10875 + ] + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1028978, + "Position": { + "X": 443.3203, + "Y": -23.82671, + "Z": -44.724243 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028980, + "Position": { + "X": 388.93713, + "Y": -33.327938, + "Z": 233.20361 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3295_Following in Her Footprints.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3295_Following in Her Footprints.json new file mode 100644 index 00000000..5d2044b5 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3295_Following in Her Footprints.json @@ -0,0 +1,130 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029001, + "Position": { + "X": 373.09827, + "Y": -26.632425, + "Z": 290.6996 + }, + "StopDistance": 7, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "TerritoryId": 815, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Amh Araeng - Inn at Journey's Head" + }, + { + "DataId": 2010047, + "Position": { + "X": 344.6554, + "Y": -66.54462, + "Z": 538.9332 + }, + "TerritoryId": 815, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818256 + }, + { + "DataId": 2009849, + "Position": { + "X": 362.50854, + "Y": -63.95056, + "Z": 503.65454 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2009850, + "Position": { + "X": 357.04578, + "Y": -63.34027, + "Z": 497.79492 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2009851, + "Position": { + "X": 329.57947, + "Y": -72.15991, + "Z": 463.3401 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2009852, + "Position": { + "X": 285.60303, + "Y": -66.88031, + "Z": 404.2572 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 2009853, + "Position": { + "X": 200.79346, + "Y": -82.29199, + "Z": 384.32886 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029002, + "Position": { + "X": 271.3512, + "Y": -45.269566, + "Z": 334.46252 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3296_Culling Their Ranks.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3296_Culling Their Ranks.json new file mode 100644 index 00000000..f35511b1 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3296_Culling Their Ranks.json @@ -0,0 +1,118 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029002, + "Position": { + "X": 271.3512, + "Y": -45.269566, + "Z": 334.46252 + }, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009854, + "Position": { + "X": 215.44214, + "Y": -58.609924, + "Z": 262.745 + }, + "TerritoryId": 815, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10876 + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2009855, + "Position": { + "X": 259.20496, + "Y": -44.571655, + "Z": 159.74658 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 2009856, + "Position": { + "X": 337.08704, + "Y": -35.01947, + "Z": 42.313232 + }, + "TerritoryId": 815, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10876 + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029003, + "Position": { + "X": 392.4773, + "Y": -33.87629, + "Z": 229.54138 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029001, + "Position": { + "X": 373.09827, + "Y": -26.632425, + "Z": 290.6996 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3297_A Purchase of Fruit.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3297_A Purchase of Fruit.json new file mode 100644 index 00000000..e84f26c6 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3297_A Purchase of Fruit.json @@ -0,0 +1,144 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029001, + "Position": { + "X": 373.09827, + "Y": -26.632425, + "Z": 290.6996 + }, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1027909, + "Position": { + "X": 357.47314, + "Y": -27.145874, + "Z": 317.28076 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027910, + "Position": { + "X": 356.71008, + "Y": -27.8172, + "Z": 310.04797 + }, + "StopDistance": 7, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1030386, + "Position": { + "X": 363.4851, + "Y": -27.966003, + "Z": 301.2893 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1029001, + "Position": { + "X": 373.09827, + "Y": -26.632425, + "Z": 290.6996 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1027873, + "Position": { + "X": 312.24524, + "Y": 1.4685826, + "Z": -186.14484 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "AetheryteShortcut": "Amh Araeng - Mord Souq" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1029007, + "Position": { + "X": 215.13696, + "Y": 7.1558266, + "Z": -214.3435 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 7, + "Steps": [ + { + "DataId": 1029007, + "Position": { + "X": 215.13696, + "Y": 7.1558266, + "Z": -214.3435 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029001, + "Position": { + "X": 373.09827, + "Y": -26.632425, + "Z": 290.6996 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Amh Araeng - Inn at Journey's Head" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3298_The Time Left to Us.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3298_The Time Left to Us.json new file mode 100644 index 00000000..79882227 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3298_The Time Left to Us.json @@ -0,0 +1,157 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029001, + "Position": { + "X": 373.09827, + "Y": -26.632425, + "Z": 290.6996 + }, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1029008, + "Position": { + "X": 399.64905, + "Y": -28.357803, + "Z": 349.813 + }, + "StopDistance": 7, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2009858, + "Position": { + "X": 473.50256, + "Y": -72.67877, + "Z": 487.57153 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2009859, + "Position": { + "X": 317.28076, + "Y": -76.554565, + "Z": 476.64612 + }, + "TerritoryId": 815, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10877 + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 2009860, + "Position": { + "X": 284.26025, + "Y": -43.90027, + "Z": 302.2965 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 5, + "Steps": [ + { + "DataId": 1029010, + "Position": { + "X": 401.3275, + "Y": -28.80457, + "Z": 260.21204 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 6, + "Steps": [ + { + "DataId": 1027906, + "Position": { + "X": 423.14795, + "Y": -26.83098, + "Z": 294.6974 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 1027911, + "Position": { + "X": 378.71362, + "Y": -28.255466, + "Z": 324.97144 + }, + "TerritoryId": 815, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029012, + "Position": { + "X": 400.80872, + "Y": -28.75819, + "Z": 257.28235 + }, + "TerritoryId": 815, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3299_Tears on the Sand.json b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3299_Tears on the Sand.json new file mode 100644 index 00000000..898805c0 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A3-Amh Areng 1/3299_Tears on the Sand.json @@ -0,0 +1,106 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029010, + "Position": { + "X": 401.3275, + "Y": -28.80457, + "Z": 260.21204 + }, + "TerritoryId": 815, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 58.63951, + "Y": 36.19769, + "Z": -170.36603 + }, + "TerritoryId": 819, + "InteractionType": "WalkTo", + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Amaro Launch" + ] + }, + { + "DataId": 1027264, + "Position": { + "X": 60.593506, + "Y": 36.247692, + "Z": -171.80133 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "TargetTerritoryId": 815 + }, + { + "DataId": 1029013, + "Position": { + "X": 664.4236, + "Y": -48.865906, + "Z": -651.3619 + }, + "TerritoryId": 815, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029014, + "Position": { + "X": 46.707764, + "Y": 36.197685, + "Z": -167.43726 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027230, + "Position": { + "X": 117.997925, + "Y": 14.649025, + "Z": 7.156433 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Amaro Launch", + "[Crystarium] The Dossal Gate" + ], + "TargetTerritoryId": 844 + }, + { + "DataId": 1029015, + "Position": { + "X": 2.243042, + "Y": 0, + "Z": -4.1047363 + }, + "TerritoryId": 844, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3300_The Lightwardens.json b/QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3300_The Lightwardens.json new file mode 100644 index 00000000..bb827b74 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3300_The Lightwardens.json @@ -0,0 +1,137 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "TerritoryBlacklist": [ + 837 + ], + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028923, + "Position": { + "X": -0.015319824, + "Y": -1.0530548E-13, + "Z": -6.0273438 + }, + "StopDistance": 7, + "TerritoryId": 844, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028923, + "Position": { + "X": -0.015319824, + "Y": -1.0530548E-13, + "Z": -6.0273438 + }, + "StopDistance": 7, + "TerritoryId": 844, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2010024, + "Position": { + "X": 554.2534, + "Y": 17.92926, + "Z": 352.1018 + }, + "TerritoryId": 813, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818223, + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] Tessellation (Lakeland)" + ] + }, + { + "DataId": 1028928, + "Position": { + "X": 347.98206, + "Y": 3.5166266, + "Z": 167.89502 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "Position": { + "X": 697.40857, + "Y": 21.402163, + "Z": -28.658777 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "TerritoryId": 813, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Lakeland - Fort Jobb" + }, + { + "DataId": 2010028, + "Position": { + "X": 613.24475, + "Y": 24.002441, + "Z": -231.15894 + }, + "TerritoryId": 813, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818227 + }, + { + "DataId": 1029846, + "Position": { + "X": 682.33765, + "Y": 101.7017, + "Z": -710.3533 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "TerritoryId": 813, + "InteractionType": "Duty", + "ContentFinderConditionId": 676 + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1029846, + "Position": { + "X": 682.33765, + "Y": 101.7017, + "Z": -710.3533 + }, + "TerritoryId": 813, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3301_Warrior of Darkness.json b/QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3301_Warrior of Darkness.json new file mode 100644 index 00000000..4e8dbf43 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/A4-Crystarium 2/3301_Warrior of Darkness.json @@ -0,0 +1,91 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029846, + "Position": { + "X": 682.33765, + "Y": 101.7017, + "Z": -710.3533 + }, + "TerritoryId": 813, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028929, + "Position": { + "X": -4.501404, + "Y": -2.4866313E-07, + "Z": -7.370178 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AetheryteShortcut": "Crystarium" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027224, + "Position": { + "X": -57.358704, + "Y": -7.4820004, + "Z": 118.08948 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1027322, + "Position": { + "X": -20.126648, + "Y": 3.9998171, + "Z": 204.24194 + }, + "StopDistance": 4, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1030610, + "Position": { + "X": 65.11023, + "Y": 1.7160122, + "Z": 249.7749 + }, + "StopDistance": 5, + "TerritoryId": 819, + "InteractionType": "CompleteQuest", + "DialogueChoices": [ + { + "Type": "YesNo", + "Prompt": "TEXT_LUCKMA402_03301_Q1_000_000", + "Yes": true + } + ] + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3302_An Unwelcome Guest.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3302_An Unwelcome Guest.json new file mode 100644 index 00000000..ae309272 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3302_An Unwelcome Guest.json @@ -0,0 +1,107 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027231, + "Position": { + "X": 65.35437, + "Y": 1.7160122, + "Z": 249.83594 + }, + "StopDistance": 7, + "TerritoryId": 819, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1027230, + "Position": { + "X": 117.997925, + "Y": 14.649025, + "Z": 7.156433 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Pendants", + "[Crystarium] The Dossal Gate" + ], + "TargetTerritoryId": 844 + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027226, + "Position": { + "X": -61.84485, + "Y": -17.72202, + "Z": -266.2547 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AetheryteShortcut": "Crystarium", + "AethernetShortcut": [ + "[Crystarium] Aetheryte Plaza", + "[Crystarium] The Cabinet of Curiosity" + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2009809, + "Position": { + "X": -62.638306, + "Y": -35.446716, + "Z": -275.83734 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1027226, + "Position": { + "X": -61.84485, + "Y": -17.72202, + "Z": -266.2547 + }, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028941, + "Position": { + "X": -67.0329, + "Y": -37.700005, + "Z": -209.15546 + }, + "TerritoryId": 819, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3303_The Crystarium's Resolve.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3303_The Crystarium's Resolve.json new file mode 100644 index 00000000..b9946af9 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3303_The Crystarium's Resolve.json @@ -0,0 +1,110 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028943, + "Position": { + "X": -65.4765, + "Y": -37.7, + "Z": -209.0028 + }, + "StopDistance": 5, + "TerritoryId": 819, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028944, + "Position": { + "X": -63.767517, + "Y": -37.7, + "Z": -210.2846 + }, + "StopDistance": 5, + "TerritoryId": 819, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1027232, + "Position": { + "X": -9.323303, + "Y": 20.1973, + "Z": -136.52252 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Cabinet of Curiosity", + "[Crystarium] The Crystalline Mean" + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1027248, + "Position": { + "X": -30.807983, + "Y": -0.64999914, + "Z": -51.438232 + }, + "TerritoryId": 819, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Crystarium] The Crystalline Mean", + "[Crystarium] The Dossal Gate" + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": -28.545706, + "Y": -0.65, + "Z": -49.711563 + }, + "TerritoryId": 819, + "InteractionType": "UseItem", + "ItemId": 2002531 + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027246, + "Position": { + "X": -136.98022, + "Y": 0, + "Z": -73.777466 + }, + "TerritoryId": 819, + "InteractionType": "CompleteQuest", + "AethernetShortcut": [ + "[Crystarium] The Dossal Gate", + "[Crystarium] Temenos Rookery" + ] + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3304_Logistics of War.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3304_Logistics of War.json new file mode 100644 index 00000000..80b0dfc6 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3304_Logistics of War.json @@ -0,0 +1,143 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027246, + "Position": { + "X": -136.98022, + "Y": 0, + "Z": -73.777466 + }, + "TerritoryId": 819, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028945, + "Position": { + "X": 588.55554, + "Y": 9.151089, + "Z": 342.7328 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": -163.7502, + "Y": 5.7616043, + "Z": -84.08555 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "Fly": true + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "Position": { + "X": -621.27985, + "Y": 56.75789, + "Z": -151.14738 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "Fly": true + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1027395, + "Position": { + "X": -618.06665, + "Y": 56.75789, + "Z": -148.24146 + }, + "StopDistance": 5, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": -655.08356, + "Y": 52.60457, + "Z": -186.09218 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": -628.89685, + "Y": 52.60457, + "Z": -190.31772 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "DisableNavmesh": true + }, + { + "DataId": 2010032, + "Position": { + "X": -619.6537, + "Y": 51.499146, + "Z": -199.11499 + }, + "TerritoryId": 813, + "InteractionType": "AttuneAetherCurrent", + "AetherCurrentId": 2818231, + "DisableNavmesh": true + }, + { + "TerritoryId": 813, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Lakeland - Ostall Imperative" + }, + { + "Position": { + "X": -694.6047, + "Y": 50.939487, + "Z": -270.97464 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "DataId": 1028947, + "Position": { + "X": -648.9509, + "Y": 64.32663, + "Z": -271.65643 + }, + "TerritoryId": 813, + "InteractionType": "CompleteQuest", + "DisableNavmesh": true + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3305_The Oracle of Light.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3305_The Oracle of Light.json new file mode 100644 index 00000000..8ff6e795 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3305_The Oracle of Light.json @@ -0,0 +1,354 @@ + +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "TerritoryBlacklist": [ + 861 + ], + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028947, + "Position": { + "X": -648.9509, + "Y": 64.32663, + "Z": -271.65643 + }, + "TerritoryId": 813, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -635.37024, + "Y": 56.201702, + "Z": -142.69623 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo" + }, + { + "DataId": 2009814, + "Position": { + "X": -636.16394, + "Y": 57.358643, + "Z": -137.62122 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1028951, + "Position": { + "X": -639.0631, + "Y": 56.95372, + "Z": -167.71198 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "Position": { + "X": -679.40436, + "Y": 52.60457, + "Z": -153.66644 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -64 + ] + }, + { + "DataId": 1028952, + "Position": { + "X": -750.20984, + "Y": 66.442, + "Z": -194.32367 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "DataId": 1028953, + "Position": { + "X": -776.51636, + "Y": 51.56758, + "Z": -243.57977 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "DisableNavmesh": true, + "Mount": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + }, + { + "DataId": 1028954, + "Position": { + "X": -715.78546, + "Y": 51.50113, + "Z": -265.49176 + }, + "TerritoryId": 813, + "InteractionType": "Interact", + "DisableNavmesh": true, + "Mount": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 16 + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1028947, + "Position": { + "X": -648.9509, + "Y": 64.32663, + "Z": -271.65643 + }, + "TerritoryId": 813, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "Position": { + "X": -724.9727, + "Y": 54.379677, + "Z": -289.8897 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "Comment": "Tower Bottom" + }, + { + "Position": { + "X": -757.78326, + "Y": 97.68395, + "Z": -372.66458 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true, + "Comment": "Tower Bottom Platform 1" + }, + { + "Position": { + "X": -780.0622, + "Y": 149.62582, + "Z": -337.95224 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "Comment": "Wooden Skywalk Bottom" + }, + { + "Position": { + "X": -765.9982, + "Y": 155.44612, + "Z": -338.81696 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true, + "Comment": "Wooden Skywalk Platform 1" + }, + { + "Position": { + "X": -754.08276, + "Y": 168.09683, + "Z": -308.96964 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true, + "Comment": "Wooden Skywalk Platform 2" + }, + { + "Position": { + "X": -785.5669, + "Y": 180.77463, + "Z": -297.20663 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true, + "Comment": "Wooden Skywalk Platform 3" + }, + { + "Position": { + "X": -797.36646, + "Y": 193.39963, + "Z": -328.5602 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true, + "Comment": "Wooden Skywalk Platform 4" + }, + { + "Position": { + "X": -778.27325, + "Y": 200.46912, + "Z": -335.60287 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true, + "Comment": "Wooden Skywalk Top" + }, + { + "Position": { + "X": -773.5372, + "Y": 200.21283, + "Z": -331.92017 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true + }, + { + "Position": { + "X": -764.10376, + "Y": 200.22963, + "Z": -332.95276 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ] + }, + { + "Position": { + "X": -757.3483, + "Y": 200.13994, + "Z": -312.77927 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingUnlocked" + ], + "DisableNavmesh": true + }, + { + "Position": { + "X": -756.9433, + "Y": 200.1388, + "Z": -295.38437 + }, + "TerritoryId": 813, + "InteractionType": "WalkTo", + "SkipIf": [ + "FlyingLocked" + ] + }, + { + "DataId": 1028955, + "Position": { + "X": -755.67255, + "Y": 200.19878, + "Z": -293.87354 + }, + "TerritoryId": 813, + "InteractionType": "SinglePlayerDuty", + "Comment": "The Oracle of Light" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028956, + "Position": { + "X": -635.76715, + "Y": 126.0163, + "Z": 697.444 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest", + "DisableNavmesh": true + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3306_Il Mheg, the Faerie Kingdom.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3306_Il Mheg, the Faerie Kingdom.json new file mode 100644 index 00000000..eed61150 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3306_Il Mheg, the Faerie Kingdom.json @@ -0,0 +1,84 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028956, + "Position": { + "X": -635.76715, + "Y": 126.0163, + "Z": 697.444 + }, + "TerritoryId": 816, + "InteractionType": "AcceptQuest", + "DisableNavmesh": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1028970, + "Position": { + "X": -370.41278, + "Y": 47.988583, + "Z": 497.3982 + }, + "TerritoryId": 816, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 816, + "InteractionType": "AttuneAetheryte", + "Aetheryte": "Il Mheg - Lydha Lran" + }, + { + "DataId": 2009816, + "Position": { + "X": -382.8031, + "Y": 60.746094, + "Z": 530.5714 + }, + "TerritoryId": 816, + "InteractionType": "Interact", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMB105_03306_Q3_000_000", + "Answer": "TEXT_LUCKMB105_03306_A3_000_002" + }, + { + "Type": "List", + "Prompt": "TEXT_LUCKMB105_03306_Q4_000_000", + "Answer": "TEXT_LUCKMB105_03306_A4_000_003" + } + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028970, + "Position": { + "X": -370.41278, + "Y": 47.988583, + "Z": 497.3982 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3307_Sul Uin's Request.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3307_Sul Uin's Request.json new file mode 100644 index 00000000..3613b546 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3307_Sul Uin's Request.json @@ -0,0 +1,134 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027654, + "Position": { + "X": -355.30634, + "Y": 46.684208, + "Z": 482.0172 + }, + "TerritoryId": 816, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -359.70227, + "Y": 69.40222, + "Z": 546.2372 + }, + "TerritoryId": 816, + "InteractionType": "WalkTo", + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -64 + ] + }, + { + "DataId": 2009820, + "Position": { + "X": -375.29565, + "Y": 76.06616, + "Z": 550.4386 + }, + "TerritoryId": 816, + "InteractionType": "UseItem", + "ItemId": 2002534, + "DisableNavmesh": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + }, + { + "Position": { + "X": -391.67172, + "Y": 58.587833, + "Z": 553.26294 + }, + "TerritoryId": 816, + "InteractionType": "WalkTo", + "DisableNavmesh": true, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + -128 + ] + }, + { + "DataId": 2009819, + "Position": { + "X": -454.88672, + "Y": 80.125, + "Z": 593.469 + }, + "TerritoryId": 816, + "InteractionType": "UseItem", + "ItemId": 2002534, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2009821, + "Position": { + "X": -280.32355, + "Y": 56.22937, + "Z": 474.08252 + }, + "TerritoryId": 816, + "InteractionType": "UseItem", + "ItemId": 2002534, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 32 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027654, + "Position": { + "X": -355.30634, + "Y": 46.684208, + "Z": 482.0172 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3308_Ys Iala's Errand.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3308_Ys Iala's Errand.json new file mode 100644 index 00000000..e6fb0958 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3308_Ys Iala's Errand.json @@ -0,0 +1,85 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027655, + "Position": { + "X": -424.6739, + "Y": 60.46432, + "Z": 490.07385 + }, + "TerritoryId": 816, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009822, + "Position": { + "X": -211.10858, + "Y": 38.895264, + "Z": 356.77112 + }, + "TerritoryId": 816, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10840 + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2009823, + "Position": { + "X": -260.24268, + "Y": 38.986816, + "Z": 289.05164 + }, + "TerritoryId": 816, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 10840 + ], + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027655, + "Position": { + "X": -424.6739, + "Y": 60.46432, + "Z": 490.07385 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3309_Oul Sigun's Plea.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3309_Oul Sigun's Plea.json new file mode 100644 index 00000000..3127a83f --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3309_Oul Sigun's Plea.json @@ -0,0 +1,94 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027656, + "Position": { + "X": -291.61517, + "Y": 40.324036, + "Z": 456.65674 + }, + "TerritoryId": 816, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009824, + "Position": { + "X": -59.250793, + "Y": 0.47296143, + "Z": 279.95728 + }, + "TerritoryId": 816, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2009825, + "Position": { + "X": -122.30109, + "Y": 17.807251, + "Z": 413.2295 + }, + "TerritoryId": 816, + "InteractionType": "UseItem", + "ItemId": 2002536, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 128 + ] + }, + { + "DataId": 2009826, + "Position": { + "X": -263.17236, + "Y": 41.85547, + "Z": 469.5963 + }, + "TerritoryId": 816, + "InteractionType": "UseItem", + "ItemId": 2002536, + "CompletionQuestVariablesFlags": [ + null, + null, + null, + null, + null, + 64 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1027656, + "Position": { + "X": -291.61517, + "Y": 40.324036, + "Z": 456.65674 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3310_Unto the Truth.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3310_Unto the Truth.json new file mode 100644 index 00000000..e64b3694 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3310_Unto the Truth.json @@ -0,0 +1,106 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1028981, + "Position": { + "X": -405.17285, + "Y": 57.405117, + "Z": 440.45154 + }, + "TerritoryId": 816, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009827, + "Position": { + "X": -408.6214, + "Y": 57.99951, + "Z": 408.1941 + }, + "TerritoryId": 816, + "InteractionType": "Say", + "ChatMessage": { + "Key": "TEXT_LUCKMB109_03310_SYSTEM_000_050" + } + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2009827, + "Position": { + "X": -408.6214, + "Y": 57.99951, + "Z": 408.1941 + }, + "TerritoryId": 816, + "InteractionType": "Say", + "ChatMessage": { + "Key": "TEXT_LUCKMB109_03310_SYSTEM_000_060" + } + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2009827, + "Position": { + "X": -408.6214, + "Y": 57.99951, + "Z": 408.1941 + }, + "TerritoryId": 816, + "InteractionType": "Say", + "ChatMessage": { + "Key": "TEXT_LUCKMB109_03310_SYSTEM_000_070" + } + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1028995, + "Position": { + "X": -360.70807, + "Y": 45.90706, + "Z": 470.72546 + }, + "StopDistance": 7, + "TerritoryId": 816, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1028999, + "Position": { + "X": -603.1434, + "Y": 36.117786, + "Z": -230.0603 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3311_Courting Cooperation.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3311_Courting Cooperation.json new file mode 100644 index 00000000..63b1aad4 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3311_Courting Cooperation.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1029017, + "Position": { + "X": -645.01416, + "Y": 35.86156, + "Z": -223.10223 + }, + "StopDistance": 5, + "TerritoryId": 816, + "InteractionType": "AcceptQuest", + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_LUCKMB110_03311_Q1_000_000", + "Answer": "TEXT_LUCKMB110_03311_A1_000_001" + } + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -629.64935, + "Y": 35.484062, + "Z": -173.54001 + }, + "TerritoryId": 816, + "InteractionType": "Instruction", + "Comment": "Reduce health, use item" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1029017, + "Position": { + "X": -645.01416, + "Y": 35.86156, + "Z": -223.10223 + }, + "TerritoryId": 816, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1030535, + "Position": { + "X": -355.30634, + "Y": 46.684208, + "Z": 482.0172 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Il Mheg - Lydha Lran" + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3312_The Key to the Castle.json b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3312_The Key to the Castle.json new file mode 100644 index 00000000..90c3e455 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/MSQ/B-Il Mheg/3312_The Key to the Castle.json @@ -0,0 +1,49 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "TerritoryBlacklist": [ + 821 + ], + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1030535, + "Position": { + "X": -355.30634, + "Y": 46.684208, + "Z": 482.0172 + }, + "TerritoryId": 816, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2009828, + "Position": { + "X": 133.40955, + "Y": -0.015319824, + "Z": 455.9242 + }, + "TerritoryId": 816, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "TerritoryId": 816, + "InteractionType": "Duty", + "ContentFinderConditionId": 619 + } + ] + } + ] +} diff --git a/QuestPaths/5.x - Shadowbringers/Unlocks/Instant/3603_The Boutique Always Wins.json b/QuestPaths/5.x - Shadowbringers/Unlocks/Instant/3603_The Boutique Always Wins.json new file mode 100644 index 00000000..43e1af19 --- /dev/null +++ b/QuestPaths/5.x - Shadowbringers/Unlocks/Instant/3603_The Boutique Always Wins.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1027544, + "Position": { + "X": 12.985352, + "Y": 82.05, + "Z": -25.223206 + }, + "TerritoryId": 820, + "InteractionType": "AcceptQuest", + "Comment": "Quest is completed instantly" + } + ] + } + ] +} diff --git a/QuestPaths/QuestPaths.csproj b/QuestPaths/QuestPaths.csproj index cb63fbaa..63d2b074 100644 --- a/QuestPaths/QuestPaths.csproj +++ b/QuestPaths/QuestPaths.csproj @@ -42,10 +42,7 @@ - - - diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 14f1a4d1..b672916c 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -264,6 +264,13 @@ "required": [ "Aetheryte" ] + }, + "else": { + "properties": { + "Aetheryte": { + "type": "null" + } + } } }, { @@ -289,6 +296,13 @@ "required": [ "AethernetShard" ] + }, + "else": { + "properties": { + "AethernetShard": { + "type": "null" + } + } } }, { @@ -485,7 +499,8 @@ "me", "welcome", "imperialsalute", - "pet" + "pet", + "dance" ] } } @@ -641,6 +656,9 @@ }, { "const": "CompleteQuest" + }, + { + "const": "Instruction" } ] } diff --git a/Questionable.Model/V1/Converter/EmoteConverter.cs b/Questionable.Model/V1/Converter/EmoteConverter.cs index 36b9343c..0d9ef58f 100644 --- a/Questionable.Model/V1/Converter/EmoteConverter.cs +++ b/Questionable.Model/V1/Converter/EmoteConverter.cs @@ -23,5 +23,6 @@ public sealed class EmoteConverter() : EnumConverter(Values) { EEmote.Welcome, "welcome" }, { EEmote.ImperialSalute, "imperialsalute" }, { EEmote.Pet, "pet" }, + { EEmote.Dance, "dance" }, }; } diff --git a/Questionable.Model/V1/EEmote.cs b/Questionable.Model/V1/EEmote.cs index b8459ff3..9f2dc037 100644 --- a/Questionable.Model/V1/EEmote.cs +++ b/Questionable.Model/V1/EEmote.cs @@ -25,4 +25,5 @@ public enum EEmote Welcome = 41, ImperialSalute = 59, Pet = 105, + Dance = 11, } diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index f4fe0cb4..2f5de9f1 100644 --- a/Questionable/Controller/QuestController.cs +++ b/Questionable/Controller/QuestController.cs @@ -21,13 +21,13 @@ internal sealed class QuestController private readonly ILogger _logger; private readonly QuestRegistry _questRegistry; private readonly IKeyState _keyState; + private readonly IChatGui _chatGui; private readonly Configuration _configuration; private readonly YesAlreadyIpc _yesAlreadyIpc; private readonly IReadOnlyList _taskFactories; private readonly object _lock = new(); - private QuestProgress? _startedQuest; private QuestProgress? _nextQuest; private QuestProgress? _simulatedQuest; @@ -43,6 +43,7 @@ internal sealed class QuestController ILogger logger, QuestRegistry questRegistry, IKeyState keyState, + IChatGui chatGui, Configuration configuration, YesAlreadyIpc yesAlreadyIpc, IEnumerable taskFactories) @@ -54,6 +55,7 @@ internal sealed class QuestController _logger = logger; _questRegistry = questRegistry; _keyState = keyState; + _chatGui = chatGui; _configuration = configuration; _yesAlreadyIpc = yesAlreadyIpc; _taskFactories = taskFactories.ToList().AsReadOnly(); @@ -221,12 +223,7 @@ internal sealed class QuestController return; } - if (!_movementController.IsNavmeshReady) - { - DebugState = "Navmesh not ready"; - return; - } - else if (_movementController.IsPathfinding || _movementController.IsPathRunning) + if (_movementController.IsPathfinding || _movementController.IsPathRunning) { DebugState = "Path is running"; return; @@ -401,6 +398,7 @@ internal sealed class QuestController catch (Exception e) { _logger.LogError(e, "Failed to start task {TaskName}", upcomingTask.ToString()); + _chatGui.PrintError($"[Questionable] Failed to start task '{upcomingTask}', please check /xllog for details"); Stop("Task failed to start"); return; } diff --git a/Questionable/GameFunctions.cs b/Questionable/GameFunctions.cs index 7bca4241..04ed5516 100644 --- a/Questionable/GameFunctions.cs +++ b/Questionable/GameFunctions.cs @@ -349,6 +349,13 @@ internal sealed unsafe class GameFunctions if (_configuration.Advanced.NeverFly) return false; + if (IsQuestAccepted(3304) && _condition[ConditionFlag.Mounted]) + { + BattleChara* battleChara = (BattleChara*)(_clientState.LocalPlayer?.Address ?? 0); + if (battleChara != null && battleChara->Mount.MountId == 198) // special quest amaro, not the normal one + return true; + } + var playerState = PlayerState.Instance(); return playerState != null && _territoryToAetherCurrentCompFlgSet.TryGetValue(territoryId, out byte aetherCurrentCompFlgSet) &&