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

Active Spell Steal icon

Status
Not open for further replies.
Level 8
Joined
Mar 12, 2008
Messages
437
Hello, I was looking for an active (not autocast) version of Spell Steal icon. I think I've found it some time in the world editor, but I lost it. Is there an active version of the icon?

Off-topic: I was not sure if this was the appropriate forum, sorry if it isn't.
 
Level 3
Joined
Feb 28, 2008
Messages
31
An easy way to get an active icon out of any set (I haven't seen one set of items without an active icon) is to edit the path manually:
e.g.
Code:
ReplaceableTextures\CommandButtons\BTNSpellSteal.blp
is active,
Code:
ReplaceableTextures\CommandButtons\BTNSpellStealOn.blp
ReplaceableTextures\CommandButtons\BTNSpellStealOff.blp
are autocast.


Code:
ReplaceableTextures\PassiveButtons\PASBTNSpellSteal.blp
is passive (Not all sets have a passive or autocast though, and in this case I'm pretty sure there isn't, just an example).

To put it simply, to get the active version of an autocast icon, simply take out the 'On' or 'Off' at the end before '.blp' ReplaceableTextures\CommandButtons\BTNSpellStealOn.blp

EDIT: Why do I have to put the filenames in code tags to stop them from getting broken up?
 
Last edited:
Status
Not open for further replies.
Top