• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

need some help at map making

Status
Not open for further replies.
Level 1
Joined
Jan 17, 2005
Messages
2
how do you make a starting point without getting the castle and all the peasants, and how do you make a hero selector and how do you get the hero to teleport to a certain location?
 
Level 8
Joined
Apr 3, 2004
Messages
507
Give the selector a single-target ability, like Storm Bolt.

Make a trigger that fires when a unit uses an ability.
Check to see if it's your dummy chooser ability.

Make one (Target unit of ability being cast) for (owner of (casting unit)).
Kill (casting unit).

That's pseudocode; ought to be enough to get you started on it.
 
Status
Not open for further replies.
Top