Compiled List of Console Commands

Discussion in 'The Temple of Elemental Evil' started by Adoniis, Aug 26, 2005.

Remove all ads!
  1. Adoniis

    Adoniis Member

    Joined:
    Aug 10, 2005
    Messages:
    64
    Likes Received:
    0
    It can be a pain to find all the console commands, and I posted in reply to someone that I would make a post listing all I could find, so here it is. Hopefully there isn't already a thread like this and I just missed it :nerd:

    Open the console by pressing the SHIFT key and the ~ key simultaneously. Note that you must have Atari patch 2 installed to have access to the console. If you are using a non-US keyboard, press the SHIFT key and the ¬ key simultaneously to bring up the console. The ¬ key is the one above the TAB key and below the ESC key on non-US keyboards.

    If this is your first time through and you can't get Console Commands to work type (in the console): from utilities import :and hit enter ;)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Console Commands to raise stats,HPs,experience

    game.party[X].stat_base_set(stat_strength,Y)
    game.party[X].stat_base_set(stat_dexterity,Y)
    game.party[X].stat_base_set(stat_constitution,Y)
    game.party[X].stat_base_set(stat_intelligence,Y)
    game.party[X].stat_base_set(stat_wisdom,Y)
    game.party[X].stat_base_set(stat_charisma,Y)

    game.party[X].stat_base_set(stat_hp_max,Y)

    game.party[X].stat_base_set(stat_experience,Y)

    Make X = 0 for PC #1, 1 for #2, 2 for #3, etc.
    Make Y = the number you want their new Stat to be.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    To add money use

    game.party[0].money_adj(####)

    Make #### = the amount in copper you want. (you will get plat, but need to add it in copper)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    To teleport back to the Hommlet in from anywhere

    game.fade_and_teleport(0,0,0,5007,487,488)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    To add or remove a reputation

    game.party[0].reputation_add(#)
    game.party[0].reputation_remove(#)

    You'll have to look in the game files and find the value for the reputation you want. Then replace "#" above with it. Thye file is located in the gamereplog.mes file. Default location is "C:\Program Files\Atari\Temple of Elemental Evil\data\mes\gamereplog.mes"

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    To spawn an NPC

    first type: from utilities import* (this only needs done once per game, I think)

    Next place your PC in your first slot where you want the NPC to spawn and type: location_to_axis(game.party[0].location)

    This will give you two numbers ###L, ###L

    Now to spawn said NPC type: game.obj_create(####,location_from_axis(###L,###L))

    The first set of #### is the NPCs ID number. You can find a list of NPC in the description.mes(default is "C:\Program Files\Atari\Temple of Elemental Evil\data\mes\description.mes")

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Spawning items is even easier

    Just type in the console : give ####

    replacing the #### with the item ID number. You can find a list of items in the description.mes(default is "C:\Program Files\Atari\Temple of Elemental Evil\data\mes\description.mes")

    You can also find a list of weapons and items HERE

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    OK, I hope this helps. I'll update the list when I run across more commands. Feel free to add to the list ;)
     
    Last edited by a moderator: Nov 6, 2006
  2. ordinaryjones

    ordinaryjones Established Member

    Joined:
    Apr 27, 2004
    Messages:
    122
    Likes Received:
    1
    You can also spawn npc's by typing create ####, the npc will be created in the same spot as whatever character you have selected in your party. There is no need to type "from utilities import*".
     
  3. gregebowman

    gregebowman Member

    Joined:
    Aug 16, 2005
    Messages:
    28
    Likes Received:
    0
    I think I was the one who requested teh above list. Thanks. I just wish they were a little easier to memorize, though.
     
  4. Cerulean the Blue

    Cerulean the Blue Blue Meanie Veteran

    Joined:
    Apr 23, 2005
    Messages:
    1,962
    Likes Received:
    0
    Copy. Paste. Print.
     
  5. the_arkane

    the_arkane chaos

    Joined:
    May 31, 2005
    Messages:
    66
    Likes Received:
    0
    also for money just enter in give 7003 for pp,i believe 7002 for gp but not sure.
    if u get permanent charm (monster as npc) problem:
    from utilities import *
    x=find_npc_near(gameleader,z)
    x.destroy()
    (z=number in protos for charmed creature)for more info read livonya's 1.5 thread.
     
    Last edited: Apr 22, 2006
  6. Lord Plothos

    Lord Plothos Established Member

    Joined:
    Apr 3, 2004
    Messages:
    550
    Likes Received:
    0
    I second the sticky idea.
    Also, you have an extra _ in the hp_max command line.
     
  7. Cerulean the Blue

    Cerulean the Blue Blue Meanie Veteran

    Joined:
    Apr 23, 2005
    Messages:
    1,962
    Likes Received:
    0
    I third the "sticky", though maybe it should be reposted as just a thread for console commands. Who wants to read through all our replies about "stickying" this thread when they just want the console commands?
     
  8. Adoniis

    Adoniis Member

    Joined:
    Aug 10, 2005
    Messages:
    64
    Likes Received:
    0
    Thanks ;)

    I'll try and keep all the suggestions in the original post to lessen confusion, will quote the poster to give credit where due.

    Can also make a "Only post Console Commands" thread if anyone wishes?
     
  9. krunch

    krunch moving on in life

    Joined:
    Aug 9, 2005
    Messages:
    3,280
    Likes Received:
    0
    Here's the ultimate spoiler command for the ToEE console. It's idiot proof and real simple, too.

    Start the game session. Open the console using the shift key and tilde character. Type LEVELUP followed by pressing enter to see what happens. The command levelup is NOT case sensitive.

    Level 1 and level 2 characters increase one level using levelup just one time. Level 3 characters increase one level by using levelup twice. Higher level characters require typing levelup many times to increase one level.

    Grin. :)

    Due to the non-existance of EXP rooms where character parties can continuously fight a variety of different types of monsters at will, instead of travelling from North Hommlet to Emridy Meadows to the Moathouse to Nulb and travelling back to North Hommlet (repeatedly) just for the sake of encountering monsters to gain experience [power leveling], you can use the levelup command, instead.

    Thanks..
     
    Last edited: Aug 27, 2005
  10. offtheboat

    offtheboat Member

    Joined:
    Aug 9, 2005
    Messages:
    34
    Likes Received:
    0
    Hmmm, is there a method to edit the no. of points you have placed on a skill?
     
  11. Old Book

    Old Book Established Member

    Joined:
    May 30, 2005
    Messages:
    837
    Likes Received:
    2
    Sleeping in any dangerous area at all (i.e. anyplace but your own home in Nulb or an inn) gets you an unlimited stream of monsters to pound on. The Levelup command is safer, but you do not need to travel to spawn random monsters.
     
  12. Cujo

    Cujo Mad Hatter Veteran

    Joined:
    Apr 4, 2005
    Messages:
    3,636
    Likes Received:
    1
    Link to the other List of Console Commands

    for anything that might be missing from this thread try here
     
  13. halarious

    halarious Member

    Joined:
    Apr 7, 2005
    Messages:
    91
    Likes Received:
    0
    this thread should really be stickied! :zap:
     
  14. bradrinwi

    bradrinwi Established Member

    Joined:
    Mar 18, 2005
    Messages:
    226
    Likes Received:
    0
    okay.. 2 questions 1 anyway to give all players X stat at y value...???
    say 10 hp for all??

    or the reverse..? give one player 15s in all attributes..?

    second question how do i add skills and feats using console??

    and just like weapons take 4000-4999 is there a range for feats/skills
    if so where do i look to find it??
     
  15. Cujo

    Cujo Mad Hatter Veteran

    Joined:
    Apr 4, 2005
    Messages:
    3,636
    Likes Received:
    1
    look at the very first post in this thread.
     
Our Host!