• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Zombie Spawn Trigger

Status
Not open for further replies.
Level 4
Joined
May 27, 2014
Messages
65
can you help me in my trigger I want to make a trigger that zombie will spawn in the certain area and then attack our basement not waves instead every 10 seconds of the game time.
 

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,183
  • Untitled Trigger 001
    • Events
      • Time - Every 10.00 seconds of game time
    • Conditions
    • Actions
      • Set loc = (Center of (Playable map area))
      • Set attack_loc = (Random point in (Playable map area))
      • Set player = Player 12 (Brown)
      • Unit - Create 1 Zergling for player at loc facing Default building facing degrees
      • Unit - Order (Last created unit) to Attack-Move To attack_loc
just modify the variables.
 

sentrywiz

S

sentrywiz

  • Untitled Trigger 001
    • Events
      • Time - Every 10.00 seconds of game time
    • Conditions
    • Actions
      • Set loc = (Center of (Playable map area))
      • Set attack_loc = (Random point in (Playable map area))
      • Set player = Player 12 (Brown)
      • Unit - Create 1 Zergling for player at loc facing Default building facing degrees
      • Unit - Order (Last created unit) to Attack-Move To attack_loc
just modify the variables.

Damn beat me to it :p
 
Status
Not open for further replies.
Top