zazazaza Posted August 11, 2009 Posted August 11, 2009 hi all , many ppl are using /roll in raids , and 1 friend told me that u can use macro to change color of Texts so i want to know how i can create macro with Yellow color like : X rolls 100 (100-1) thx
xKenji Posted August 11, 2009 Posted August 11, 2009 -added tags //on: i found this on google /run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00B4FF\124Hitem:19:0:0:0:0:0:0:0\124h" ..msg.."\124h\124r", type, lang, chan);end; The orange part in the macro can be changed to another Hex Code,the hex code in this one is blue colour,the hex codes can be changed so you can get other colours,you have a few sites with hex codes,the one i use is: http://www.webmonkey.com/reference/Color_Charts To disable the special colour,you just relog,if you want the colour again,click the macro again Another link for the hex codes: http://www.pagetutor.com/common/bgcolors1536.png You need to zoom because the image is a bit small^^ P.S: read rules before posting. add tags ;) take care
zazazaza Posted August 11, 2009 Author Posted August 11, 2009 -added tags //on: i found this on google /run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00B4FF\124Hitem:19:0:0:0:0:0:0:0\124h" ..msg.."\124h\124r", type, lang, chan);end; The orange part in the macro can be changed to another Hex Code,the hex code in this one is blue colour,the hex codes can be changed so you can get other colours,you have a few sites with hex codes,the one i use is: http://www.webmonkey.com/reference/Color_Charts To disable the special colour,you just relog,if you want the colour again,click the macro again Another link for the hex codes: http://www.pagetutor.com/common/bgcolors1536.png You need to zoom because the image is a bit small^^ P.S: read rules before posting. add tags ;) take care Great ! That was just what i was searching for ;) Big big thx <3 ! :D
zazazaza Posted August 11, 2009 Author Posted August 11, 2009 i want to remove this thing : http://img37.imageshack.us/img37/4382/72261116.jpg tergdss says: it can be removed ? cause that man removed it so noone could know that he used macro
zazazaza Posted August 11, 2009 Author Posted August 11, 2009 its simple look , how can i remove the "Tergdss says:" http://img231.imageshack.us/img231/3959/16059463.jpg how can i remove it to get something like this : http://img44.imageshack.us/img44/6010/14272052.jpg i hope that the SS could help ^^
aneos Posted August 14, 2009 Posted August 14, 2009 dude it's as simple as that... /me asdf --> Freax asdf (if my name is Freax) so .... /me rolls for 100 (100-1) --> Freax rolls for 100 (100-1) but it's not yellow... it's going to be orange hope it helped
Recommended Posts