• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

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
 
here (i dunno what its called sorry)

Untitled-3.jpg


ive already removed the icon in the object editor thus getting this result.
 
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 :(
 
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.
Back
Top