• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Need help making a hero defence

Status
Not open for further replies.
Level 2
Joined
Sep 11, 2009
Messages
29
Hello i am pretty new to hiveworkshop and i want to make a map for my clan. And the maps purpose is that for every member will be 1 hero. Enough of that... I want to ask how do i make monsters/MOBS spawn in the start of the line and walk down killing everything possible to kill.

For example

Monsters spawn here :fp:
they go down
and encouter
heroes here :fp:

how do i make the monsters go down and spawn?
 
Level 22
Joined
Nov 14, 2008
Messages
3,256
it is 100% trigger

  • Set TempLoc = "your spawn point"
  • Set TempLoc2 = "your base point"
  • Unit - Create "your amount of units" at temploc facing random angle degress
  • Unit - issued order targeting a point, order last created unit to attack move to temploc2
  • Customscript - call RemoveLocation(udg_TempLoc)
  • CustomScript - call RemoveLocation(udg_TempLoc2)
 
Level 2
Joined
Sep 11, 2009
Messages
29
Yes i am looking at the tutorials but i am newly starting making maps and this seems very new and hard for me. But as i am good in english i learn lots all the time, THX for the help.
 
Status
Not open for further replies.
Top