From 37afd54776196f37bf4182e31e6aed03f5c3ccfe Mon Sep 17 00:00:00 2001 From: pot0to <19513249+pot0to@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:45:14 -0800 Subject: [PATCH] fixed RequiredQuestVariables for one namazu quest --- .../Namazu/Dailies/3121_Bearers Wanted.json | 39 ++++++++++++++----- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/QuestPaths/4.x - Stormblood/Allied Societies/Namazu/Dailies/3121_Bearers Wanted.json b/QuestPaths/4.x - Stormblood/Allied Societies/Namazu/Dailies/3121_Bearers Wanted.json index 20ea6683..aeaf0170 100644 --- a/QuestPaths/4.x - Stormblood/Allied Societies/Namazu/Dailies/3121_Bearers Wanted.json +++ b/QuestPaths/4.x - Stormblood/Allied Societies/Namazu/Dailies/3121_Bearers Wanted.json @@ -1,6 +1,6 @@ { "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Theo", + "Author": "pot0to", "QuestSequence": [ { "Sequence": 0, @@ -62,13 +62,13 @@ "Fly": true, "Land": true, "Action": "Wasshoi", - "CompletionQuestVariablesFlags": [ + "RequiredQuestVariables": [ null, null, + [ 2, 5, 6 ], null, null, - null, - 64 + null ] }, { @@ -83,13 +83,34 @@ "Fly": true, "Land": true, "Action": "Wasshoi", - "CompletionQuestVariablesFlags": [ + "RequiredQuestVariables": [ null, null, + [ 2, 3, 4 ], null, null, + null + ] + }, + { + "DataId": 2009502, + "Position": { + "X": 95.47571, + "Y": -12.619263, + "Z": 699.1836 + }, + "TerritoryId": 622, + "InteractionType": "Action", + "Fly": true, + "Land": true, + "Action": "Wasshoi", + "RequiredQuestVariables": [ null, - 128 + null, + [ 1, 3, 6 ], + null, + null, + null ] }, { @@ -104,13 +125,13 @@ "Fly": true, "Land": true, "Action": "Wasshoi", - "CompletionQuestVariablesFlags": [ + "RequiredQuestVariables": [ null, null, + [ 1, 4, 5 ], null, null, - null, - 32 + null ] } ]