1
Technical Support / Fix for quests stuck "not turned in" even though the boss is dead (Grieving Wido
« on: 10 August 2026, 04:03:04 »
If a quest boss is dead / item is in your inventory, but the NPC just keeps repeating
old dialogue and the quest never completes — this is fixable by editing the save file.
Files: SaveData\Main\<yourname>\Levels_World_World01.map\<difficulty>\*.que
Each quest has a chain of trigger records in there. The final one (has a comment like
"Quests\...\<QuestName>.qst") is the one that actually grants the reward. If it's stuck,
its hasFired flag is set to 1 even though the conditions were never satisfied — meaning
it already ran once (with a false result) and never re-evaluates. Reset hasFired back to
0 on that trigger and it fires properly.
Ask if you want help finding the exact bytes for your specific quest.
old dialogue and the quest never completes — this is fixable by editing the save file.
Files: SaveData\Main\<yourname>\Levels_World_World01.map\<difficulty>\*.que
Each quest has a chain of trigger records in there. The final one (has a comment like
"Quests\...\<QuestName>.qst") is the one that actually grants the reward. If it's stuck,
its hasFired flag is set to 1 even though the conditions were never satisfied — meaning
it already ran once (with a false result) and never re-evaluates. Reset hasFired back to
0 on that trigger and it fires properly.
Ask if you want help finding the exact bytes for your specific quest.