• 🏆 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!

[Trigger] Creep spawn trigger

Status
Not open for further replies.
Level 8
Joined
Sep 24, 2007
Messages
300
I read a lot of suggestions about creep respawn triggers, but nothing that It would help me really.


I need to check 4 times a day if REGION CONTAINS NEUTRAL CREEPS.


So if there is no any creeps in region (they got killed) a new wave is spawned.


Any ideas?


[timed creep spawn is not an option, because I need only one creep wave per region and timed spawning would cause more waves to stick in the region]
 
Level 2
Joined
Jun 15, 2008
Messages
18
  • Event - Every (whatever) seconds
  • Condition - None
  • Action - If\then\else multiple functions
    • - If - Integer comparision - number of units in unit group equal to 0 - units in region owned by player - units in <your region> owned by Neutral Hostile
    • - Then do nothing
    • - Else spawn ...... for neutral hostile
Hope that helps!
 
Status
Not open for further replies.
Top