CMSG_GOSSIP_SELECT_OPTION

Client Version 1

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gossip/cmsg_gossip_select_option.wowm:1.

cmsg CMSG_GOSSIP_SELECT_OPTION = 0x017C {
    Guid guid;
    u32 gossip_list_id;
    optional unknown {
        CString code;
    }
}

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 / LittleGuidguid
0x0E4 / Littleu32gossip_list_id

Optionally the following fields can be present. This can only be detected by looking at the size of the message.

OffsetSize / EndiannessTypeNameComment
0x12- / -CStringcodevmangos: if (_player->PlayerTalkClass->GossipOptionCoded(gossipListId))

Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gossip/cmsg_gossip_select_option.wowm:12.

cmsg CMSG_GOSSIP_SELECT_OPTION = 0x017C {
    Guid guid;
    u32 menu_id;
    u32 gossip_list_id;
    optional unknown {
        CString code;
    }
}

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 / LittleGuidguid
0x0E4 / Littleu32menu_id
0x124 / Littleu32gossip_list_id

Optionally the following fields can be present. This can only be detected by looking at the size of the message.

OffsetSize / EndiannessTypeNameComment
0x16- / -CStringcodevmangos: if (_player->PlayerTalkClass->GossipOptionCoded(gossipListId))