Warcraft III resources & community, 2003–2006 · archived

Vexorian need a simple spell

4 posts
#1

Vexorian need a simple spell

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
#2
I think that Darky's Multi-Aura does that.

~The_Raven
#3
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)
#4
thnx Ravan