Jump to content

Recommended Posts

Posted

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

Posted

-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

Posted

-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

Posted

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...