CMSG_TEXT_EMOTE

Client Version 1.12

Sent to notify the server that the client wants to perform an emote like /dance or /cry.

Server responds with SMSG_TEXT_EMOTE and SMSG_EMOTE.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/chat/cmsg_text_emote.wowm:3.

cmsg CMSG_TEXT_EMOTE = 0x0104 {
    TextEmote text_emote;
    u32 emote;
    Guid target;
}

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x064 / -TextEmotetext_emote
0x0A4 / Littleu32emote
0x0E8 / LittleGuidtargetGuid targeted by the client.

Examples

Example 1

0, 20, // size
4, 1, 0, 0, // opcode (260)
34, 0, 0, 0, // text_emote: TextEmote DANCE (34)
255, 255, 255, 255, // emote: u32
0, 0, 0, 0, 0, 0, 0, 0, // target: Guid

Client Version 2.4.3

Sent to notify the server that the client wants to perform an emote like /dance or /cry.

Server responds with SMSG_TEXT_EMOTE and SMSG_EMOTE.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/chat/cmsg_text_emote.wowm:3.

cmsg CMSG_TEXT_EMOTE = 0x0104 {
    TextEmote text_emote;
    u32 emote;
    Guid target;
}

Header

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x064 / -TextEmotetext_emote
0x0A4 / Littleu32emote
0x0E8 / LittleGuidtargetGuid targeted by the client.

Client Version 3.3.5

Sent to notify the server that the client wants to perform an emote like /dance or /cry.

Server responds with SMSG_TEXT_EMOTE and SMSG_EMOTE.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/chat/cmsg_text_emote.wowm:3.

cmsg CMSG_TEXT_EMOTE = 0x0104 {
    TextEmote text_emote;
    u32 emote;
    Guid target;
}

Header

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x064 / -TextEmotetext_emote
0x0A4 / Littleu32emote
0x0E8 / LittleGuidtargetGuid targeted by the client.