SMSG_AUCTION_OWNER_NOTIFICATION

Client Version 1, Client Version 2

vmangos/cmangos/mangoszero: this message causes on client to display: 'Your auction sold'

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_owner_notification.wowm:2.

smsg SMSG_AUCTION_OWNER_NOTIFICATION = 0x025F {
    u32 auction_id;
    u32 bid;
    u32 auction_out_bid;
    Guid bidder;
    Item item;
    u32 item_random_property_id;
}

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 / Littleu32auction_id
0x084 / Littleu32bidvmangos/cmangos/mangoszero: if 0, client shows ERR_AUCTION_EXPIRED_S, else ERR_AUCTION_SOLD_S (works only when guid==0)
0x0C4 / Littleu32auction_out_bid
0x108 / LittleGuidbidder
0x184 / LittleItemitem
0x1C4 / Littleu32item_random_property_id

Client Version 3.3.5

vmangos/cmangos/mangoszero: this message causes on client to display: 'Your auction sold'

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_owner_notification.wowm:15.

smsg SMSG_AUCTION_OWNER_NOTIFICATION = 0x025F {
    u32 auction_id;
    u32 bid;
    u32 auction_out_bid;
    Guid bidder;
    Item item;
    u32 item_random_property_id;
    f32 time_left;
}

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 / Littleu32auction_id
0x084 / Littleu32bidvmangos/cmangos/mangoszero: if 0, client shows ERR_AUCTION_EXPIRED_S, else ERR_AUCTION_SOLD_S (works only when guid==0)
0x0C4 / Littleu32auction_out_bid
0x108 / LittleGuidbidder
0x184 / LittleItemitem
0x1C4 / Littleu32item_random_property_id
0x204 / Littlef32time_left