Adding hit/mana points to a unit

Status
Not open for further replies.
I've done that, although when I try to increase the ability, making it from ex. +0 hit points to +50 hit points, the Action:Set level of (Ability) for (unit) to (Level of (ability) for (unit) + 1)) doesnt work and neither does Action:Increase level of (ability) for (unit)
 
if you intend to change the MAX hp/mp , then the way zlatnilav suggested is adequate

if you just want to change the current hp/mp

use the function

"set unit life = life of unit + (whatever change you wish)"
 
That's because you have to edit that item ability to give it increments of 50 per level...
 
Status
Not open for further replies.
Back
Top