Page 1 of 1

MAXHP for npcs

Posted: Wed May 31, 2006 5:45 am
by OldnGrey
Is there any way we can change the maxhp for an npc? I don't mean editing and reloading the npcdesc file. I am looking for a way to set a maxhp_mod on an npc the same way as an item.

Posted: Wed May 31, 2006 6:55 am
by Austin
Already exists.
1. Look at your vitals.cfg
-This will tell you where your vital hook is and what function it uses.
2. Look at the function that returns something for the hit point vital.
This is what sets the hitpoints.
It probably points to the strength attribute?
You can change it to look for something else, a cprop maybe for an npc?
Use RecalcVitals() im uo.em to update the vitals and their regen rates.
It causes the hook to be re-run on the mobile.

Posted: Thu Jun 01, 2006 11:43 pm
by OldnGrey
The cprop idea works just fine.
Thanks Austin.

Pol still ain't the best thing to figure out stuff.
The POL Object Class Reference really lead me astray here.