HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

little spell question

08-14-2004, 08:03 PM#1
nkknight
hi, i am trying to make a spell that do the following
when a unit use blizzard, goblin tinker will use cluster rocket on target area of spell being cast.

i have the following trigger but it doesn't work

event
a unit finish casting a spell
condition
ability being cast = blizzard
action
issue order to thinker66 to neutral tinker-cluster rocket to arget point of ability being cast.


can someone fix my trigger plz???
08-14-2004, 08:21 PM#2
Arksword(sv)
Ok, target point of ability being cast does NOT work for the event ability finished being cast. I use to always make that mistake, so you're note alone ;) . Anyways. change the event to generic unit begins casting an ability. If you want the cluster rockets to cast at the beginning, then just leave it. In the middle, take the duration of blizzard, cut that in half (so if the duration is 4, 2) then do that for a wait. Or at the end, wait the entire duration. That should help yah.