Warcraft III resources & community, 2003–2006 · archived

continuous spell

8 posts
#1

continuous spell

Ok im sure this is a very simple trigger to do for a spell but im not sure how to do it. Ok so how do you make a spell happen continuously? Like a healing spell, make a unit continuously heal another unit forever.
#2
use the periodic time event ....
#3

gah

yes i know, but it didnt work...nice try though, and if it worked for u please show me ur trigger
#4
*sigh*
yes, it will work:



Event-
Unit starts the effect of ability
Conditions-
Ability being cast = Yourability
Actionz-
set TargetVar = Target unit of ability being cast
turn on Trigger 2

-=Trigger2=-

Event-
Every X amount of seconds
-=NO CONDITIONS=-
Actionz-
Set life of TargetVar = life of targetVay + X (amount of heal)


:roll:
#5
For Each Integer A, Do Multiple Actions

Try it...
#6
Would you be able to use this for a stealth spell? Like, have a unit cast Stealth, then they stay invisible forever, unless they cancel it or are attacked?
#7
no, that is a normal spell called permenatnt invisiblity.... i think
#8
you can't cancel permanant invisibility. and you won't cancel it if you are attacked, either. the unit will lose it's invisibility when it ATTACKS.