Warcraft III resources & community, 2003–2006 · archived

A certain Trigger

5 posts
#1

A certain Trigger

how do i make creeps respawn like after they die. Like kill 1 and it comes back like 30 seconds later,
plz reply ty
#2
here's one way!

Melee Initialization
    Events
        Unit - A unit Dies
    Conditions
        (Owner of (Dying unit)) Equal to Neutral Hostile
    Actions
        Unit - Create 1 (Unit-type of (Dying unit)) for Neutral Hostile at (Position of (Dying unit)) facing Default building facing degrees
#3
you forgot the 30-sec wait.
I prefer not to use too many waits though, it's bad for the trigger queue.
#4
Angeluszyou forgot the 30-sec wait.
I prefer not to use too many waits though, it's bad for the trigger queue.


i didnt forget it, i', to lazy to add it!
I thought that he has the IQ to do it him selfe :P
#5
I don't think there is really any other way to do it without waits.