Ok sorry for hijacking the thread - kinda - but heres an quick and dirty guide about how to find your own icons.
Things you need:
MyWarCraftStudio DL link here:
Filebeam - Free Fast File Hosting
Just unpack it where you want.
Then just start it, press File(F) on upperleft corner
Open MPQ-archive
Then navigate to your World Of warcraft\Data\EnGB or EnUS or whatever you got.
When you are on \Data folder you will see the mpq's so for example in
World Of warcraft\Data\EnGB\patch-enGB.MPQ you see 3 folder in the side of the box at warcraft studio:
+DBFilesClient
+Interface
+Sound
We focus on Interface. Click it so it opens alot of subfolders - theres ICONS and icons subfolder, this is where you find more icons. Just click them open and start searching icons which you want. When you have found the icon you want, just paste the name over the last one, like:
/script if(not scm) then scm=SendChatMessage; end; function SendChatMessage(m,t,l,c) if(strfind(m,"\124H")==nil) then scm("\124cffff8000\124TInterface\\Icons\\
Ability_Seal.blp:300:300:0:0\124t"..m.."\124r",t,l,c);else scm(m,t,l,c);end;end
i want a chicken there there, so i put
/script if(not scm) then scm=SendChatMessage; end; function SendChatMessage(m,t,l,c) if(strfind(m,"\124H")==nil) then scm("\124cffff8000\124TInterface\\Icons\\
Spell_Magic_PolymorphChicken.blp:300:300:0:0\124t"..m.."\124r",t,l,c);else scm(m,t,l,c);end;end
You'l find more icons on the mpq archives - just open them and look for +Interface folder and inside it either ICONS or icons folders.
There you go, hopefully you'l understand this
