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!
can anyone show me how to make a trigger that issues a dummy unit to cast storm bolt at all unit within 500 range? if you could make it for me it would help out alot thanks ^_^
If all you're after is the stun a lot of units what Spartilio recommended is perfect. Make sure your dummy unit has no model/no cast time.
Storm Bolts
Events
Unit - A unit Starts the effect of an ability
Conditions
Actions
Set TempPoint = (Position of (Triggering unit))
Unit - Create 1 Dummy for (Triggering player) at TempPoint facing Default building facing degrees
Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
Unit - Add Storm Bolt to (Last created unit)
Set TempUnit = (Last created unit)
Set TempGroup = (Units within 500.00 of TempPoint matching ((((Matching unit) is A structure) Equal to False) and (((Matching unit) belongs to an enemy of (Triggering player)) Equal to True)))
Unit Group - Pick every unit in TempGroup and do (Actions)
Loop - Actions
Unit - Order TempUnit to Human Mountain King - Storm Bolt (Picked unit)
If all you're after is the stun a lot of units what Spartilio recommended is perfect. Make sure your dummy unit has no model/no cast time.
Storm Bolts
Events
Unit - A unit Starts the effect of an ability
Conditions
Actions
Set TempPoint = (Position of (Triggering unit))
Unit - Create 1 Dummy for (Triggering player) at TempPoint facing Default building facing degrees
Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
Unit - Add Storm Bolt to (Last created unit)
Set TempUnit = (Last created unit)
Set TempGroup = (Units within 500.00 of TempPoint matching ((((Matching unit) is A structure) Equal to False) and (((Matching unit) belongs to an enemy of (Triggering player)) Equal to True)))
Unit Group - Pick every unit in TempGroup and do (Actions)
Loop - Actions
Unit - Order TempUnit to Human Mountain King - Storm Bolt (Picked unit)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.