Guild messages of the day will broadcast to all guild members.
Through using GOTMD, you can spoof any message you wanted just after the regular GOTMD message and it will appear to be valid.
The spoof will be visible to everyone in your guild.
For this to work, you need access to creating guild messages of the day.
Fake Yell:
/run local p,m,g,s="","",GuildSetMOTD,GetGuildRosterMOTD()g(s .."\n\124cffff 1111\124Hplayer:"..p.."\124h["..p.."]\124h yells: "..m.."\124r")g(s)
Fake Tell:
/run local p,m,g,s="","",GuildSetMOTD,GetGuildRosterMOTD()g(s .."\n\124cffff 80ff\124Hplayer:"..p.."\124h["..p.."]\124h whispers: "..m.."\124r")g(s)
Fake Roll:
/run local i,g,s=100,GuildSetMOTD,GetGuildRosterMOTD()g(s.."\ n\124cfff fff00"..UnitName"player".." rolls "..i.." (1-100).\124r")g(s)
Replace the 100 with whatever you want your guild to see you roll. Careful with this one....if you use it too much, you can get caught.
