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!
how do i make a non autocast spell, like frost nova, into an autocast spell? and can i still modify the properties of frost nova after it becomes an auto cast?
To make frost nova into an autocast spell, you could either make a base spell that can autocast to look like frost nova or you could trigger it. By triggering, give the hero a spell that can autocast. Delete all the things on it except the range, icon, manacost, cooldown, button positions, and tooltips (that you want). This will be the dummy spell your hero will have.
Next, trigger something like this.
Autocast
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Frost Nova (The one the hero has)
Actions
Unit - Create 1 SpellDummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing (270.0) degrees
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
Unit - Order (Last created unit) to Undead - Frost Nova (Target unit of ability being cast)
This will make it whenever the dummy spell activates, a dummy unit will frost nova the targeted 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.