- Joined
- Nov 3, 2006
- Messages
- 8,102
Basically, I need an ability that heals % of the hero's HP over time. It is for an item, is there a native way to do this, or I should just script it?
Use the Life regeneration aura like he said.69stehend said:isnt the fountain of life aura percentual?
Yes, for best efficiency import 4 complex custom systems to your map to make it work -.-afaik theres no % heal over time native spell....id say you have to script it...
Yes, for best efficiency import 4 complex custom systems to your map to make it work -.-
what do you think he wanna do ? for a simple % heal over time he need 2 triggers max....not 4 systems.
When add aura to the unit, it will be instant, when removed, it will delayed.btw triggering it is much better because adding and removing an aura is dalayed so it wont be accurate....
call UnitRemoveAbility(udg_Unit, 'B001')
and yes, buff can be removed by removing ability function, but can't be added by add ability function.When add aura to the unit, it will be instant,..