CMSG_GMTICKET_CREATE
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/gamemaster/cmsg_gmticket_create.wowm:1
.
cmsg CMSG_GMTICKET_CREATE = 0x0205 {
GmTicketType category;
Map map;
Vector3d position;
CString message;
CString reserved_for_future_use;
if (category == BEHAVIOR_HARASSMENT) {
u32 chat_data_line_count;
u8[-] compressed_chat_data;
}
}
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 | 1 / - | GmTicketType | category | |
0x07 | 4 / - | Map | map | |
0x0B | 12 / - | Vector3d | position | |
0x17 | - / - | CString | message | |
- | - / - | CString | reserved_for_future_use | cmangos/vmangos/mangoszero: Pre-TBC: 'Reserved for future use' cmangos/vmangos/mangoszero: Unused |
If category is equal to BEHAVIOR_HARASSMENT
:
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 4 / Little | u32 | chat_data_line_count | |
- | ? / - | u8[-] | compressed_chat_data |
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/gamemaster/cmsg_gmticket_create.wowm:1
.
cmsg CMSG_GMTICKET_CREATE = 0x0205 {
GmTicketType category;
Map map;
Vector3d position;
CString message;
CString reserved_for_future_use;
if (category == BEHAVIOR_HARASSMENT) {
u32 chat_data_line_count;
u8[-] compressed_chat_data;
}
}
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 | 1 / - | GmTicketType | category | |
0x07 | 4 / - | Map | map | |
0x0B | 12 / - | Vector3d | position | |
0x17 | - / - | CString | message | |
- | - / - | CString | reserved_for_future_use | cmangos/vmangos/mangoszero: Pre-TBC: 'Reserved for future use' cmangos/vmangos/mangoszero: Unused |
If category is equal to BEHAVIOR_HARASSMENT
:
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
- | 4 / Little | u32 | chat_data_line_count | |
- | ? / - | u8[-] | compressed_chat_data |
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/gamemaster/cmsg_gmticket_create.wowm:19
.
cmsg CMSG_GMTICKET_CREATE = 0x0205 {
Map map;
Vector3d position;
CString message;
Bool needs_response;
Bool needs_more_help;
u32 num_of_times;
u32[num_of_times] times;
u8[-] compressed_data;
}
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 / - | Map | map | |
0x0A | 12 / - | Vector3d | position | |
0x16 | - / - | CString | message | |
- | 1 / - | Bool | needs_response | |
- | 1 / - | Bool | needs_more_help | |
- | 4 / Little | u32 | num_of_times | |
- | ? / - | u32[num_of_times] | times | |
- | ? / - | u8[-] | compressed_data |