RPG Search

 
 
 
 
 

Useful comprehensive console command list  
  #1 (permalink)  
Old 08-26-2005, 10:57 PM
Lord Plothos's Avatar
Moderator
 
Join Date: Dec 2004
Posts: 498
From Adoniis over at co8 (nothing new, just all in one place for easy reference):

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


I would add that a nice on-line list of the item codes can be found here:
http://bobtokyo.robertdorf.com/Chara...tem%20List.htm

Last edited by Lord Plothos; 08-26-2005 at 11:19 PM.
Reply With Quote
 
  #2 (permalink)  
Old 05-30-2006, 03:28 AM
Member
 
Join Date: May 2006
Posts: 1
yay, thankyou for this list, it saved hours of game play, for some stupipd reason i'd only been using one save game file, and i saved during combat. When i loaded the game it was my animal companions turn, but his action bar was empty but wouldn't end his turn. i used game.fade_and_teleport(0,0,0,5007,487,488) and it fixed the problem.
Reply With Quote
 
  #3 (permalink)  
Old 05-31-2006, 12:17 AM
Lord Plothos's Avatar
Moderator
 
Join Date: Dec 2004
Posts: 498
Cool.
Save corruption is also an issue with ToEE. I highly recommend multiple save files.
Reply With Quote
Console commands to get rid of spell effects  
  #4 (permalink)  
Old 09-24-2006, 08:10 PM
bariumdose's Avatar
Exalted Member
 
Join Date: May 2005
Posts: 195
I have the patched, repatched and doublepatched version of ToEE. My bard casted Silence and inadvertently hit my party. Eventually, the spell wore off everyone except my paladin, who cannot cast any spells with a verbal component. Is there a way to get rid of the silence using a console command??

Thanks
Reply With Quote
 
  #5 (permalink)  
Old 09-25-2006, 01:18 AM
Lord Plothos's Avatar
Moderator
 
Join Date: Dec 2004
Posts: 498
Not that I know of. But I hear that killing them off and raising them removes the effects. You can then use the console to reset their XP.
Reply With Quote
Help Please!  
  #6 (permalink)  
Old 12-04-2006, 10:59 PM
Member
 
Join Date: Dec 2006
Posts: 1
Hi,
I installed ToEE and began to play, i then realized i did not have the capability to loot so searched and found out that I needed to download the proper patches. After downloading the patch (tried 1,2 and 3) when I try to play the game i get a "Please insert Play Disk" error.......could someone please help me with this, I really got into this game and would like to continue playing. Any help would be greatly appreciated.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump