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;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | 4 / - | TextEmote | text_emote | |
0x0A | 4 / Little | u32 | emote | |
0x0E | 8 / Little | Guid | target | Guid 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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | 4 / - | TextEmote | text_emote | |
0x0A | 4 / Little | u32 | emote | |
0x0E | 8 / Little | Guid | target | Guid 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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | 4 / - | TextEmote | text_emote | |
0x0A | 4 / Little | u32 | emote | |
0x0E | 8 / Little | Guid | target | Guid targeted by the client. |