• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

SPELL HELP AND READ THIS!

Status
Not open for further replies.
Level 10
Joined
Aug 8, 2004
Messages
562
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....
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
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.
 
Level 7
Joined
Mar 26, 2004
Messages
350
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.
 
Status
Not open for further replies.
Top