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

Item Spell Icon Bug

Status
Not open for further replies.
Level 4
Joined
Jul 8, 2009
Messages
79
Ok well i have 2 spells they were based from item spells when i learn the spell there is no icon where my spells are supposed to be.I know noob question probably but i ant figure it out.Help?
 
Level 16
Joined
Jul 21, 2008
Messages
1,121
1. Create custom ability
2. Modify tooltips icons and art
3. Implement this trigger:
  • Item Ability Fix
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to <Your Tooltip Spell>
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of <Your Tooltip Spell> for (Learning Hero)) Less than or equal to 1
        • Then - Actions
          • Unit - Add <Your Item Ability> to (Learning Hero)
        • Else - Actions
          • Unit - Set level of <Your Item Ability> for (Learning Hero) to (Level of Attribute Bonus for (Learning Hero))
 
Status
Not open for further replies.
Top