Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Fires when a battle.net friend whispers you.

CHAT_MSG_BN_WHISPER: text, playerName, languageName, channelName, playerName2, specialFlags, zoneChannelID, channelIndex, channelBaseName, languageID, lineID, guid, bnSenderID, isMobile, isSubtitle, hideSenderInLetterbox, supressRaidIcons

Payload[]

CHAT MSG

CHAT_MSG_CHANNEL in /etrace

1. text
string - The chat message payload.
2. playerName
string - The protected string of the player whispering you, e.g. "|Kq2|k"
3. languageName
string - Localized name of the language if applicable, e.g. "Common" or "Thalassian"
4. channelName
string - Channel name with channelIndex, e.g. "2. Trade - City"
5. playerName2
string - Empty string.
6. specialFlags
string - User flags if applicable, possible values are: "GM", "DEV", "AFK", "DND", "COM"[1][2]
7. zoneChannelID
number - The static ID of the zone channel, e.g. 1 for General, 2 for Trade and 22 for LocalDefense. [3]
8. channelIndex
number - Channel index, this usually is related to the order in which you joined each channel.
9. channelBaseName
string - Channel name without the number, e.g. "Trade - City"
10. languageID
number - LanguageID
11. lineID
number - Unique chat lineID for differentiating/reporting chat messages. Can be passed to PlayerLocation:CreateFromChatLineID()
12. guid
string - Sender's Unit GUID.
13. bnSenderID
number - ID of the Battle.net friend.
14. isMobile
boolean - If the sender is using the Blizzard Battle.net Mobile app.
15. isSubtitle
boolean
16. hideSenderInLetterbox
boolean - Whether this chat message is meant to show in the CinematicFrame only.[4]
17. supressRaidIcons
boolean - Whether Target marker expressions like {rt7} and {diamond} should not be rendered with C_ChatInfo.ReplaceIconAndGroupExpressions()

References[]

 
  1. ^ ChatFrame.lua, patch 8.3.0, near line 3538, archived at Townlong-Yak
  2. ^ wow.tools. GlobalStrings.db2.
  3. ^ wow.tools. ChatChannels.db2.
  4. ^ ChatFrame.lua, patch 8.3.0, near line 3284, archived at Townlong-Yak
Advertisement