Hey there O Powerful Circle of Eight! Well, I'm enjoying the game like crazy (playing version 5.04) for more than a year now (yeah yeah, I play slow - I like to roleplay my characters and search every nook and cranny and interact with all NPCS) and one thing that bugs me are quests. I cannot seem to reset or unbotch them. Let me tell you my exact procedure, and perhaps you can set me straight. First, Shift ~ to open the console. I then type in game.quests[61].state = qs_accepted (61 is Burne's puzzles, and I am trying to reset the quest from botched to accepted). Often, when I type this code in, I get a single-digit number or nothing but a blank line... Am I doing something wrong? Am I missing a means to activated a cheat mode or some-such? Or perhaps I need to go back the the NPC and have a conversation? Please help and thank you...
Before you type the code, input Code: from co8 import * You may then have to input Code: loc() although I never have to. Then input your quest code.
No dice...nothing happens. Any other ideas? The journal still shows all botched in red. And for example, Tolub no longer appears for the fight... :blegh:
OK - I have tried the following, with no success... Typed into console... from co8 import * loc() game.quests[40].state = qs_mentioned I have also tried... from utilities import loc() game.quests[40].state = qs_mentioned also no luck...