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!
The problem, it's a respawn trigger and for some reason it doesn't work.
I tryed many tutorials and did how they did it but still it's not working...i even tryed the tutorial hero on the Hive, but still no proggres...could someone help me please.
I'm sorry I wasn't being clear on that, you do not need Unit Indexer . I mentioned it because I was pretty sure someone would come here and say "that won't work if you use Unit Indexer".
Or to be more precise, you don't 'have' to use it. You can do it though, but then you need to change the triggers a little bit.
First Trigger:
Creep Position
Events
Time - Elapsed game time is 0.00 seconds
Conditions
Actions
Custom script: set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Entire map) owned by Neutral Hostile) and do (Actions)
Loop - Actions
Set Point_CR[(Custom value of (Picked unit))] = (Position of (Picked unit))
Second Trigger:
Creep Respawn
Events
Unit - A unit owned by Neutral Hostile Dies
Conditions
((Triggering unit) is Summoned) Equal to False
Actions
Wait 3.00 seconds
Unit - Create 1 (Unit-type of (Triggering unit)) for Neutral Hostile at Point_CR[(Custom value of (Triggering unit))] facing Default building facing degrees
Set Point_CR[(Custom value of (Last created unit))] = (Position of (Last created unit))
If you do not use Unit Indexer, then you can change the first trigger according to my previous post and leave the second trigger alone (don't change it).
Ok the thing is I still have the unit indexer and I didn't change the second trigger and the first one is as you post it...and for some unknown reaseon it works. I'll leave that way because i don't want to broke it, if any bugs show up ill do as you sayd. Thanks for the help too!
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.