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

Units gains a level - Add Hero Attribute ?Armor?

Status
Not open for further replies.
Level 3
Joined
Oct 8, 2007
Messages
60
i have 1 problem and i think there are two ways to solve it,

1: creat a trigger that adds armor to the hero when it levels up

2: add a armor amount gained per str

i didnt find anything in the game constants so is there anyway to do what i need?
 
Level 3
Joined
Oct 17, 2007
Messages
22
  • Untitled Trigger 001
    • Events
      • Unit - A unit Gains a level
    • Conditions
    • Actions
      • Unit - Increase level of Item Armor Bonus (+1) for (Leveling Hero)
Basically the event makes it so whenever any unit gains a level the trigger is activated.

The action makes it so that you increase the level a certain ability each time this happens.

The ability would need to increase armor in the unit per increase in level. (basically, replace "Item Armor Bonus (+1)" with your own ability)
 
Level 3
Joined
Oct 8, 2007
Messages
60
dunno what you mean, i found everything and my trigger looks just like that but i dont have a armor abillity o_O
 
Status
Not open for further replies.
Top