this still works, infact i played around with it and managed to set my playernote in guild tab with colored text aswell
heres how i did it:
first target yourself, then click on yourself in the guild tab and run this script:
Code:
/script SendChatMessage(GetGuildRosterSelection(), "WHISPER", "COMMON", UnitName("target"));
so you know what index-number you have on the guild player list
then i use the script, modified abit (i didnt bother removing the getguildrostermotd,heh
Code:
/run local p,m,g,s="I'm a nub!!","",GuildRosterSetPublicNote,GetGuildRosterMOTD()g(1,"\124cffff1111"..p.."")
the 1 is the indexnumber you got from running the first script, the
fff1111 is the color (here, red) and ..p.. is whatever you typed as p= in the start.