Register Lost Password?  Cookie?
  The time now is 08:22 PM GMT -6.  
Banshee Network
 
Quick Links
 
 
GameBanshee Swag
Site Features
Submit News
News Archives
Join Our Staff
Forums
Community Blogs
Reviews
Previews
Interviews
Editorials
About GB
Advertise With Us!
Advertisement
 
Go Back   GameBanshee Forums > Forum Categories > Traditional RPGs > Temple of Elemental Evil

Reply
GameBanshee Forums  
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 02-03-2005, 09:39 AM
Lord Plothos's Avatar
Moderator
 
Join Date: Dec 2004
Location: Providence, RI.
Posts: 466
Set your HP to whatever you want!

Hi all,

I delved into this matter because I was annoyed at how I got so many 1s and 2s when rolling for HP on level-up. Anyway, it turns out you can set your HP to whatever you want at any time, so you can max out your HP, go beyond the max, or set it whatever you think is fair.

A note, though, that this code fixes the character's HP BEFORE adding a con modifier, so setting a first level rogue with a con of 14 to 30 HP will result in the rogue having 32 HP, not 30. Setting that same rogue to 30 at level 2 will yield 34 HP (=+2 twice, once for each level). The game keeps track of the total you have ROLLED with your characters various hit dice, then adds (con mod * character level) to that total. This code only modifies the rolled number.

Anyway, for those interested, call up the console by holding shift and pressing the ~ key (you must have patch 2.0 installed for this to work) and type this (to make the first character's rolled hp 30):

game.party[0].stat_base_set(stat_hp_max,30)

The [0] will target the first character in your party. Making it [1] will target character 2, and so on. Change the last number, 30, to whatever you want your pre-con modifier HP to be.

If it doesn't work, and you have just booted up the game, try typing this first:

from utilities import *

And if that fails, try playing for a while first. Some people still have problems, but it worked for me and many others. Finally, no more dreading level-ups.
Reply With Quote
  #2 (permalink)  
Old 02-04-2005, 11:56 AM
Exalted Member
 
Join Date: Apr 2001
Posts: 330
Thanks. I read the more detailed thread in co8 forums. Really helpful not having to reroll for many, many attempts LOL.
__________________
Life is an adventure
Reply With Quote
Reply


Thread Tools
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


 
      Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2000-2008 GameBanshee.com