SMSG_GMTICKET_GETTICKET

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gamemaster/smsg_gmticket_getticket.wowm:12.

smsg SMSG_GMTICKET_GETTICKET = 0x0212 {
    GmTicketStatus status;
    if (status == HAS_TEXT) {
        CString text;
        GmTicketType ticket_type;
        f32 days_since_ticket_creation;
        f32 days_since_oldest_ticket_creation;
        f32 days_since_last_updated;
        GmTicketEscalationStatus escalation_status;
        Bool read_by_gm;
    }
}

SMSG have a header of 4 bytes.

SMSG Header

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

Body

OffsetSize / EndiannessTypeNameComment
0x044 / -GmTicketStatusstatus

If status is equal to HAS_TEXT:

OffsetSize / EndiannessTypeNameComment
0x08- / -CStringtextcmangos: Ticket text: data, should never exceed 1999 bytes
-1 / -GmTicketTypeticket_type
-4 / Littlef32days_since_ticket_creation
-4 / Littlef32days_since_oldest_ticket_creation
-4 / Littlef32days_since_last_updated
-1 / -GmTicketEscalationStatusescalation_status
-1 / -Boolread_by_gm

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gamemaster/smsg_gmticket_getticket.wowm:12.

smsg SMSG_GMTICKET_GETTICKET = 0x0212 {
    GmTicketStatus status;
    if (status == HAS_TEXT) {
        CString text;
        GmTicketType ticket_type;
        f32 days_since_ticket_creation;
        f32 days_since_oldest_ticket_creation;
        f32 days_since_last_updated;
        GmTicketEscalationStatus escalation_status;
        Bool read_by_gm;
    }
}

Header

SMSG have a header of 4 bytes.

SMSG Header

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

Body

OffsetSize / EndiannessTypeNameComment
0x044 / -GmTicketStatusstatus

If status is equal to HAS_TEXT:

OffsetSize / EndiannessTypeNameComment
0x08- / -CStringtextcmangos: Ticket text: data, should never exceed 1999 bytes
-1 / -GmTicketTypeticket_type
-4 / Littlef32days_since_ticket_creation
-4 / Littlef32days_since_oldest_ticket_creation
-4 / Littlef32days_since_last_updated
-1 / -GmTicketEscalationStatusescalation_status
-1 / -Boolread_by_gm

Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gamemaster/smsg_gmticket_getticket.wowm:28.

smsg SMSG_GMTICKET_GETTICKET = 0x0212 {
    GmTicketStatus status;
    if (status == HAS_TEXT) {
        u32 id;
        CString text;
        Bool need_more_help;
        f32 days_since_ticket_creation;
        f32 days_since_oldest_ticket_creation;
        f32 days_since_last_updated;
        GmTicketEscalationStatus escalation_status;
        Bool read_by_gm;
    }
}

Header

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 OR 3 / Biguint16 OR uint16+uint8sizeSize of the rest of the message including the opcode field but not including the size field. Wrath server messages can be 3 bytes. If the first (most significant) size byte has 0x80 set, the header will be 3 bytes, otherwise it is 2.
-2 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
-4 / -GmTicketStatusstatus

If status is equal to HAS_TEXT:

OffsetSize / EndiannessTypeNameComment
-4 / Littleu32id
-- / -CStringtextcmangos: Ticket text: data, should never exceed 1999 bytes
-1 / -Boolneed_more_help
-4 / Littlef32days_since_ticket_creation
-4 / Littlef32days_since_oldest_ticket_creation
-4 / Littlef32days_since_last_updated
-1 / -GmTicketEscalationStatusescalation_status
-1 / -Boolread_by_gm