From 422a98cc1ce99e9902a3c994b37d5329d12761f6 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 25 Nov 2024 18:24:22 +0100 Subject: [PATCH] Add remaining Honored Pelupelu quests --- .../5220_Bird Meat's Back on the Menu.json | 132 +++++++++++++++++- .../Dailies/5221_A Sympathetic Ear.json | 30 +++- .../Dailies/5222_Worth the Weight.json | 76 +++++++++- .../Dailies/5226_Animal Friendship.json | 48 ++++++- 4 files changed, 280 insertions(+), 6 deletions(-) diff --git a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5220_Bird Meat's Back on the Menu.json b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5220_Bird Meat's Back on the Menu.json index f7b53cd4..2b8dc5b7 100644 --- a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5220_Bird Meat's Back on the Menu.json +++ b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5220_Bird Meat's Back on the Menu.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -28,6 +27,122 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2014504, + "Position": { + "X": -232.22711, + "Y": 120.25635, + "Z": 26.199707 + }, + "TerritoryId": 1188, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2003727, + "KillEnemyDataIds": [ + 18176 + ], + "AetheryteShortcut": "Kozama'uka - Earthenshire", + "Fly": true, + "RequiredQuestVariables": [ + null, + null, + null, + [ + { + "High": 1 + } + ], + null, + null + ] + }, + { + "DataId": 2014503, + "Position": { + "X": -134.29468, + "Y": 120.62256, + "Z": 41.000854 + }, + "TerritoryId": 1188, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2003727, + "KillEnemyDataIds": [ + 18176 + ], + "Fly": true, + "RequiredQuestVariables": [ + null, + null, + null, + [ + { + "High": 2 + } + ], + null, + null + ] + }, + { + "DataId": 2014505, + "Position": { + "X": -292.28656, + "Y": 119.46289, + "Z": 17.959839 + }, + "TerritoryId": 1188, + "InteractionType": "Combat", + "EnemySpawnType": "AfterItemUse", + "ItemId": 2003727, + "KillEnemyDataIds": [ + 18176 + ], + "Fly": true, + "RequiredQuestVariables": [ + null, + null, + null, + [ + { + "High": 3 + } + ], + null, + null + ] + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "Position": { + "X": 746.76465, + "Y": 15.431515, + "Z": -201.92921 + }, + "TerritoryId": 1188, + "InteractionType": "WalkTo", + "AetheryteShortcut": "Kozama'uka - Dock Poga" + }, + { + "DataId": 1051741, + "Position": { + "X": 744.19763, + "Y": 15.431515, + "Z": -199.17603 + }, + "StopDistance": 7, + "TerritoryId": 1188, + "InteractionType": "Interact" + } + ] + }, { "Sequence": 255, "Steps": [ @@ -39,7 +154,20 @@ }, "TerritoryId": 1188, "InteractionType": "WalkTo", - "AetheryteShortcut": "Kozama'uka - Dock Poga" + "AetheryteShortcut": "Kozama'uka - Dock Poga", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 770.7179, + "Y": 12.84657, + "Z": -263.99634 + }, + "TerritoryId": 1188, + "MaximumDistance": 300 + } + } + } }, { "DataId": 1051711, diff --git a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5221_A Sympathetic Ear.json b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5221_A Sympathetic Ear.json index f7b53cd4..9a723904 100644 --- a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5221_A Sympathetic Ear.json +++ b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5221_A Sympathetic Ear.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -28,6 +27,35 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1052337, + "Position": { + "X": 479.14844, + "Y": 113.54922, + "Z": 175.37183 + }, + "TerritoryId": 1188, + "InteractionType": "Interact", + "AetheryteShortcut": "Kozama'uka - Many Fires", + "Fly": true, + "DialogueChoices": [ + { + "Type": "List", + "Prompt": "TEXT_BANPEL123_05221_Q1_000_000", + "Answer": "TEXT_BANPEL123_05221_A1_000_003" + }, + { + "Type": "List", + "Prompt": "TEXT_BANPEL123_05221_Q2_000_000", + "Answer": "TEXT_BANPEL123_05221_A2_000_002" + } + ] + } + ] + }, { "Sequence": 255, "Steps": [ diff --git a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5222_Worth the Weight.json b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5222_Worth the Weight.json index f7b53cd4..0adcb952 100644 --- a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5222_Worth the Weight.json +++ b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5222_Worth the Weight.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -28,6 +27,66 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1052339, + "Position": { + "X": 910.3379, + "Y": 10.1397, + "Z": -381.36877 + }, + "TerritoryId": 1188, + "InteractionType": "Interact", + "Fly": true, + "AetheryteShortcut": "Kozama'uka - Dock Poga", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 770.7179, + "Y": 12.84657, + "Z": -263.99634 + }, + "TerritoryId": 1188, + "MaximumDistance": 300 + } + } + } + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 2014506, + "Position": { + "X": 910.3379, + "Y": 10.421875, + "Z": -379.01886 + }, + "TerritoryId": 1188, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 3, + "Steps": [ + { + "DataId": 1052340, + "Position": { + "X": 789.9137, + "Y": 14.354868, + "Z": -215.77783 + }, + "TerritoryId": 1188, + "InteractionType": "Interact" + } + ] + }, { "Sequence": 255, "Steps": [ @@ -39,7 +98,20 @@ }, "TerritoryId": 1188, "InteractionType": "WalkTo", - "AetheryteShortcut": "Kozama'uka - Dock Poga" + "AetheryteShortcut": "Kozama'uka - Dock Poga", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 770.7179, + "Y": 12.84657, + "Z": -263.99634 + }, + "TerritoryId": 1188, + "MaximumDistance": 300 + } + } + } }, { "DataId": 1051711, diff --git a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5226_Animal Friendship.json b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5226_Animal Friendship.json index f7b53cd4..767c822b 100644 --- a/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5226_Animal Friendship.json +++ b/QuestPaths/7.x - Dawntrail/Allied Societies/Pelupelu/Dailies/5226_Animal Friendship.json @@ -1,7 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "Author": "liza", - "Disabled": true, "QuestSequence": [ { "Sequence": 0, @@ -28,6 +27,53 @@ } ] }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1051798, + "Position": { + "X": 897.734, + "Y": 6.8223433, + "Z": -285.1759 + }, + "TerritoryId": 1188, + "InteractionType": "Interact", + "Fly": true, + "AetheryteShortcut": "Kozama'uka - Dock Poga", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 770.7179, + "Y": 12.84657, + "Z": -263.99634 + }, + "TerritoryId": 1188, + "MaximumDistance": 300 + } + } + } + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1052345, + "Position": { + "X": 908.50684, + "Y": 5.7142797, + "Z": -337.85004 + }, + "TerritoryId": 1188, + "InteractionType": "Action", + "Action": "Bosom Brook", + "Fly": true + } + ] + }, { "Sequence": 255, "Steps": [