• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

interface chat icons

Zalvia

Member
I'm looking for a VIp icon and i want to find the other icons so if I need something I can get it (I need the codes) like blizz flag. After a search I couldn't find anything in Google. I just found images of them
 

slp13at420

Mad Scientist
There used to be a simple site where you could skim thru all the icons but he dropped it from his site a while back

Code:
http://sethcoder.com/reference/wow/INTERFACE/

so now I have to pull the INTERFACE/ icons from the patches.
I use Ladik's MPQ Editor and go thru all the patches and extract the /INTERFACE/ICONS/ folders to a local folder on my hdd. They should all just merge into 1 /INTERFACE/ICONS folder when you extract them to a common local folder.
then I use BLPViewer to see all the .blp files.

Ladik's MPQ Editor -->
Code:
http://www.softpedia.com/get/Programming/File-Editors/Ladik-s-MPQ-Editor.shtml

BLP View -->
Code:
http://www.wowinterface.com/downloads/download16700-BLPView

I cant remember if the file name was the INTERFACE name link or where it was bound to a name..
 
Top