Calcualting % Health

Status
Not open for further replies.
Level 24
Joined
Oct 12, 2008
Messages
1,783
Heres the problem, I want a unit to cast a certain ability at low health like say 10%.

Problem is I realised that this does not take into account Handicaps/Upgrades which modify the units max hp.
Hence at high handicaps the spell is cast at higher health amounts than 10%.

So what I need to know is how can I make a trigger take into account health modifiers such as handicaps and upgrades.
 
Heres the problem, I want a unit to cast a certain ability at low health like say 10%.

Problem is I realised that this does not take into account Handicaps/Upgrades which modify the units max hp.
Hence at high handicaps the spell is cast at higher health amounts than 10%.

So what I need to know is how can I make a trigger take into account health modifiers such as handicaps and upgrades.

I'm sure there's an easier way, but you could run a periodic that checks the health of the unit and if it's equal to 10% of the unit's health then manually order him to cast the ability.

GL
 
Status
Not open for further replies.
Back
Top