CMSG_ITEM_TEXT_QUERY

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/queries/cmsg_item_text_query.wowm:1.

cmsg CMSG_ITEM_TEXT_QUERY = 0x0243 {
    u32 item_text_id;
    u32 mail_id;
    u32 unknown1;
}

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 / Littleu32item_text_id
0x0A4 / Littleu32mail_idvmangos/cmangos/mangoszero: this value can be item id in bag, but it is also mail id
0x0E4 / Littleu32unknown1vmangos/cmangos/mangoszero: maybe something like state - 0x70000000

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/queries/cmsg_item_text_query.wowm:11.

cmsg CMSG_ITEM_TEXT_QUERY = 0x0243 {
    Guid item;
}

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
0x068 / LittleGuiditem