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

Starting location question (using wisps to select heroes in RPGs)

Status
Not open for further replies.
Level 2
Joined
Oct 18, 2007
Messages
19
If i want to make an rpg map and just like the most rpg maps you start as a whisp then choose one of the models given.How can i make the same thing in world editor? :gg:
 
Level 29
Joined
Jun 4, 2007
Messages
1,480
You put regions/rects (depending on if you're using WEU) near the heroes and when a unit enters that specific region, you remove it and creates the corresponding hero at a location. This is done with this trigger.
  • HeroSelection
    • Events
      • Unit - A unit enters (Your Region)
    • Conditions
      • (Unit-type of (Entering unit)) Equal to Whisp
    • Actions
      • Unit - Remove (Entering unit) from the game
      • Unit - Create 1 Hero for (Owner of (Entering Unit)) at (Your Location) facing Default building facing (270.0) degrees
 
Status
Not open for further replies.
Top