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

Change Items Name Color.

Vitrex

Moderator
Hello, Emudevs, few days ago i found one "cool" thing that i needed.
World of Warcraft items name coloring. :)
Okay first of all we need the website where we can find all colors code : Here
Okay, pick up color whatever you like and Copy it, use ctrl + C or paste it anywhere.
i like the green color...
Step 1.
Okay, now we need a query code to change the color of item :
Code:
|cFFTest Warrior Item
Now we have code "body" we need go to step 2.
Step 2.​
Wed need to add the color code after " |cFF ". for example (i use green color code : 006633)
Code:
|cFF006633Test Warrior Item
Okay we have output in game : Test Warrior Item
Simple... Profit?
Okay you can go to next step if you need more colors.
Step 3​
Adding more colors to one item.
You can use that code "body" so much times for example :
Code:
|cFF993300Warrior|r|cFF006633Leveling Item Gloves
Result : Warrior Leveling Item Gloves
You can play with that colors codes as much you need. :) i like to make Class colors. For example :
Warrior
Mage
Death Knight
Rogue
Paladin
Warlock
Shaman
Hunter
Druid
P.s Sorry for not very fluently English. :D
IMPORTANT DON'T CLOSE WITH " |r " THE LAST COLOR CODE, IF YOU DO THIS YOU GET BUG, AND CAN'T POST ITEM TO CHAT.
Credits go to www.google.lt
 
Last edited:
Top