SMSG_AUCTION_BIDDER_NOTIFICATION

Client Version 1.1, Client Version 1.2, Client Version 1.3, Client Version 1.4, Client Version 1.5, Client Version 1.6, Client Version 1.7, Client Version 1.8, Client Version 1.9, Client Version 1.10, Client Version 1.11

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_bidder_notification.wowm:13.

smsg SMSG_AUCTION_BIDDER_NOTIFICATION = 0x025E {
    u32 auction_house_id;
    u32 auction_id;
    Guid bidder;
    u32 won;
    u32 out_bid;
    u32 item_template;
    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_house_id
0x084 / Littleu32auction_id
0x0C8 / LittleGuidbidder
0x144 / Littleu32wonvmangos/cmangos: if 0, client shows ERR_AUCTION_WON_S, else ERR_AUCTION_OUTBID_S
0x184 / Littleu32out_bid
0x1C4 / Littleu32item_template
0x204 / Littleu32item_random_property_id

Client Version 1.12, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_bidder_notification.wowm:26.

smsg SMSG_AUCTION_BIDDER_NOTIFICATION = 0x025E {
    AuctionHouse auction_house;
    u32 auction_id;
    Guid bidder;
    u32 won;
    u32 out_bid;
    u32 item_template;
    u32 item_random_property_id;
}

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 / -AuctionHouseauction_house
0x084 / Littleu32auction_id
0x0C8 / LittleGuidbidder
0x144 / Littleu32wonvmangos/cmangos: if 0, client shows ERR_AUCTION_WON_S, else ERR_AUCTION_OUTBID_S
0x184 / Littleu32out_bid
0x1C4 / Littleu32item_template
0x204 / Littleu32item_random_property_id

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_bidder_notification.wowm:39.

smsg SMSG_AUCTION_BIDDER_NOTIFICATION = 0x025E {
    AuctionHouse auction_house;
    u32 auction_id;
    Guid bidder;
    u32 bid_sum;
    u32 new_highest_bid;
    u32 out_bid_amount;
    u32 item_template;
    u32 item_random_property_id;
}

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 / -AuctionHouseauction_house
0x084 / Littleu32auction_id
0x0C8 / LittleGuidbidder
0x144 / Littleu32bid_sum
0x184 / Littleu32new_highest_bid
0x1C4 / Littleu32out_bid_amount
0x204 / Littleu32item_template
0x244 / Littleu32item_random_property_id