Exploit hotfixed 2008-04-04. GMotD now under same restrictions as normal chat, except newlines are allowed.
Note: My original thread about GMotD exploits is too old to bump. It's updated however, and can be viewed here. Just know that this isn't a repost.
On that note, I'll get straight to the new exploit. The theory behind it and variations on it can be viewed at the threat linked above.
- Fake GM Tell (2.4):
Add the player name and message text into the two empty sets of quotes for the desired effect. Unlike the original tell macro, this one has the official GM logo from patch 2.4 in front of it; see below. Note that the macro is cramped for space. If you need more room for the whisper text, brush up on your Lua coding and use a variable containing the message.Code:/run local p,m,g,s="","",GuildSetMOTD,GetGuildRosterMOTD()g(s.."\r\124TInterface\\ChatFrame\\UI-ChatIcon-Blizz.blp:18:12:0:-1\124t \124cffff80ff\124Hplayer:"..p.."\124h["..p.."]\124h whispers: "..m.."\124r")g(s)
Here's a shot of the 2.4 GM message whisper:
As an interesting side note, you can send any images in the game client over chat. You can also specify any size for the image, and offsets for where the image should be rendered.
Details on the syntax on the official UI-Macro Forum. Backup of blue posts in case the first link is down.