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

spawn unit

Status
Not open for further replies.
Level 5
Joined
Apr 8, 2006
Messages
130
  • Events
    • Time - Every 30 seconds of game time
  • Conditions
  • Events
    • Unit Group - Order (Units of type Barracks) to train a Footman
Just put the type of building and the unit you want it to train on a periodic event.
 
Level 5
Joined
Apr 8, 2006
Messages
130
Ah ok, here you go.

  • Events
    • Time - Every 30 seconds of game time.
  • Conditions
  • Events
    • Unit Group - Pick every unit in (Units of type Warrior Camp) and do (Unit - Create 1 Warrior for (Owner of (Picked Unit)) at (Position of (Picked Unit)) facing default building degrees.
    • Unit Group - Pick every unit in (Units of type Peasant Village) and do (Unit - Create 2 Conscript for (Owner of (Picked Unit)) at (Position of (Picked Unit)) facing default building degrees.
 
Status
Not open for further replies.
Top