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

[Trigger] Hero Limit/Hero Start Item

Status
Not open for further replies.
Level 2
Joined
Mar 7, 2013
Messages
21
3 Questions here.

1. How to I make the maximum number of heroes a player or all players can have be limited to 1 only?

2. How do I give a hero a specific item upon start?

3. How do I make a hero picker building - (for example, this is how I plan on creating one) Create a circle of power that gives you options to pick one hero and once the hero is trained, make the hero spawn in place of that circle of power and remove the circle of power once the hero spawns.

Anyone able to help me on this? trying to teach my self my that could take years, help would be appreciated!
 
Trigger Editor
1.
  • Limiting Hero
  • Events
  • Conditions
  • Actions
  • Player - Limit training of Heroes to X for Player Y
2.
  • Give Item
  • Events
  • Time - Elapsed game time is 0.01
  • Conditions
  • Actions
  • Hero - Create X item and give it to Y
3.
Well give the circle of power to train the hero then use this
  • Circle of power
  • Events
  • Unit - Circle of power finishes training an unit
  • Conditions
  • Actions
  • Unit - Kill Circle of power
 
Level 2
Joined
Mar 7, 2013
Messages
21
Status
Not open for further replies.
Top