Quests

Discussion in 'The Temple of Elemental Evil' started by Redeemed Storm, Jul 8, 2008.

Remove all ads!
  1. Redeemed Storm

    Redeemed Storm Frost Wizard

    Joined:
    Mar 16, 2007
    Messages:
    27
    Likes Received:
    0
    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...
     
  2. Gaear

    Gaear Bastard Maestro Administrator

    Joined:
    Apr 27, 2004
    Messages:
    11,029
    Likes Received:
    42
    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.
     
  3. Redeemed Storm

    Redeemed Storm Frost Wizard

    Joined:
    Mar 16, 2007
    Messages:
    27
    Likes Received:
    0
    I'll give it a shot right now. Got some time to kill this morning here in the Motor City....
     
  4. Redeemed Storm

    Redeemed Storm Frost Wizard

    Joined:
    Mar 16, 2007
    Messages:
    27
    Likes Received:
    0
    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:
     
  5. Redeemed Storm

    Redeemed Storm Frost Wizard

    Joined:
    Mar 16, 2007
    Messages:
    27
    Likes Received:
    0
    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...


     
  6. Sitra Achara

    Sitra Achara Senior Member

    Joined:
    Sep 1, 2003
    Messages:
    3,613
    Likes Received:
    537
    try game.quests[61].unbotch()
     
Our Host!