HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help with this simple spell

07-08-2003, 12:25 PM#1
Mandrilx
I bet its a simple one, but im a noob =(

I use tft we, i need to know how to make an autocast spell like searing arrows, but instead of searing arrows does slow poison effect. help plz.
07-08-2003, 01:37 PM#2
Ultramagnetic
First off if you dont already have it set, go to preferences --> and check the box that says allow negative real values in the editor... or something along those lines

Then you need to take every level of searing arrows, and modify the damage down to 0.

Aaaand, your triggers should look like this.


trig 1:

e: A unit is issued an order with no target.

c: issued order = flamingarrows

a: Unit - add ability poison sting to triggering unit.


trig 2:

e: A unit is issued an order with no target.

c: issued order = unflamingarrows

e: Unit - remove ability poison sting from triggering unit.


that's it.

Easy. Greasey. Japanesey.

enjoy.