Formatted messages - XML… Help please...
-
Okay, so I’ve been fiddling with .fmsgu, and other formatted messages for a bit, pretty awesome command.
The main one I use on Xelgion’s Capwhoring server (running Discovery 4.85) is this:.fmsgu <tra data=“555555x5” mask=“-1”><text>Test.</text></tra>
This just prints this massive Red, italic text over universe chat.
The only instructions I can find about using this are:
@message.ini:;A note on format flags and <tra …=“”>node syntax:
;The data field of a TRA node consists of an RGB value along with format specifications:
; <tra data=“0xBBGGRRFF” mask=“-1”>;BB is the blue value
;GG is the green value
;RR is the red value
;FF is the format value
;(all in hexadecimal representation)
;format flags are:
;bin hex dec effect
;00000001 1 1 bold
;00000010 2 2 italic
;00000100 4 4 underline
;00001000 8 8 big
;00010000 10 16 big&wide
;00100000 20 32 very big
;01000000 40 64 smoothest?
;10000000 80 128 smoother?
;10010000 90 144 small</tra></tra>So erm… Can anyone expand on this? This is a bit confusing…