Over troubled waters

StonyBridge

Member
Jun 19, 2021
8
2
26
So, this quest came out in January and very recently the second part of that quest was released via patreon. I had completely forgotten about this quest so when I check my quest log, turns out I failed it and now I cant gain access to the second half of it. Is there a way for to reset the entire quest of "Over Troubled Waters"? I dont care if i have to use the save editor or the console (im browser btw). I have never failed a quest before and I'll be damned if Im just shit out of luck or be forced to make a WHOLE NEW SAVE for 1 fucking quest.
 

Tarnakus

Well-Known Member
Oct 31, 2020
369
144
In browser console:
QuestManager.quests[GLOBALS.QUEST_OVER_TROUBLED_WATER].currStates -> this should give you array with numbers. Then you do QuestManager.quests[GLOBALS.QUEST_OVER_TROUBLED_WATER].currStates.pop() -> every time you do it the quest goes back one step. But you need to reload save to see changes. OFC this fixes only the quest array -> if the failure of quest already written some other flags I would need to investigate with save.
 

StonyBridge

Member
Jun 19, 2021
8
2
26
In browser console:
QuestManager.quests[GLOBALS.QUEST_OVER_TROUBLED_WATER].currStates -> this should give you array with numbers. Then you do QuestManager.quests[GLOBALS.QUEST_OVER_TROUBLED_WATER].currStates.pop() -> every time you do it the quest goes back one step. But you need to reload save to see changes. OFC this fixes only the quest array -> if the failure of quest already written some other flags I would need to investigate with save.
note i have used the save editor on this file but its never given me any problems, figured Id warn you before hand
 

Attachments

  • CoC2_Kellta_2756.coc2
    132.8 KB · Views: 2

Tarnakus

Well-Known Member
Oct 31, 2020
369
144
Here - it indeed was enough to do once QuestManager.quests[GLOBALS.QUEST_OVER_TROUBLED_WATER].currStates.pop().
 

Attachments

  • CoC2_Kellta_2756(1).coc2
    130.4 KB · Views: 1