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 would I go about creating a mirror image spells and when the spell is cast the Caster gets an ability to switch places with the mirror image? Or if that is to hard just be able to teleport to the image.
i think you might be able to do that with a trigger that every .01 seconds a (point) variable is set to the position of the caster and the image.
and then you can add the spell to the hero (this is easy) and make a trigger that when the caster starts the spell he is instantly moved to the image's variable and the image is moved to the caster's variable.
if that seems a little too complicated i can make it for you.
That's a problem because you need to track the mirror image. You can pick every unit around the caster which is an illusion and whose unit type is equal with the one of the caster. Then get the mirror unit in a variable and give the caster a dummy unit. Everytime the caster casts the ability you switch positions, getting both positions into variables and moving caster to illusion and illusion to caster.
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.