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

Max Level Set by Trigger?

Status
Not open for further replies.
Level 14
Joined
Nov 4, 2006
Messages
1,241
well, i don't think you can set the max level by triggers, but you could use sth like this:

  • Events
    • Unit - A Unit levels up
  • Conditions
    • triggering Unit is a hero = true
    • level of triggering unit is greater then <your maximum hero level>
  • Actions
    • Hero - set Hero-level of triggering Unit to <your maximum hero level>
<your maximum hero level> is an integer variable, modify it using you dialog

PS: welcome to the Hive
 
Last edited:
Level 9
Joined
Apr 14, 2008
Messages
192
I hope this helps you alot it shows you how to set hero MAX level.
 

Attachments

  • H1.jpg
    H1.jpg
    45.8 KB · Views: 124
  • H2.jpg
    H2.jpg
    130 KB · Views: 132
Status
Not open for further replies.
Top