CMSG_AUCTION_SELL_ITEM

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/cmsg/cmsg_auction_sell_item.wowm:1.

cmsg CMSG_AUCTION_SELL_ITEM = 0x0256 {
    Guid auctioneer;
    Guid item;
    u32 starting_bid;
    u32 buyout;
    u32 auction_duration_in_minutes;
}

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 / LittleGuidauctioneer
0x0E8 / LittleGuiditem
0x164 / Littleu32starting_bid
0x1A4 / Littleu32buyout
0x1E4 / Littleu32auction_duration_in_minutes

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/cmsg/cmsg_auction_sell_item.wowm:11.

cmsg CMSG_AUCTION_SELL_ITEM = 0x0256 {
    Guid auctioneer;
    u32 unknown1;
    Guid item;
    u32 unknown2;
    u32 starting_bid;
    u32 buyout;
    u32 auction_duration_in_minutes;
}

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 / LittleGuidauctioneer
0x0E4 / Littleu32unknown1
0x128 / LittleGuiditem
0x1A4 / Littleu32unknown2
0x1E4 / Littleu32starting_bid
0x224 / Littleu32buyout
0x264 / Littleu32auction_duration_in_minutes