- 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
*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
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)))
-
Loop - Actions
-
For each (Integer A) from 1 to 12, do (Actions)
-
Events
*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