Warcraft III resources & community, 2003–2006 · archived

I need help please!

5 posts
#1

I need help please!

Okay, I have to edit/finish my rpg and I need to know, when you kill a monster, how do you get them to revive?i set a trigger as this:
Events:Unit - Forest Troll 0000 <gen> Dies
Conditions:
Events:Hero - Instantly revive Forest Troll 0000 <gen> at (Position of Forest Troll 0000 <gen>), Hide revival graphics


Is that how you do it?I need some help!

Thanks,
Cody
#2
You cant revive normal units that way. That action is only for heroes. One way is to spawn a new unit everytime an old one dies, or if you want to really get creative, make an invisible dummy unit that has a modified ressurection spell that casts it on corpses after a unit dies, giving it a revive appearance.
-VGsatomi
#3
So how would the trigger be?Let me go try and see..

The easy Way:

Events:
Unit - Forest Troll Trapper 0000 <gen> Dies

Conditions:

Actions:
Unit - Create 1 (Unit-type of Forest Troll Trapper 0000 <gen>) for Player 12 (Brown) at (Position of Forest Troll Trapper 0000 <gen>) facing Default building facing degrees


Is that right?Okay I like the other thing about everytime they die the invisible thing revives them, how would I do that?
#4
I would just use "dying unit" in the action. But yeah, that would work.
-VGsatomi
#5
Thank you for that, but I also need to know something else.
I need to know how to make a dialouge,I think thats what its called. Where instead of using a Hero Selector(wisp or peon) and going into a circle of poer, you select the hero from a menu.Please help if you know how!