• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[Trigger] Little problem with arena and reviving

Status
Not open for further replies.
Level 8
Joined
Sep 24, 2007
Messages
300
It goes like this: If hero dies-like 30 seconds before the arena starts (arena starts in 10 seconds for example) tthe dead hero isn't moved in the arena (obviusli because he will revive after 20 seconds). I tried to solve this with action:

Unit group-pick every unit in playable map area
Conditions: picked player equal to hero
Unit: Instantly revive picked unit at Owner of picked unit's start location

It should revive him, but it doesn't. I am almost sure that the reason is that dead hero cannot be picked (99% sure).

So how to revive hero in another way to fix the problem??
 
Level 8
Joined
Sep 24, 2007
Messages
300
I added condition: Picked unit equal to dying unit, but that's not what you ment probably.

I don't realy understand how the action should look, so if you could send a screenshot, it wouldbe very nice.

thanks
 
Status
Not open for further replies.
Top