WoW:ChatTypeId: Difference between revisions
Jump to navigation
Jump to search
m (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>) |
No edit summary |
||
Line 31: | Line 31: | ||
; <tt>"DND"</tt>: Not a real channel; sets your [[DND]] message to the message you send. Send an empty message to clear DND status. | ; <tt>"DND"</tt>: Not a real channel; sets your [[DND]] message to the message you send. Send an empty message to clear DND status. | ||
Since the release of Mists of Pandaria, the Battleground and Raid channels appear to have been combined into one called "Instance". My macros which use SendChatMessage no longer work. I have tried changing "BATTLEGROUND" to "INSTANCE" but they still don't work. If anyone has further information regarding how this has changed, please post... my custom-made macros were quite useful. |
Revision as of 07:54, 4 January 2013
These are the chat types used by SendChatMessage("msg" [,"type" [,"lang" [,"channel"] ] ]).
Values
- "SAY"
- Speech to nearby players (/say).
- "EMOTE"
- Text emote to nearby players (/em) (Use DoEmote("action") for voice emotes)
- "YELL"
- Yell to not so nearby players (/yell).
- "PARTY"
- Message to party members (/p)
- "GUILD"
- Message to guild members (/g)
- "OFFICER"
- Message to guild officers (/o)
- "RAID"
- Message to raid members (/raid)
- "RAID_WARNING"
- Warning to raid members (/rw)
- "BATTLEGROUND"
- Message to battleground raid group (/bg)
- "WHISPER"
- Message to a specific other player (/whisper) - Player name provided as channel.
- "CHANNEL"
- Message to a specific chat channel (/1,/2,...) - Channel number provided as channel
- "AFK"
- Not a real channel; sets your AFK message to the message you send. Send an empty message to clear AFK status.
- "DND"
- Not a real channel; sets your DND message to the message you send. Send an empty message to clear DND status.
Since the release of Mists of Pandaria, the Battleground and Raid channels appear to have been combined into one called "Instance". My macros which use SendChatMessage no longer work. I have tried changing "BATTLEGROUND" to "INSTANCE" but they still don't work. If anyone has further information regarding how this has changed, please post... my custom-made macros were quite useful.