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 members across the site—especially newcomers—who need help with their triggers but don't know how to properly post them in a thread. Posting your triggers clearly is very important when you're asking others for help in fixing or identifying issues...
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 members across the site—especially newcomers—who need help with their triggers but don't know how to properly post them in a thread. Posting your triggers clearly is very important when you're asking others for help in fixing or identifying issues...
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.