MSG_AUCTION_HELLO_Server

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/msg/msg_auction_hello_server.wowm:1.

smsg MSG_AUCTION_HELLO_Server = 0x0255 {
    Guid auctioneer;
    u32 auction_house_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
0x048 / LittleGuidauctioneer
0x0C4 / Littleu32auction_house_id

Client Version 1.12, Client Version 2, Client Version 3.0, Client Version 3.1, Client Version 3.2, Client Version 3.3.0, Client Version 3.3.1, Client Version 3.3.2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/msg/msg_auction_hello_server.wowm:8.

smsg MSG_AUCTION_HELLO_Server = 0x0255 {
    Guid auctioneer;
    AuctionHouse auction_house;
}

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
0x048 / LittleGuidauctioneer
0x0C4 / -AuctionHouseauction_house

Client Version 3.3.3, Client Version 3.3.4, Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/msg/msg_auction_hello_server.wowm:15.

smsg MSG_AUCTION_HELLO_Server = 0x0255 {
    Guid auctioneer;
    AuctionHouse auction_house;
    Bool auction_house_enabled;
}

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
0x048 / LittleGuidauctioneer
0x0C4 / -AuctionHouseauction_house
0x101 / -Boolauction_house_enabled