I've been playing wow private servers alot lately and I see alot of people making their text differrent colors, and all they tell me that it is a macro they made they won't tell me anything about it.. I'm not into WoW macro scripting so I have no idea, and I'm interested in learning how to change the chat text color.
Thanks,
Dognip40
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Join Date: Apr 2007
Location: (49, 51) Netherstorm
Posts: 112
Reputation: 2
Re: [Question] Change chat text color
This is the script:
/run if (not scm) then scm = SendChatMessage; end; function SendChtMessage(msg, type, lang, chan) scm("\124c00000000\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
Now, about halfway through it, there's a "("\124c000..\". That's the numbers you have to change. The current color is black. If you want more colors, you could check out [Only registered and activated users can see links. ].
Originally Posted by NEINTEEN, AT LEAST RECOGNIZE ME DAMNIT
This is the script:
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124c00000000\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
Now, about halfway through it, there's a "("\124c000..\". That's the numbers you have to change. The current color is black. If you want more colors, you could check out [Only registered and activated users can see links. ].
I can tell that was mine by the typo, which i actually purposely put in to see this kind of thing.