From 65503d8921e2cbe091ac918bfe00d3f81367281d Mon Sep 17 00:00:00 2001 From: Jerry Wester Date: Wed, 14 Aug 2024 10:37:47 -0600 Subject: [PATCH] Added missing point in quest Hells Open --- .../MSQ/A6.2-Peaks 2/2536_Hells Open.json | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/QuestPaths/4.x - Stormblood/MSQ/A6.2-Peaks 2/2536_Hells Open.json b/QuestPaths/4.x - Stormblood/MSQ/A6.2-Peaks 2/2536_Hells Open.json index 89663913..fafbabd0 100644 --- a/QuestPaths/4.x - Stormblood/MSQ/A6.2-Peaks 2/2536_Hells Open.json +++ b/QuestPaths/4.x - Stormblood/MSQ/A6.2-Peaks 2/2536_Hells Open.json @@ -1,6 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "JerryWester", + "Author": ["JerryWester", "ewlame"], "QuestSequence": [ { "Sequence": 0, @@ -44,15 +44,19 @@ "$": "QW: 0 0 0 0 0 0 -> QW: 16 32 0 0 0 128" }, { + "DataId": 2008203, "Position": { - "X": -462.5758, - "Y": 295.61258, - "Z": 255.73582 + "X": -460.92932, + "Y": 295.58252, + "Z": 256.0005 }, "TerritoryId": 620, - "InteractionType": "WaitForManualProgress", - "Comment": "Oops, I forgot to grab the point here", - "$": "KillEnemyDataIds: [8031, 8032]" + "InteractionType": "Combat", + "EnemySpawnType": "AfterInteraction", + "KillEnemyDataIds": [ + 8031, + 8032 + ] } ] }, @@ -83,4 +87,4 @@ ] } ] -} \ No newline at end of file +}