• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Hero-Reviving Trigger Help

Status
Not open for further replies.
Level 5
Joined
Dec 12, 2008
Messages
112
How do i make a trigger that when the hero dies (and only the hero not the summoned units) they come back alive in 15 seconds?
 
Level 8
Joined
Sep 13, 2006
Messages
431
  • Events
    • Unit - A unit Dies
  • Conditions
    • ((Dying unit) is A Hero) Equal to True
  • Actions
    • Wait 15.00 seconds
    • Set Point = (YourDesiredLocation)
    • Hero - Instantly revive (Triggering unit) at Point, Show revival graphics
    • Custom script: call RemoveLocation( udg_Point )
That should do it for ya. But, as said before, check out tutorials and guides before you post. Also, play around with the editor a bit. You won't learn a thing about triggering until you take the time to familiarize yourself with the editor. It's self-explanatory for the most part, and what questions you have after thoroughly investigating for yourself can be brought to Hive for answering. Good luck!
 
Status
Not open for further replies.
Top