ok im having trouble on this slowing field 4 some reason its not working except it creates the unit but the other part doesnt work... i'll give you the trigger: Event Time - Every 0.10 seconds of game time Condition nonE Action Unit - Create 1 Slowz0r Nova Unit for Player 1 (Red) at (Random point in Custom Slowing Nova <gen>) facing Default building facing degrees
Set SlowingUnitVar = (Last created unit)
Unit - Order SlowingUnitVar to Undead Lich - Frost Nova SlowingUnitVar and yes i made the abillity able 2 target slef....
Did you give the ability to an unit which you CAN control and try to make it target itself? I've noticed that blizzard narrowed many options by actually making targets no longer work. Big bug! I hope this is the problema and so... You have to find another solution. And btw, I don't think you even need the variable. Just order the (Last Created Unit) to target itself since there is no wait into the trigger it should work .
And btw, this would work only for player 1. To make it work for more than ONE player check my armageddon spell. A lot of triggers needed but the only way to make it multi-instance.
why do u use §every 0.1 sec. of game? u could use the normal "a unit starts effect of ability" and then create a loop with a waittime between. then u haven't to activate other triggerrs.
@ daelin: i took a look at your spell, same question to u: why don't u use loops? then u had one trigger instead of 13.