Vexorian need a simple spell

Status
Not open for further replies.
Level 6
Joined
Apr 30, 2004
Messages
235
i was wondering if anyone could make a spell that raises hp not an aura just an ability that raises the heros hp or if there is some way to make it myself(note: i have no jass programs) then plz post here i do want some help or to know thnx to whom ever helps
 
If your looking for a spell that adds like 400 hp then just make a trigg
edit the item spell life bonus(i think thats the name) to what you want the bonus to be.

event
-unit starts the effect of an ability
condition
-ability being cast equal to (ability)
Action
Add ability Life Bonus(+400) to target of ability being cast or triggering unit (depending on which dummy spell you use


if you want it to be removed after a short time then just set the unit in a variable
wait(time)
remove ability life bonus(+400) from (unit)
 
Status
Not open for further replies.
Back
Top