Autocast Issues

Status
Not open for further replies.

TheOneHyer

T

TheOneHyer

I'm trying to make it so that when an Archon dies it dies as a Psionic Storm. I'm also trying to make it so that when a Zealot drops below twenty health it's attack, attack speed, and movement speed doubles for five seconds or until it dies. How do I set abilities to autocast under certain health levels, or to activate a lasting ability upon death?
 
Check how the zerg buildings work. They spawn units on death and spawning psyconic storm should be no different.

As for the zeatlot, use a behaviour and a validator. The behaviour is enabled when health is less than 20% and runs the effect to add the behaviour for the buff then destroys itself. If your map has any ability to heal (like allied medics/medivacs) you can skip the destruction part as that will mean that it will only work once per unit (even if the unit gets rehealed multiple times to 100% life).
 
Thanks tons, I normally look at other units to get what I want i.e. when I wanted to add a stun ability to Dark Templars I looked at Spectres, I had entirely forgotten about Zerg Buildings.

Still have to try out the Zealot
 
Status
Not open for further replies.
Back
Top