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

Problem: Icons not showing

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,243
Use a passive aura like Devotion aura as the base ability. Set targets allowed to self only and remove the bonuses, set AoE to 0. Create a buff for it. Also create a vitality bonus ability (non hero).

  • Untitled Trigger 001
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Dragon Vitality
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of VitalityBonus for (Triggering unit)) Equal to 0
        • Then - Actions
          • Unit - Add VitalityBonus to (Triggering unit)
        • Else - Actions
          • Unit - Set level of VitalityBonus for (Triggering unit) to ((Level of VitalityBonus for (Triggering unit)) + 1)
 
Status
Not open for further replies.
Top