• 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 icons in Item Name

qtt

Enthusiast
Hello everyone! I'll show you guys how to add Interface Icons to an item name!
First put your desired icon in the first slot of your bag like this: http://prntscr.com/2wsnhb

Next type this macro in to discover what icon it is: /run local x =GetContainerItemInfo(0, 1)print(x)
http://prntscr.com/2wsnzh

Now copy that down, so you should have: Interface\Icons\Mail_GMIcon

It's important that you edit it so it looks like this or it won't show up correctly: |TInterface\Icons\Mail_GMIcon.blp:15|t
(the .blp:15 part controls how LARGE it is. So .blp:15 is TEXT size, if you want it to be bigger simply increase the number, or smaller decrease the number.)

Alright now that we've got that all done open up Heidisql and go into your item template and edit or create an item and simply put |TInterface\Icons\Mail_GMIcon.blp:15|t in front or in behind of the text you want and it'll come up in-game!

Text in HSql: http://prntscr.com/2wspov
Item icon In-game: http://prntscr.com/2wspcx
Item linked in chat: http://prntscr.com/2wspsg


Edit: If you have any questions feel free to ask on here!
 

Zero

Noble Member
Heh, never occurred to me that it would work in items, it should have since you could do it in names, gossips and chat messages. Thanks for this.

You can also use custom ones if you specify the directory and have them in a patch.
 
Top