Changing Text color in Chat Screen?
I want to change the color of the text:
You picked up 8237 adena.
I want to change color to Yellow, and I change in client systemmsg-e.txt to:
Quote:
msg_begin id=28 group=[none] color=[FFFF00] sound=[] msg=[You picked up $s1 adena.] msg_end
msg_begin id=29 group=[none] color=[FFFF00] sound=[] msg=[You picked up $s2 $s1.] msg_end
msg_begin id=30 group=[none] color=[FFFF00] sound=[] msg=[You picked up $s1.] msg_end
but still in gray? I need to change it somewhere else?