Missing meows help!

coolfire3157

New Member
Aug 1, 2023
1
0
24
I need some help with fixing one thing. I am very deep into a playthrough and I missed the Missing Meows quest and I didn't know it was impossible to get it again. Can anyone tell me what values I would edit in the .json editor or the unofficial COC2 save editor? I have the editor, I tried looking for flags involving the quest but could not figure it out. Can anyone help me out?
 

Tarnakus

Well-Known Member
Oct 31, 2020
232
71
You can miss that quest? or you failed it?
This is my description how to save edit any quest (i did it long time ago but it should be still valid):
Save to file and open it with text editor.
Find array called quests (ctr+f and type quests) then count from 0 to 8 (again old info - somebody already asked how to reset this quest).

Beginning of quests array and how to count (I added space for better visuals on empty brackets):
"quests":[[0,1,2,3],[0,1,2,3,5,8],[ ],[ ] ...
[0,1,2,3] - 0
[0,1,2,3,5,8] - 1
[ ] - 2
[ ] - 3
etc.

According to wiki you should have [0],[2] or [3] I guess?
Keep in mind it only changes quest variables if there are some other flags - good luck - I'm not bored enough to reverse engineer it for you :p