
07-30-2008, 03:44 AM
|
Mr. Brightside
|
 |
Join Date: Dec 2005
Posts: 418
|
|
Im having more problems with formulas. Im trying to get the maxhp to be itself + a percentage of it per each point of vitality. The way I have it setup now adds on the percentage each time you add to vitality manually. At level 1 your maxhp is 100 so I guess the base is 100.
clientr.maxhp=int(clientr.maxhp+(clientr.maxhp*0.0 8));
What I'm aiming for a script to check it and adjust it automatically which if I used my formula it would increase nonstop... |
|
|