nabbig2
New Member
I know there are hero revival systems, but this is different. Is it possible to order a tavern to revive a dead hero with triggers?
I can't find Revive Hero under Unit - Issue Order With No Target. Is that exactly what it is called?Unit - Issue Order With No Target
Revive Hero is under that action. Have you given it a try?
Trigger:
- Actions
- Unit - Order TAVERN to train/upgrade to a (Unit-type of (hero u want to revive))
-didnt find anything better
He wants the tavern to revive the hero, not for the hero to appear, besides, using this trigger, the hero is duplicated loads of times, you have to use:How 'bout using the:
Event: A unit dies
Condition:
Unit is equal to hero
Action:
Set Temp_Point at poisition of Tavern
Create [your unit using triggering unit's default life and mana] in Temp_Point
Call Destroy udg Temp_Point
[EDIT] Wait, nvm. this wouldn't keep the heroes' level.