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!
It's probably something stupid, but i can't seem to figure out why it's not working, and instead only glory kills critters and not 20% or less hp units.
Unit - Add 3.00 second Generic expiration timer to (Last created unit)
Unit - Order (Last created unit) to Healing Wave (Triggering unit)
Unit - Kill GK_Target
I got rid of an unnecessary setting of Temp_point, it was being set twice at the same position. I added a Unit variable to safely track the target unit. I also made sure that (Unit - Kill) is the very last action to occur since it will cause "A unit Dies" Events to run, potentially overwriting variables like Temp_point and certain Event Responses. Everything is organized in a way to avoid conflicts with other triggers.
Please try to post your trigger in the future, it allows everyone to easily read, copy, and edit it, etc.
TopHow To Post Your Triggers I've seen many and many members around the site who need help with their triggers but don't know how to post their triggers in a thread, especially the newcomers. Posting your triggers in a thread is a very important matter when you're asking for a help from other...
Unit - Add 3.00 second Generic expiration timer to (Last created unit)
Unit - Order (Last created unit) to Healing Wave (Triggering unit)
Unit - Kill GK_Target
I got rid of an unnecessary setting of Temp_point, it was being set twice at the same position. I added a Unit variable to safely track to the target unit. I also made sure that (Unit - Kill) is the very last action to occur since it will cause "A unit Dies" Events to run, potentially overwriting variables like Temp_point and certain Event Responses. Everything is organized in a way to avoid conflicts with other triggers.
Please try to post your trigger in the future, it allows everyone to easily copy it and show you what's wrong:
TopHow To Post Your Triggers I've seen many and many members around the site who need help with their triggers but don't know how to post their triggers in a thread, especially the newcomers. Posting your triggers in a thread is a very important matter when you're asking for a help from other...
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.