From 229b9bd690bf040ae05d30e123a65a9c5dc213a8 Mon Sep 17 00:00:00 2001 From: Jerry Wester Date: Mon, 15 Jul 2024 19:13:09 -0600 Subject: [PATCH] ARR MSQ Part 3 --- .../MSQ-2/3863_Terror at Fallgourd.json | 82 ++++++++++++ .../MSQ-2/3864_Ziz Is So Ridiculous.json | 66 +++++++++ .../MSQ-2/3865_Trial by Turtle.json | 101 ++++++++++++++ ..._What Do You Mean You Forgot the Wine.json | 41 ++++++ .../MSQ-2/516_Wrath of the Titan.json | 60 +++++++++ .../MSQ-2/747_Shadow of Darkness.json | 53 ++++++++ .../MSQ-2/748_Highbridge Times.json | 75 +++++++++++ .../MSQ-2/756_Where There Is Smoke.json | 60 +++++++++ .../MSQ-2/757_On to Little Ala Mhigo.json | 76 +++++++++++ .../MSQ-2/761_Tea for Three.json | 75 +++++++++++ .../MSQ-2/762_Foot in the Door.json | 65 +++++++++ .../763_Meeting with the Resistance.json | 62 +++++++++ .../MSQ-2/765_Killing Him Softly.json | 70 ++++++++++ .../MSQ-2/774_Helping Horn.json | 88 ++++++++++++ .../MSQ-2/775_He Ain't Heavy.json | 104 +++++++++++++++ .../MSQ-2/776_Come Highly Recommended.json | 41 ++++++ ...777_The Bear and the Young'uns' Cares.json | 85 ++++++++++++ .../MSQ-2/778_Wilred Wants You.json | 75 +++++++++++ .../782_Big Trouble in Little Ala Mhigo.json | 125 ++++++++++++++++++ .../MSQ-2/783_Back to Square One.json | 65 +++++++++ .../MSQ-2/786_Seeing Eye to Winged Eye.json | 60 +++++++++ .../MSQ-2/787_Rock of Rancor.json | 111 ++++++++++++++++ .../MSQ-2/799_Power of Deduction.json | 70 ++++++++++ .../MSQ-2/800_Secret of the White Lily.json | 90 +++++++++++++ .../MSQ-2/801_Skeletons in Her Closet.json | 113 ++++++++++++++++ .../809_Tales from the Tidus Slayer.json | 56 ++++++++ .../MSQ-2/810_Hungry Hungry Goobbues.json | 55 ++++++++ .../MSQ-2/811_The Lominsan Way.json | 72 ++++++++++ .../MSQ-2/812_Nix That.json | 75 +++++++++++ .../MSQ-2/814_A Modest Proposal.json | 52 ++++++++ .../MSQ-2/821_The Perfect Prey.json | 76 +++++++++++ .../MSQ-2/822_When the Worm Turns.json | 94 +++++++++++++ .../MSQ-2/831_There and Back Again.json | 41 ++++++ .../832_The Things We Do for Cheese.json | 123 +++++++++++++++++ .../MSQ-2/840_An Offer You Can Refuse.json | 55 ++++++++ .../MSQ-2/843_It Won't Work.json | 65 +++++++++ .../MSQ-2/845_Give a Man a Drink.json | 55 ++++++++ .../MSQ-2/846_That Weight.json | 58 ++++++++ .../MSQ-2/848_Battle Scars.json | 76 +++++++++++ .../MSQ-2/850_It Was a Very Good Year.json | 91 +++++++++++++ .../MSQ-2/855_In the Company of Heroes.json | 125 ++++++++++++++++++ .../MSQ-2/856_As You Wish.json | 97 ++++++++++++++ .../MSQ-2/857_Lord of Crags.json | 71 ++++++++++ 43 files changed, 3250 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/3863_Terror at Fallgourd.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/3864_Ziz Is So Ridiculous.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/3865_Trial by Turtle.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/3866_What Do You Mean You Forgot the Wine.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/516_Wrath of the Titan.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/747_Shadow of Darkness.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/748_Highbridge Times.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/756_Where There Is Smoke.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/757_On to Little Ala Mhigo.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/761_Tea for Three.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/762_Foot in the Door.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/763_Meeting with the Resistance.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/765_Killing Him Softly.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/774_Helping Horn.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/775_He Ain't Heavy.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/776_Come Highly Recommended.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/777_The Bear and the Young'uns' Cares.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/778_Wilred Wants You.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/782_Big Trouble in Little Ala Mhigo.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/783_Back to Square One.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/786_Seeing Eye to Winged Eye.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/787_Rock of Rancor.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/799_Power of Deduction.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/800_Secret of the White Lily.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/801_Skeletons in Her Closet.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/809_Tales from the Tidus Slayer.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/810_Hungry Hungry Goobbues.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/811_The Lominsan Way.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/812_Nix That.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/814_A Modest Proposal.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/821_The Perfect Prey.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/822_When the Worm Turns.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/831_There and Back Again.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/832_The Things We Do for Cheese.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/840_An Offer You Can Refuse.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/843_It Won't Work.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/845_Give a Man a Drink.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/846_That Weight.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/848_Battle Scars.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/850_It Was a Very Good Year.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/855_In the Company of Heroes.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/856_As You Wish.json create mode 100644 QuestPaths/2.x - A Realm Reborn/MSQ-2/857_Lord of Crags.json diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/3863_Terror at Fallgourd.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3863_Terror at Fallgourd.json new file mode 100644 index 00000000..3933f111 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3863_Terror at Fallgourd.json @@ -0,0 +1,82 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001717, + "Position": { + "X": 25.497803, + "Y": 2.090454, + "Z": -0.015319824 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + }, + { + "DataId": 1007417, + "Position": { + "X": 1.2359009, + "Y": -3.0000014, + "Z": -57.66388 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1006240, + "Position": { + "X": 14.389221, + "Y": -44.86571, + "Z": 262.65344 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "AetheryteShortcut": "Gridania", + "AethernetShortcut": [ + "[Gridania] Aetheryte Plaza", + "[Gridania] Yellow Serpent Gate (North Shroud)" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006240, + "Position": { + "X": 14.389221, + "Y": -44.86571, + "Z": 262.65344 + }, + "TerritoryId": 154, + "InteractionType": "Emote", + "Emote": "soothe" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/3864_Ziz Is So Ridiculous.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3864_Ziz Is So Ridiculous.json new file mode 100644 index 00000000..588dbdac --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3864_Ziz Is So Ridiculous.json @@ -0,0 +1,66 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006241, + "Position": { + "X": 17.349426, + "Y": -44.86564, + "Z": 262.745 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 7, + "Position": { + "X": -41.58087, + "Y": -38.55963, + "Z": 233.7528 + }, + "TerritoryId": 154, + "InteractionType": "AttuneAetheryte", + "StopDistance": 5 + }, + { + "Position": { + "X": -220.29037, + "Y": -28.43536, + "Z": 283.79355 + }, + "TerritoryId": 154, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "KillEnemyDataIds": [ + 179 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006241, + "Position": { + "X": 17.349426, + "Y": -44.86564, + "Z": 262.745 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/3865_Trial by Turtle.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3865_Trial by Turtle.json new file mode 100644 index 00000000..a825d975 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3865_Trial by Turtle.json @@ -0,0 +1,101 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006279, + "Position": { + "X": -231.4336, + "Y": 21.512743, + "Z": 339.49792 + }, + "TerritoryId": 153, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "South Shroud - Camp Tranquil", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002646, + "Position": { + "X": -68.711426, + "Y": 1.296936, + "Z": 301.74707 + }, + "TerritoryId": 153, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1888 + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002574, + "Position": { + "X": -68.711426, + "Y": 1.296936, + "Z": 301.74707 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1006279, + "Position": { + "X": -231.4336, + "Y": 21.512743, + "Z": 339.49792 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 20, + "Position": { + "X": -326.6194, + "Y": 10.696533, + "Z": 406.63757 + }, + "TerritoryId": 146, + "InteractionType": "AttuneAetheryte", + "StopDistance": 5, + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo" + }, + { + "DataId": 1004917, + "Position": { + "X": -358.6328, + "Y": 8.469424, + "Z": 422.4154 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/3866_What Do You Mean You Forgot the Wine.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3866_What Do You Mean You Forgot the Wine.json new file mode 100644 index 00000000..89332877 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/3866_What Do You Mean You Forgot the Wine.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/516_Wrath of the Titan.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/516_Wrath of the Titan.json new file mode 100644 index 00000000..5c3dfe00 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/516_Wrath of the Titan.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1003281, + "Position": { + "X": 97.520386, + "Y": 40.248554, + "Z": 81.1322 + }, + "TerritoryId": 128, + "InteractionType": "Interact", + "AetheryteShortcut": "Limsa Lominsa", + "AethernetShortcut": [ + "[Limsa Lominsa] Aetheryte Plaza", + "[Limsa Lominsa] The Aftcastle" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006264, + "Position": { + "X": 710.90247, + "Y": 66.027, + "Z": -277.66846 + }, + "TerritoryId": 135, + "InteractionType": "CompleteQuest", + "AethernetShortcut": [ + "[Limsa Lominsa] The Aftcastle", + "[Limsa Lominsa] Tempest Gate (Lower La Noscea)" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/747_Shadow of Darkness.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/747_Shadow of Darkness.json new file mode 100644 index 00000000..6685b923 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/747_Shadow of Darkness.json @@ -0,0 +1,53 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1004576, + "Position": { + "X": -141.64954, + "Y": 4.1, + "Z": -114.67157 + }, + "TerritoryId": 130, + "InteractionType": "Interact", + "AetheryteShortcut": "Ul'dah" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006196, + "Position": { + "X": -63.98114, + "Y": -20.296238, + "Z": -5.142395 + }, + "TerritoryId": 145, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Eastern Thanalan - Camp Drybone" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/748_Highbridge Times.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/748_Highbridge Times.json new file mode 100644 index 00000000..37e50319 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/748_Highbridge Times.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006196, + "Position": { + "X": -63.98114, + "Y": -20.296238, + "Z": -5.142395 + }, + "TerritoryId": 145, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern Thanalan - Camp Drybone", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006206, + "Position": { + "X": -90.95911, + "Y": -29.465149, + "Z": -58.854065 + }, + "TerritoryId": 145, + "InteractionType": "Interact" + }, + { + "DataId": 1006204, + "Position": { + "X": -29.34314, + "Y": -10.500086, + "Z": -7.5532227 + }, + "TerritoryId": 145, + "InteractionType": "Interact" + }, + { + "DataId": 1006205, + "Position": { + "X": 14.480774, + "Y": -5.9663696, + "Z": 7.4310913 + }, + "TerritoryId": 145, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006196, + "Position": { + "X": -63.98114, + "Y": -20.296238, + "Z": -5.142395 + }, + "TerritoryId": 145, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/756_Where There Is Smoke.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/756_Where There Is Smoke.json new file mode 100644 index 00000000..bedbc2ab --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/756_Where There Is Smoke.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006196, + "Position": { + "X": -63.98114, + "Y": -20.296238, + "Z": -5.142395 + }, + "TerritoryId": 145, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern Thanalan - Camp Drybone", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001965, + "Position": { + "X": 313.46606, + "Y": 23.178406, + "Z": -253.58972 + }, + "TerritoryId": 145, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2000604, + "KillEnemyDataIds": [ + 363 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006196, + "Position": { + "X": -63.98114, + "Y": -20.296238, + "Z": -5.142395 + }, + "TerritoryId": 145, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/757_On to Little Ala Mhigo.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/757_On to Little Ala Mhigo.json new file mode 100644 index 00000000..5ef5f6fb --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/757_On to Little Ala Mhigo.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006196, + "Position": { + "X": -63.98114, + "Y": -20.296238, + "Z": -5.142395 + }, + "TerritoryId": 145, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern Thanalan - Camp Drybone", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -171.46503, + "Y": -46.504063, + "Z": 491.88867 + }, + "TerritoryId": 145, + "InteractionType": "WalkTo", + "TargetTerritoryId": 146 + }, + { + "DataId": 19, + "Position": { + "X": -159.3805, + "Y": 30.105957, + "Z": -415.45746 + }, + "TerritoryId": 146, + "InteractionType": "AttuneAetheryte", + "StopDistance": 7 + }, + { + "DataId": 1006211, + "Position": { + "X": -217.48688, + "Y": 26.258211, + "Z": -361.2574 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/761_Tea for Three.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/761_Tea for Three.json new file mode 100644 index 00000000..898bfb5b --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/761_Tea for Three.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006217, + "Position": { + "X": -181.04828, + "Y": 28.214073, + "Z": -402.02948 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006702, + "Position": { + "X": -186.14484, + "Y": 3.6335826, + "Z": -247.82184 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1006704, + "Position": { + "X": -174.12073, + "Y": 4.3956237, + "Z": -165.45361 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1006703, + "Position": { + "X": -187.27399, + "Y": 9.149252, + "Z": -133.22656 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006217, + "Position": { + "X": -181.04828, + "Y": 28.214073, + "Z": -402.02948 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/762_Foot in the Door.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/762_Foot in the Door.json new file mode 100644 index 00000000..1d13caee --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/762_Foot in the Door.json @@ -0,0 +1,65 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006217, + "Position": { + "X": -181.04828, + "Y": 28.214073, + "Z": -402.02948 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 128, + "InteractionType": "UseItem", + "ItemId": 30362 + }, + { + "DataId": 2001711, + "Position": { + "X": -480.91858, + "Y": 17.990356, + "Z": -386.862 + }, + "TerritoryId": 140, + "InteractionType": "Interact" + }, + { + "DataId": 2001715, + "Position": { + "X": 23.23944, + "Y": 2.090454, + "Z": -0.015319824 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + }, + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/763_Meeting with the Resistance.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/763_Meeting with the Resistance.json new file mode 100644 index 00000000..998e9795 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/763_Meeting with the Resistance.json @@ -0,0 +1,62 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001717, + "Position": { + "X": 25.497803, + "Y": 2.090454, + "Z": -0.015319824 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + }, + { + "DataId": 1007418, + "Position": { + "X": 9.689453, + "Y": -3.0000017, + "Z": -55.985413 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006219, + "Position": { + "X": 193.53015, + "Y": 7.8551283, + "Z": -25.864075 + }, + "TerritoryId": 153, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "South Shroud - Quarrymill" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/765_Killing Him Softly.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/765_Killing Him Softly.json new file mode 100644 index 00000000..8c387c26 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/765_Killing Him Softly.json @@ -0,0 +1,70 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "South Shroud - Quarrymill", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006219, + "Position": { + "X": 193.53015, + "Y": 7.8551283, + "Z": -25.864075 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1000327, + "Position": { + "X": 177.66077, + "Y": 8.928099, + "Z": -43.01526 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/774_Helping Horn.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/774_Helping Horn.json new file mode 100644 index 00000000..adaa6059 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/774_Helping Horn.json @@ -0,0 +1,88 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "South Shroud - Quarrymill", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 260.3064, + "Y": 3.8526046, + "Z": 15.633602 + }, + "TerritoryId": 153, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "KillEnemyDataIds": [ + 4 + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1000590, + "Position": { + "X": -165.9419, + "Y": 9.869227, + "Z": -81.34589 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006680, + "Position": { + "X": 209.30798, + "Y": 6.1041656, + "Z": -39.932922 + }, + "TerritoryId": 153, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/775_He Ain't Heavy.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/775_He Ain't Heavy.json new file mode 100644 index 00000000..412791c8 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/775_He Ain't Heavy.json @@ -0,0 +1,104 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "South Shroud - Quarrymill", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006219, + "Position": { + "X": 193.53015, + "Y": 7.8551283, + "Z": -25.864075 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1006679, + "Position": { + "X": 352.49854, + "Y": -2.3331592, + "Z": 51.56018 + }, + "TerritoryId": 153, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1909 + ] + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1006679, + "Position": { + "X": 352.49854, + "Y": -2.3331592, + "Z": 51.56018 + }, + "TerritoryId": 153, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/776_Come Highly Recommended.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/776_Come Highly Recommended.json new file mode 100644 index 00000000..bdc5ee62 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/776_Come Highly Recommended.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000332, + "Position": { + "X": 207.7821, + "Y": 6.103813, + "Z": -39.536194 + }, + "TerritoryId": 153, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "South Shroud - Quarrymill", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/777_The Bear and the Young'uns' Cares.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/777_The Bear and the Young'uns' Cares.json new file mode 100644 index 00000000..e3867516 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/777_The Bear and the Young'uns' Cares.json @@ -0,0 +1,85 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006221, + "Position": { + "X": -219.65369, + "Y": 26.204851, + "Z": -337.789 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1006222, + "Position": { + "X": -207.17181, + "Y": 27.31405, + "Z": -331.34973 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1006223, + "Position": { + "X": -85.06909, + "Y": 26.222988, + "Z": -348.50085 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1006224, + "Position": { + "X": -77.74481, + "Y": 27.626602, + "Z": -325.42914 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/778_Wilred Wants You.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/778_Wilred Wants You.json new file mode 100644 index 00000000..f60e3675 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/778_Wilred Wants You.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006226, + "Position": { + "X": -225.97089, + "Y": 26.138475, + "Z": -355.0622 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006228, + "Position": { + "X": -194.75098, + "Y": 19.02249, + "Z": -557.8546 + }, + "TerritoryId": 146, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2257, + 2258 + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1006228, + "Position": { + "X": -194.75098, + "Y": 19.02249, + "Z": -557.8546 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/782_Big Trouble in Little Ala Mhigo.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/782_Big Trouble in Little Ala Mhigo.json new file mode 100644 index 00000000..78ccc8d4 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/782_Big Trouble in Little Ala Mhigo.json @@ -0,0 +1,125 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001980, + "Position": { + "X": -202.22784, + "Y": 28.122314, + "Z": -318.5016 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1006225, + "Position": { + "X": -83.84839, + "Y": 39.399178, + "Z": -333.69952 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1007617, + "Position": { + "X": -114.7937, + "Y": 39.483143, + "Z": -339.71167 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 2001981, + "Position": { + "X": -78.93494, + "Y": 26.474365, + "Z": -350.08777 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 1007616, + "Position": { + "X": -98.77167, + "Y": 26.161106, + "Z": -341.3291 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1006230, + "Position": { + "X": 34.89734, + "Y": 3.3969688, + "Z": -343.70947 + }, + "TerritoryId": 146, + "InteractionType": "SinglePlayerDuty" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/783_Back to Square One.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/783_Back to Square One.json new file mode 100644 index 00000000..1b5b077c --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/783_Back to Square One.json @@ -0,0 +1,65 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006215, + "Position": { + "X": -227.34424, + "Y": 26.16842, + "Z": -352.98694 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 128, + "InteractionType": "UseItem", + "ItemId": 30362 + }, + { + "DataId": 2001711, + "Position": { + "X": -480.91858, + "Y": 17.990356, + "Z": -386.862 + }, + "TerritoryId": 140, + "InteractionType": "Interact" + }, + { + "DataId": 2001715, + "Position": { + "X": 23.23944, + "Y": 2.090454, + "Z": -0.015319824 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + }, + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/786_Seeing Eye to Winged Eye.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/786_Seeing Eye to Winged Eye.json new file mode 100644 index 00000000..7a8ebe2f --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/786_Seeing Eye to Winged Eye.json @@ -0,0 +1,60 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006242, + "Position": { + "X": 16.403442, + "Y": -44.865616, + "Z": 264.54565 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001982, + "Position": { + "X": -260.0901, + "Y": -56.38214, + "Z": 307.60657 + }, + "TerritoryId": 154, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1899 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006242, + "Position": { + "X": 16.403442, + "Y": -44.865616, + "Z": 264.54565 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/787_Rock of Rancor.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/787_Rock of Rancor.json new file mode 100644 index 00000000..cded24cf --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/787_Rock of Rancor.json @@ -0,0 +1,111 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006241, + "Position": { + "X": 17.349426, + "Y": -44.86564, + "Z": 262.745 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -222.67735, + "Y": -66.345436, + "Z": 396.86935 + }, + "TerritoryId": 154, + "InteractionType": "WaitForManualProgress", + "Comment": "Use Firesand Stick on glowing spot" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2001988, + "Position": { + "X": -217.97516, + "Y": -66.086914, + "Z": 389.9137 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + }, + { + "DataId": 2001986, + "Position": { + "X": -219.71472, + "Y": -65.90375, + "Z": 383.3523 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + }, + { + "DataId": 2001987, + "Position": { + "X": -217.97516, + "Y": -65.20184, + "Z": 376.3026 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + }, + { + "DataId": 2001985, + "Position": { + "X": -233.02057, + "Y": -66.453064, + "Z": 378.95776 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + }, + { + "DataId": 2001984, + "Position": { + "X": -230.33496, + "Y": -66.819336, + "Z": 388.93713 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006241, + "Position": { + "X": 17.349426, + "Y": -44.86564, + "Z": 262.745 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/799_Power of Deduction.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/799_Power of Deduction.json new file mode 100644 index 00000000..099bfc98 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/799_Power of Deduction.json @@ -0,0 +1,70 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006240, + "Position": { + "X": 14.389221, + "Y": -44.86571, + "Z": 262.65344 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1007541, + "Position": { + "X": -302.8459, + "Y": -51.768955, + "Z": 331.19702 + }, + "TerritoryId": 154, + "InteractionType": "Combat", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 182 + ] + }, + { + "DataId": 1007541, + "Position": { + "X": -302.8459, + "Y": -51.768955, + "Z": 331.19702 + }, + "TerritoryId": 154, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1002780, + "Position": { + "X": -89.79938, + "Y": -45.331406, + "Z": 195.88 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/800_Secret of the White Lily.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/800_Secret of the White Lily.json new file mode 100644 index 00000000..35a5bdd9 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/800_Secret of the White Lily.json @@ -0,0 +1,90 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1002780, + "Position": { + "X": -89.79938, + "Y": -45.331406, + "Z": 195.88 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1000100, + "Position": { + "X": 23.819275, + "Y": -8, + "Z": 115.92273 + }, + "TerritoryId": 132, + "InteractionType": "Interact", + "AetheryteShortcut": "Gridania" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1000146, + "Position": { + "X": 49.79016, + "Y": -1.4669685, + "Z": 51.743286 + }, + "TerritoryId": 132, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1000248, + "Position": { + "X": 143.05322, + "Y": 14.250365, + "Z": -250.72101 + }, + "TerritoryId": 133, + "InteractionType": "Interact", + "AethernetShortcut": [ + "[Gridania] Aetheryte Plaza", + "[Gridania] Lancers' Guild" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006263, + "Position": { + "X": 36.819946, + "Y": 16.351469, + "Z": -334.5846 + }, + "TerritoryId": 133, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/801_Skeletons in Her Closet.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/801_Skeletons in Her Closet.json new file mode 100644 index 00000000..be3e4aac --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/801_Skeletons in Her Closet.json @@ -0,0 +1,113 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006263, + "Position": { + "X": 36.819946, + "Y": 16.351469, + "Z": -334.5846 + }, + "TerritoryId": 133, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001999, + "Position": { + "X": -576.1349, + "Y": 68.13147, + "Z": 69.41321 + }, + "TerritoryId": 148, + "InteractionType": "Interact", + "AetheryteShortcut": "Central Shroud - Bentbranch Meadows" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002701, + "Position": { + "X": -574.4259, + "Y": 67.00232, + "Z": 71.39697 + }, + "TerritoryId": 148, + "InteractionType": "Duty", + "ContentFinderConditionId": 6 + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1006263, + "Position": { + "X": 36.819946, + "Y": 16.351469, + "Z": -334.5846 + }, + "TerritoryId": 133, + "InteractionType": "Interact", + "AetheryteShortcut": "Gridania", + "AethernetShortcut": [ + "[Gridania] Aetheryte Plaza", + "[Gridania] Lancers' Guild" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 128, + "InteractionType": "UseItem", + "ItemId": 30362 + }, + { + "DataId": 2001711, + "Position": { + "X": -480.91858, + "Y": 17.990356, + "Z": -386.862 + }, + "TerritoryId": 140, + "InteractionType": "Interact" + }, + { + "DataId": 2001715, + "Position": { + "X": 23.23944, + "Y": 2.090454, + "Z": -0.015319824 + }, + "TerritoryId": 212, + "InteractionType": "Interact" + }, + { + "DataId": 1006688, + "Position": { + "X": 39.29187, + "Y": 1.2148079, + "Z": 0.8086548 + }, + "TerritoryId": 212, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/809_Tales from the Tidus Slayer.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/809_Tales from the Tidus Slayer.json new file mode 100644 index 00000000..9369543a --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/809_Tales from the Tidus Slayer.json @@ -0,0 +1,56 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006264, + "Position": { + "X": 710.90247, + "Y": 66.027, + "Z": -277.66846 + }, + "TerritoryId": 135, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002033, + "Position": { + "X": 671.1986, + "Y": 64.37781, + "Z": -205.24915 + }, + "TerritoryId": 135, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 2239, + 2240 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006264, + "Position": { + "X": 710.90247, + "Y": 66.027, + "Z": -277.66846 + }, + "TerritoryId": 135, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/810_Hungry Hungry Goobbues.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/810_Hungry Hungry Goobbues.json new file mode 100644 index 00000000..51c08ec0 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/810_Hungry Hungry Goobbues.json @@ -0,0 +1,55 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006264, + "Position": { + "X": 710.90247, + "Y": 66.027, + "Z": -277.66846 + }, + "TerritoryId": 135, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002034, + "Position": { + "X": 646.1432, + "Y": 67.46008, + "Z": -263.38605 + }, + "TerritoryId": 135, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1900 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006264, + "Position": { + "X": 710.90247, + "Y": 66.027, + "Z": -277.66846 + }, + "TerritoryId": 135, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/811_The Lominsan Way.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/811_The Lominsan Way.json new file mode 100644 index 00000000..c9a34e68 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/811_The Lominsan Way.json @@ -0,0 +1,72 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006264, + "Position": { + "X": 710.90247, + "Y": 66.027, + "Z": -277.66846 + }, + "TerritoryId": 135, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006265, + "Position": { + "X": 703.5171, + "Y": 65.78333, + "Z": -288.77704 + }, + "TerritoryId": 135, + "InteractionType": "SinglePlayerDuty" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "Position": { + "X": 696.00323, + "Y": 80.20443, + "Z": -391.9752 + }, + "TerritoryId": 135, + "InteractionType": "WalkTo", + "TargetTerritoryId": 137 + }, + { + "DataId": 11, + "Position": { + "X": 489.15845, + "Y": 20.828491, + "Z": 468.80298 + }, + "TerritoryId": 137, + "InteractionType": "AttuneAetheryte", + "StopDistance": 5 + }, + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/812_Nix That.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/812_Nix That.json new file mode 100644 index 00000000..81e4d125 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/812_Nix That.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002035, + "Position": { + "X": 666.6819, + "Y": 9.018005, + "Z": 509.6361 + }, + "TerritoryId": 137, + "InteractionType": "UseItem", + "ItemId": 2000636 + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002639, + "Position": { + "X": 652.2468, + "Y": 12.039368, + "Z": 519.8595 + }, + "TerritoryId": 137, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1887 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/814_A Modest Proposal.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/814_A Modest Proposal.json new file mode 100644 index 00000000..f230eb01 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/814_A Modest Proposal.json @@ -0,0 +1,52 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 6, + "Position": { + "X": -230.0603, + "Y": 22.62909, + "Z": 355.45886 + }, + "TerritoryId": 153, + "InteractionType": "AttuneAetheryte", + "StopDistance": 5, + "AetheryteShortcut": "South Shroud - Quarrymill" + }, + { + "DataId": 1006279, + "Position": { + "X": -231.4336, + "Y": 21.512743, + "Z": 339.49792 + }, + "TerritoryId": 153, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/821_The Perfect Prey.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/821_The Perfect Prey.json new file mode 100644 index 00000000..e5c5f1f9 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/821_The Perfect Prey.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1004917, + "Position": { + "X": -358.6328, + "Y": 8.469424, + "Z": 422.4154 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Forgotten Springs", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002044, + "Position": { + "X": 75.97461, + "Y": 2.090454, + "Z": 692.9884 + }, + "TerritoryId": 146, + "InteractionType": "UseItem", + "ItemId": 2000643 + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002045, + "Position": { + "X": 89.066895, + "Y": 3.189148, + "Z": 673.0906 + }, + "TerritoryId": 146, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1889 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1004917, + "Position": { + "X": -358.6328, + "Y": 8.469424, + "Z": 422.4154 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Southern Thanalan - Forgotten Springs" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/822_When the Worm Turns.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/822_When the Worm Turns.json new file mode 100644 index 00000000..a41afec4 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/822_When the Worm Turns.json @@ -0,0 +1,94 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1004917, + "Position": { + "X": -358.6328, + "Y": 8.469424, + "Z": 422.4154 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Forgotten Springs", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -44.549854, + "Y": 7.3629045, + "Z": 405.72034 + }, + "TerritoryId": 146, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "KillEnemyDataIds": [ + 356 + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002046, + "Position": { + "X": 42.86255, + "Y": 18.783813, + "Z": 582.5436 + }, + "TerritoryId": 146, + "InteractionType": "UseItem", + "ItemId": 2000645 + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2002576, + "Position": { + "X": 57.99951, + "Y": 21.011597, + "Z": 569.69543 + }, + "TerritoryId": 146, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1890 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1004917, + "Position": { + "X": -358.6328, + "Y": 8.469424, + "Z": 422.4154 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Southern Thanalan - Forgotten Springs" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/831_There and Back Again.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/831_There and Back Again.json new file mode 100644 index 00000000..8bac141b --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/831_There and Back Again.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1004917, + "Position": { + "X": -358.6328, + "Y": 8.469424, + "Z": 422.4154 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Southern Thanalan - Forgotten Springs", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/832_The Things We Do for Cheese.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/832_The Things We Do for Cheese.json new file mode 100644 index 00000000..d2cafe70 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/832_The Things We Do for Cheese.json @@ -0,0 +1,123 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006267, + "Position": { + "X": 340.81018, + "Y": 34.269722, + "Z": 110.27698 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1003588, + "Position": { + "X": 344.6859, + "Y": 31.889465, + "Z": 89.37195 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 12, + "Position": { + "X": -18.387146, + "Y": 72.67859, + "Z": 3.829956 + }, + "TerritoryId": 137, + "InteractionType": "AttuneAetheryte", + "StopDistance": 5 + }, + { + "DataId": 1006268, + "Position": { + "X": -334.6151, + "Y": 69.69995, + "Z": 153.79565 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 2002702, + "Position": { + "X": -338.61298, + "Y": 69.01648, + "Z": 159.65515 + }, + "TerritoryId": 137, + "InteractionType": "Duty", + "ContentFinderConditionId": 8 + } + ] + }, + { + "Sequence": 4, + "Steps": [ + { + "DataId": 1006268, + "Position": { + "X": -334.6151, + "Y": 69.69995, + "Z": 153.79565 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/840_An Offer You Can Refuse.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/840_An Offer You Can Refuse.json new file mode 100644 index 00000000..117261fa --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/840_An Offer You Can Refuse.json @@ -0,0 +1,55 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006306, + "Position": { + "X": -25.864075, + "Y": 71.787285, + "Z": -36.78955 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/843_It Won't Work.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/843_It Won't Work.json new file mode 100644 index 00000000..1a2ffc77 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/843_It Won't Work.json @@ -0,0 +1,65 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006309, + "Position": { + "X": -116.56372, + "Y": 86.051636, + "Z": -5.874817 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 1006308, + "Position": { + "X": -42.98468, + "Y": 75.575645, + "Z": -55.069885 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/845_Give a Man a Drink.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/845_Give a Man a Drink.json new file mode 100644 index 00000000..c56a7af3 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/845_Give a Man a Drink.json @@ -0,0 +1,55 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006311, + "Position": { + "X": 26.504883, + "Y": 42.202568, + "Z": 251.75854 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006312, + "Position": { + "X": -369.0395, + "Y": 54.28071, + "Z": 441.24512 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/846_That Weight.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/846_That Weight.json new file mode 100644 index 00000000..54cf7a12 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/846_That Weight.json @@ -0,0 +1,58 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006312, + "Position": { + "X": -369.0395, + "Y": 54.28071, + "Z": 441.24512 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": -309.02634, + "Y": 44.280117, + "Z": 464.14 + }, + "TerritoryId": 137, + "InteractionType": "Combat", + "EnemySpawnType": "OverworldEnemies", + "KillEnemyDataIds": [ + 136 + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006312, + "Position": { + "X": -369.0395, + "Y": 54.28071, + "Z": 441.24512 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/848_Battle Scars.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/848_Battle Scars.json new file mode 100644 index 00000000..4d49d09a --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/848_Battle Scars.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006312, + "Position": { + "X": -369.0395, + "Y": 54.28071, + "Z": 441.24512 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002061, + "Position": { + "X": -248.40167, + "Y": 33.98181, + "Z": 299.39722 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 2002059, + "Position": { + "X": -282.88702, + "Y": 33.951294, + "Z": 308.24744 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 2002060, + "Position": { + "X": -298.2987, + "Y": 33.89026, + "Z": 276.53918 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/850_It Was a Very Good Year.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/850_It Was a Very Good Year.json new file mode 100644 index 00000000..73ab4fbf --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/850_It Was a Very Good Year.json @@ -0,0 +1,91 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Wineport", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006312, + "Position": { + "X": -369.0395, + "Y": 54.28071, + "Z": 441.24512 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002062, + "Position": { + "X": -242.63379, + "Y": 45.212402, + "Z": 495.32312 + }, + "TerritoryId": 137, + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 1910 + ] + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1006305, + "Position": { + "X": 10.60498, + "Y": 71.47817, + "Z": -16.617126 + }, + "TerritoryId": 137, + "InteractionType": "Interact", + "AetheryteShortcut": "Eastern La Noscea - Wineport" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/855_In the Company of Heroes.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/855_In the Company of Heroes.json new file mode 100644 index 00000000..5a7edca6 --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/855_In the Company of Heroes.json @@ -0,0 +1,125 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006676, + "Position": { + "X": 558.98376, + "Y": 20.706482, + "Z": 451.13293 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1006314, + "Position": { + "X": 534.8439, + "Y": 17.448048, + "Z": 450.98022 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002598, + "Position": { + "X": 524.6348, + "Y": 18.16839, + "Z": 457.1489 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1006319, + "Position": { + "X": 523.03345, + "Y": 17.44805, + "Z": 454.5509 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 1006318, + "Position": { + "X": 525.5055, + "Y": 17.448048, + "Z": 451.0719 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 1006317, + "Position": { + "X": 533.77576, + "Y": 17.654663, + "Z": 450.43103 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 1006316, + "Position": { + "X": 560.38745, + "Y": 20.721313, + "Z": 457.02295 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + }, + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006676, + "Position": { + "X": 558.98376, + "Y": 20.706482, + "Z": 451.13293 + }, + "TerritoryId": 137, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/856_As You Wish.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/856_As You Wish.json new file mode 100644 index 00000000..8db15e7f --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/856_As You Wish.json @@ -0,0 +1,97 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006266, + "Position": { + "X": 560.35706, + "Y": 20.721315, + "Z": 455.89368 + }, + "TerritoryId": 137, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 76.605774, + "Y": 80.43136, + "Z": -119.52899 + }, + "TerritoryId": 137, + "InteractionType": "WalkTo", + "TargetTerritoryId": 139, + "AetheryteShortcut": "Eastern La Noscea - Wineport" + }, + { + "DataId": 15, + "Position": { + "X": 437.4303, + "Y": 5.508484, + "Z": 94.590576 + }, + "TerritoryId": 139, + "InteractionType": "AttuneAetheryte", + "StopDistance": 5 + }, + { + "DataId": 2002084, + "Position": { + "X": 437.27783, + "Y": 8.194031, + "Z": 133.04333 + }, + "TerritoryId": 139, + "InteractionType": "Interact" + }, + { + "DataId": 2002085, + "Position": { + "X": 404.86768, + "Y": 4.3182373, + "Z": 88.45642 + }, + "TerritoryId": 139, + "InteractionType": "Interact" + }, + { + "DataId": 2002083, + "Position": { + "X": 402.30408, + "Y": 8.712891, + "Z": 47.196045 + }, + "TerritoryId": 139, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006341, + "Position": { + "X": 479.39258, + "Y": 16.258692, + "Z": 128.37415 + }, + "TerritoryId": 139, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-2/857_Lord of Crags.json b/QuestPaths/2.x - A Realm Reborn/MSQ-2/857_Lord of Crags.json new file mode 100644 index 00000000..6bc4effb --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-2/857_Lord of Crags.json @@ -0,0 +1,71 @@ +{ + "$schema": "https://carvel.li/questionable/quest-1.0", + "Author": "JerryWester", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1006341, + "Position": { + "X": 479.39258, + "Y": 16.258692, + "Z": 128.37415 + }, + "TerritoryId": 139, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake", + "SkipIf": [ + "AetheryteShortcutIfInSameTerritory" + ] + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2002086, + "Position": { + "X": 382.55884, + "Y": 25.253662, + "Z": -139.02502 + }, + "TerritoryId": 139, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2002690, + "Position": { + "X": 381.39917, + "Y": 23.727722, + "Z": -140.79504 + }, + "TerritoryId": 139, + "InteractionType": "Duty", + "ContentFinderConditionId": 20002 + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1006343, + "Position": { + "X": 427.63403, + "Y": 4.115109, + "Z": 85.92346 + }, + "TerritoryId": 139, + "InteractionType": "CompleteQuest" + } + ] + } + ] +} \ No newline at end of file