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;
    }
}

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
0x061 / -GmTicketTypecategory
0x074 / -Mapmap
0x0B12 / -Vector3dposition
0x17- / -CStringmessage
-- / -CStringreserved_for_future_usecmangos/vmangos/mangoszero: Pre-TBC: 'Reserved for future use'
cmangos/vmangos/mangoszero: Unused

If category is equal to BEHAVIOR_HARASSMENT:

OffsetSize / EndiannessTypeNameComment
-4 / Littleu32chat_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

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
0x061 / -GmTicketTypecategory
0x074 / -Mapmap
0x0B12 / -Vector3dposition
0x17- / -CStringmessage
-- / -CStringreserved_for_future_usecmangos/vmangos/mangoszero: Pre-TBC: 'Reserved for future use'
cmangos/vmangos/mangoszero: Unused

If category is equal to BEHAVIOR_HARASSMENT:

OffsetSize / EndiannessTypeNameComment
-4 / Littleu32chat_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

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 / -Mapmap
0x0A12 / -Vector3dposition
0x16- / -CStringmessage
-1 / -Boolneeds_response
-1 / -Boolneeds_more_help
-4 / Littleu32num_of_times
-? / -u32[num_of_times]times
-? / -u8[-]compressed_data