From fbc29b2f39845d6d6b0c051596ae09c0b45f148a Mon Sep 17 00:00:00 2001 From: cacahuetes Date: Wed, 21 Aug 2024 16:18:26 +0000 Subject: [PATCH] added a missing interaction point after combat --- .../Gridania/387_Salvaging the Scene.json | 136 ++++++++++-------- 1 file changed, 73 insertions(+), 63 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/387_Salvaging the Scene.json b/QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/387_Salvaging the Scene.json index fec290a5..e796eaa8 100644 --- a/QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/387_Salvaging the Scene.json +++ b/QuestPaths/2.x - A Realm Reborn/MSQ-1/Gridania/387_Salvaging the Scene.json @@ -1,66 +1,76 @@ { - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "liza", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1000503, - "Position": { - "X": 178.33215, - "Y": -32.015224, - "Z": 333.30273 + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1000503, + "Position": { + "X": 178.33215, + "Y": -32.015224, + "Z": 333.30273 + }, + "TerritoryId": 148, + "InteractionType": "AcceptQuest" + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 2001018, + "Position": { + "X": 155.47412, + "Y": -23.66681, + "Z": 490.74524 + }, + "TerritoryId": 148, + "InteractionType": "Combat", + "EnemySpawnType": "AutoOnEnterArea", + "KillEnemyDataIds": [ + 26 + ] }, - "TerritoryId": 148, - "InteractionType": "AcceptQuest" - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 2001018, - "Position": { - "X": 155.47412, - "Y": -23.66681, - "Z": 490.74524 + { + "DataId": 2001016, + "Position": { + "X": 152.60547, + "Y": -23.758362, + "Z": 494.71265 + }, + "TerritoryId": 148, + "InteractionType": "Interact" }, - "TerritoryId": 148, - "InteractionType": "Combat", - "EnemySpawnType": "AutoOnEnterArea", - "KillEnemyDataIds": [ - 26 - ] - }, - { - "DataId": 2001016, - "Position": { - "X": 152.60547, - "Y": -23.758362, - "Z": 494.71265 - }, - "TerritoryId": 148, - "InteractionType": "Interact" - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "DataId": 1000470, - "Position": { - "X": -59.006653, - "Y": -0.010835781, - "Z": 26.41333 - }, - "TerritoryId": 148, - "InteractionType": "CompleteQuest", - "AetheryteShortcut": "Central Shroud - Bentbranch Meadows" - } - ] - } - ] -} + { + "DataId": 2001018, + "Position": { + "X": 155.47412, + "Y": -23.66681, + "Z": 490.74524 + }, + "TerritoryId": 148, + "InteractionType": "Interact" + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1000470, + "Position": { + "X": -59.006653, + "Y": -0.010835781, + "Z": 26.41333 + }, + "TerritoryId": 148, + "InteractionType": "CompleteQuest", + "AetheryteShortcut": "Central Shroud - Bentbranch Meadows" + } + ] + } + ] + } \ No newline at end of file