basicly its bannable because people OVER use it, and it pisses off GMs, i am a GM on private servers... its not a big deal to me, but i guess it makes the GMs feel Mighty and strong heh :P
how do you get black? it only comes up as dark blue...
edit: actually nearly everything I've tried has come up as dark blue, except for a very light gray...
edit 2: The code FF00FF that you provided isn't even on that chart? I think you gave wrong chart....
according to [Only registered and activated users can see links. ] chart, your color is a bright pink.... I'm going to assume that WoW only supports certain colors from HTML Code, and possibly go by a different similar code.
since I don't want to triple post.... Here's a Green code that works:
Code:
/run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("124c2d65f800124Hitem:19:0:0:0:0:0:0:0124h" ..msg.."124h124r", type, lang, chan);end;
Last edited by pachuco55; 03-21-2008 at 12:51 AM..