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

icon problem

Status
Not open for further replies.
Level 3
Joined
Feb 9, 2008
Messages
63
i created a custom item that has an orb of lightning(new) effect to give the item a "x" chance to cast frost nova but the icon for frost nova always appears whenever i equip the item
how do i remove/disable the icon for effect skill of orb of lightning?
here's a sample of what i did

  • Item Skills
    • Events
      • Map initialization
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Player - Disable Special Skills [Frostmourne] for (Player((Integer A)))
additional info:
*the "Special Skills [Frostmourne]" is based on "orb of lightning (new)"
*if i remove the icon for frost nova it just turns into color green


future thanks
 
Level 3
Joined
Feb 9, 2008
Messages
63
here (i dunno what its called sorry)

Untitled-3.jpg


ive already removed the icon in the object editor thus getting this result.
 
Level 8
Joined
Oct 26, 2008
Messages
387
I do not understand. You give an ability to an item, and when you pick the item the ability appears in your hero? This green icon btw, is when you remove the icon from the objects editor. Now i am really confused as to what you want to do and what the problem is :(
 
Level 3
Joined
Feb 9, 2008
Messages
63
the problem is the icon isn't supposed to appear after i equipped the item but yet it does...
btw the frost nova is within another skill
 
Last edited:
Status
Not open for further replies.
Top