• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Killes Units Respawn

Status
Not open for further replies.
Level 5
Joined
May 5, 2007
Messages
120
...

  • Unit - A unit Dies
  • Conditions
  • ((Triggering unit) is A Hero) Equal to True
  • Actions
  • Wait (time)
  • Hero - Instantly revive (Triggering unit) at (Center of Region), Show revival graphics
 
Level 5
Joined
May 27, 2007
Messages
132
The somewhat well known map, World of Warcraft: Revived (Or Reborn, depends) uses a creep revival system. See if you can find an unprotected version and mess with it so that the creeps will always respawn, as opposed to how it's set up on that map, which it'll stop respawning if a player sits near it's spawn point too long.

If that doesn't work, maybe because you can't find an (unprotected) copy, you can always do it the extremely hard way, and create a variable and a region for each spawn point, save the creeps in a variable, and set it so XXX seconds after they die, they'll just respawn in the same region. If you have a ton of creeps to respawn it'll be a pain, but if that's what you want it'll be worth it.
 
Status
Not open for further replies.
Top