From ae1dee8800095394ac4df99bec4d4fcb84101917 Mon Sep 17 00:00:00 2001 From: skiaz Date: Fri, 11 Apr 2025 13:52:06 +0200 Subject: [PATCH] Added Amalj'aa daily quests (1244, 1245) --- .../Dailies/1244_Raiding the Cache.json | 105 ++++++++++++++++++ .../Amalj'aa/Dailies/1245_Pulling Fangs.json | 75 +++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1244_Raiding the Cache.json create mode 100644 QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1245_Pulling Fangs.json diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1244_Raiding the Cache.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1244_Raiding the Cache.json new file mode 100644 index 00000000..1ac0bd1a --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1244_Raiding the Cache.json @@ -0,0 +1,105 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "skiaz", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1005552, + "Position": { + "X": 85.618286, + "Y": 15.28719, + "Z": -355.70312 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2003024, + "Position": { + "X": 345.23523, + "Y": 8.590759, + "Z": -24.399231 + }, + "TerritoryId": 146, + "InteractionType": "Interact", + "Fly": true + }, + { + "DataId": 2003027, + "Position": { + "X": 501.0299, + "Y": 7.614197, + "Z": -144.39618 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "Position": { + "X": 534.8477, + "Y": 7.5996237, + "Z": -156.95335 + }, + "TerritoryId": 146, + "InteractionType": "WalkTo" + }, + { + "DataId": 2003030, + "Position": { + "X": 552.20874, + "Y": 7.614197, + "Z": -175.18884 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 2003031, + "Position": { + "X": 558.5259, + "Y": 7.583679, + "Z": -166.79645 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + }, + { + "DataId": 2003029, + "Position": { + "X": 546.68494, + "Y": 10.543945, + "Z": -141.86316 + }, + "TerritoryId": 146, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1005552, + "Position": { + "X": 85.618286, + "Y": 15.28719, + "Z": -355.70312 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "Fly": true + } + ] + } + ] + } + \ No newline at end of file diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1245_Pulling Fangs.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1245_Pulling Fangs.json new file mode 100644 index 00000000..2abf621c --- /dev/null +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Amalj'aa/Dailies/1245_Pulling Fangs.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "skiaz", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1005552, + "Position": { + "X": 85.618286, + "Y": 15.28719, + "Z": -355.70312 + }, + "TerritoryId": 146, + "InteractionType": "AcceptQuest", + "Fly": true + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "Position": { + "X": 547.38745, + "Y": 7.599617, + "Z": -36.96097 + }, + "TerritoryId": 146, + "InteractionType": "WalkTo" + }, + { + "Position": { + "X": 547.38745, + "Y": 7.599617, + "Z": -36.96097 + }, + "TerritoryId": 146, + "InteractionType": "Combat", + "EnemySpawnType": "FateEnemies", + "ComplexCombatData": [ + { + "DataId": 740, + "NameId": 2369, + "MinimumKillCount": 3 + }, + { + "DataId": 2501, + "MinimumKillCount": 1 + } + ] + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1005552, + "Position": { + "X": 85.618286, + "Y": 15.28719, + "Z": -355.70312 + }, + "TerritoryId": 146, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo", + "Fly": true + } + ] + } + ] + } + \ No newline at end of file -- 2.30.2