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

Health bonus ability

Status
Not open for further replies.
Level 11
Joined
Aug 11, 2009
Messages
594
Hi, just need quick help how to make a 10 level Hero ability which increases health by 50 per level.

Does it have to be triggered? I cant find a passive ability which gives health boost :/ and Item Life Bonus only works first level.

Thanks for any help on this.
 
Level 37
Joined
Mar 6, 2006
Messages
9,240
Copy and paste Item life bonus ability. Set levels to 2. Set lvl 1 bonus to 0. Set lvl 2 bonus to -50.

  • Untitled Trigger 014
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Human Archmage - Blizzard
    • Actions
      • Set ab = Item Life Bonus (Least)
      • Unit - Add ab to (Triggering unit)
      • Unit - Set level of ab for (Triggering unit) to 2
      • Unit - Remove ab from (Triggering unit)
 
Level 11
Joined
Aug 11, 2009
Messages
594
ok, gonna try that. Thanks :)

Edit: I cant put the value to -50 :/ I can do it on other stuff like Endurance Aura and so, but doesnt work on Item Life Bonus. You know what could be wrong?
 
Status
Not open for further replies.
Top