• Retired 56 posts
    Nov. 6, 2015, 1:06 p.m.

    Are you tired of the barely seeable brown text color in the raid chat ?
    Or want to change ANY chat text to ANY color ?
    Well, here is the solution...
    1. Copy the file "TextColors.xml" from "GAME\Data\Gui\Default\" to "GAME\Data\Gui\Customized\"
    2. Edit the newly copied file in the "Customized\" folder
    3. Every chat settings has 2 lines, Name and Text, you need to change the Text, but I'd change them both...
    Search for the Chat windows you desire, lets take the Raid chat for example

        <HTMLColor name="ctch_raid_name"        color="0xc15f0e" />
        <HTMLColor name="ctch_raid_text"        color="0xc15f0e" />
    The color is after the "0x"
    
    1. Go to this website www.color-hex.com/ and pick your color
    2. Using the Raid example, I went with this color for my Raid chat "9DBFFF"
      So the line will change from this :
        <HTMLColor name="ctch_raid_name"        color="0xc15f0e" />
        <HTMLColor name="ctch_raid_text"        color="0xc15f0e" />
    To this :
    
        <HTMLColor name="ctch_raid_name"        color="0x9DBFFF" />
        <HTMLColor name="ctch_raid_text"        color="0x9DBFFF" />
    1. Enjoy the new color...