Author Topic: Max hp on levelup  (Read 380 times)

Legacy_Jaqstar

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
Max hp on levelup
« on: November 08, 2010, 12:13:48 pm »


               Hello all

I was wondering if one of you had a link to or even the script that allows players to get maximum hitpoints on level up?
I'd like to implement it in my module so the player base doesn't need to do the level up proces more than one time to get max hps.

Thanks in advance,
Jaq
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Max hp on levelup
« Reply #1 on: November 08, 2010, 01:05:59 pm »


               There is no script for this.   There is however a .ini setting for it.   If you look through your nwplayer.ini file you will hopefully see it.   I am currently at work and can not give better directions at the moment.
               
               

               
            

Legacy_GhostOfGod

  • Hero Member
  • *****
  • Posts: 1490
  • Karma: +0/-0
Max hp on levelup
« Reply #2 on: November 08, 2010, 01:06:12 pm »


               This is actually a setting in your nwnplayer.ini. Under the "Server Options" you will see:

Max Hit Points=0

Change it to:

Max Hit Points=1

Haha. Jinx Lightfoot.
               
               

               


                     Modifié par GhostOfGod, 08 novembre 2010 - 01:07 .
                     
                  


            

Legacy_Jaqstar

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
Max hp on levelup
« Reply #3 on: November 08, 2010, 01:24:08 pm »


               Thanks a bunch guys.