HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

in-game colors

09-12-2004, 04:09 PM#1
Unknown6
i think i already asked this before.
if i'm asking again it's because i didn't receive an answer.

any1 knows the colors?
i only know this:

|cffc3dbff LIGHT BLUE |r
|cffffcc00 YELLOW |r

i'd like to send a message to certain player coloured with certain color...

game - display to [all players] the text: "Player1 is playing" (in red)
game - display to [all players] the text: "Player2 killed player3" (in blue)

answer me!! ;) :\
c ya !!
09-12-2004, 04:55 PM#2
Arohk
thats hex codes, not specific codes for colours.

|cffffffff|r

ff = transparent, 00 means totaly transparent
ff = 00 = 0% red, ff = 100% red
ff = 00 = 0% green, ff = 100% green
ff = 00 = 0% blue, ff = 100% blue

so
|cffffffff|r = WHITE
|cff000000|r = BLACK
09-12-2004, 05:09 PM#3
Unknown6
thanks!