From c97959d1c97952deb2abb52367c6e10abb449694 Mon Sep 17 00:00:00 2001 From: Redacted Date: Tue, 15 Apr 2025 22:22:23 +0000 Subject: [PATCH] Fixed complete sequence 2 --- .../4844_The Seeds of Popularity.json | 40 ++++++++++++++----- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/QuestPaths/7.x - Dawntrail/Role Quests/Magical Ranged/4844_The Seeds of Popularity.json b/QuestPaths/7.x - Dawntrail/Role Quests/Magical Ranged/4844_The Seeds of Popularity.json index b014d8ed..a2d8507a 100644 --- a/QuestPaths/7.x - Dawntrail/Role Quests/Magical Ranged/4844_The Seeds of Popularity.json +++ b/QuestPaths/7.x - Dawntrail/Role Quests/Magical Ranged/4844_The Seeds of Popularity.json @@ -40,24 +40,42 @@ } ] }, - { +{ "Sequence": 2, "Steps": [ { "Position": { - "X": 77.94611, - "Y": 82.44486, - "Z": -548.9286 + "X": 76.82042, + "Y": 82.46339, + "Z": -549.32526 }, - "StopDistance": 10, "TerritoryId": 957, - "InteractionType": "Instruction", + "InteractionType": "Combat", "EnemySpawnType": "AutoOnEnterArea", - "KillEnemyDataIds": [ - 17626 - ], - "ItemId": 2003495, - "Comment": "TODO Needs item use?" + "ComplexCombatData": [ + { + "DataId": 17626, + "CompletionQuestVariablesFlags": [ + null, + 16, + null, + null, + null, + null + ] + } + ] + }, + { + "DataId": 17626, + "Position": { + "X": 77.01221, + "Y": 82.459785, + "Z": -549.218 + }, + "TerritoryId": 957, + "InteractionType": "UseItem", + "ItemId": 2003495 } ] }, -- 2.30.2