• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

beesz

Status
Not open for further replies.
Level 10
Joined
Apr 25, 2009
Messages
296
bees2.gif


In the trigger editor, go to the 'search' option, type in 'Create' and find 'Create Unit' Hit enter, change the owning player from red to neutral hostile. Set the location to wherever you'd like, and change the unit type to the type of unit you'd like to spawn.

Set the 'event' to whatever you'd like, whether it be every few seconds, to instantly in map initialization.

  • Unit - Create 1 Footman for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
  • //
  • //->
  • Unit - Create 1 Footman for Neutral Hostile at (Center of (Playable map area)) facing Default building facing degrees
 
Level 7
Joined
May 13, 2011
Messages
310
There is no search (as far as I know). The closest thing to a search is, when you're choosing your action, tapping the "U" key to scroll through all of the Unit actions.
Otherwise you just have to look through the actions yourself.

But you have to make sure you're looking for the right thing. As Archangel said you'd have to use a spell, in which case you're looking for one of these actions-

  • Unit - Issue Order Targeting A Point
  • Unit - Issue Order With No Target
-depending on the type of spell you're using. If you're looking for an action like this-

  • Unit - Make Unit Spawn Unit
-you're not going to find it.
 
Status
Not open for further replies.
Top