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!
Event - unit starts the effect of an ability
Condition - ability equal to my ability
Actions:
Set loc = target ability location
Unit - create 1 dummy caster at loc
Unit - give Blizzard to last created unit
Unit - order last created unit to cast Blizzard at loc
unit - add a 5 second expiration timer to last created unit
Custom script: call RemoveLocation(udg_loc)
The unit should also have the "Locust" ability to prevent it being selected or targeted.
@CheckeredFlag, the problem is, everything, every map is using such spells - thus, you could just check spell section or google for examples. This question has been asked a thousand times.
You use dummy which actually possess the "effect" ability and order it to cast that spell where you wish to.
The caster on the other hand, has a "dummy" ability, meaning that it does not really do anything, except for being an "event" for effector trigger.
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.