Creeps: How do I respawn creeps?

Bonghero420

New Member
Reaction score
0
Working on an ORPG, and I need to know how to make creeps respawn about 20 seconds after they die. Thanks.
 

XeNiM666

I lurk for pizza
Reaction score
138
Trigger:
  • Respawn
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Triggering unit) belongs to Neutral Hostile) Equal to True
    • Actions
      • Set Point_var = (Position of (Triggering unit))
      • Wait 20.00 seconds
      • Unit - Create 1 (Unit-type of (Triggering unit)) for Neutral Hostile at Point_var facing 0.00 degrees
      • Custom Script: call RemoveLocation( udg_Point_var )


Dont know if its MUI but it should work..
 

Bonghero420

New Member
Reaction score
0
I'm working on the trigger, but I can't figure out how to make "Set Point_var = (Position of (Triggering unit)). Lol, sorry I'm new.
And I think I'll need help with the last action as well.

Thanks.
 

wellwish3r

wishes wells.
Reaction score
52
there is an action: "Set Variable" there you cans et a vairable, or create one, create a point variable and set it to the correct thing. The other action is "Custom Script" you will have to type in the stuff shown in the trigger.

Also, move the "Set VAriable" below the wait.
 

xAnaMorphine

Active Member
Reaction score
43
Trigger:
  • Respawn
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Triggering unit) belongs to Neutral Hostile) Equal to True
    • Actions
      • Set Point_var = (Position of (Triggering unit))
      • Wait 20.00 seconds
      • Unit - Create 1 (Unit-type of (Triggering unit)) for Neutral Hostile at Point_var facing 0.00 degrees
      • Custom Script: call RemoveLocation( udg_Point_var )


Dont know if its MUI but it should work..

Wait 20.00 seconds prevents it to be MUI.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top