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!
Making a team respawn system isn't too difficult. I'll do my best to explain it here in a few triggers. You'll need to have a hero and a region for them to respawn in.
Team One Respawn
Events
Unit - A unit owned by Player 1 (Red) Dies
Unit - A Unit owned by Player 2 (Blue) Dies
Actions
Hero - Instantly revive (Dying unit) at (Center of (Team 1 Respawn)). Show revival graphics.
Team Two Respawn
Events
Unit - A unit owned by Player 3 (Teal) Dies
Unit - A Unit owned by Player 4 (Purple) Dies
Actions
Hero - Instantly revive (Dying unit) at (Center of (Team 2 Respawn)). Show revival graphics.
This is a pretty simple trigger, and I think someone else will be able to give you a better system to use in GUI format. But this should work, and you can use further variables or edit the hero for whichever one dies. Regions can be defined as you like, for both bases, by simply changing the region in the trigger.
Hope this helps you out in your efforts,
- Vikus
(Anyone with better skill feel free to correct me if I'm wrong.)
EDIT: Did testing. No conditions are needed for this to work.
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.