CMSG_AUCTION_LIST_ITEMS
Client Version 1.12
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/auction/cmsg/cmsg_auction_list_items.wowm:1.
cmsg CMSG_AUCTION_LIST_ITEMS = 0x0258 {
Guid auctioneer;
u32 list_start_item;
CString searched_name;
u8 minimum_level;
u8 maximum_level;
u32 auction_slot_id;
u32 auction_main_category;
u32 auction_sub_category;
(u32)ItemQuality auction_quality;
u8 usable;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 8 / Little | Guid | auctioneer | |
| 0x0E | 4 / Little | u32 | list_start_item | |
| 0x12 | - / - | CString | searched_name | |
| - | 1 / - | u8 | minimum_level | |
| - | 1 / - | u8 | maximum_level | |
| - | 4 / Little | u32 | auction_slot_id | |
| - | 4 / Little | u32 | auction_main_category | |
| - | 4 / Little | u32 | auction_sub_category | |
| - | 4 / - | ItemQuality | auction_quality | |
| - | 1 / - | u8 | usable |
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/auction/cmsg/cmsg_auction_list_items.wowm:23.
cmsg CMSG_AUCTION_LIST_ITEMS = 0x0258 {
Guid auctioneer;
u32 list_start_item;
CString searched_name;
u8 minimum_level;
u8 maximum_level;
u32 auction_slot_id;
u32 auction_main_category;
u32 auction_sub_category;
(u32)ItemQuality auction_quality;
u8 usable;
u8 is_full;
u8 amount_of_sorted_auctions;
AuctionSort[amount_of_sorted_auctions] sorted_auctions;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 8 / Little | Guid | auctioneer | |
| 0x0E | 4 / Little | u32 | list_start_item | |
| 0x12 | - / - | CString | searched_name | |
| - | 1 / - | u8 | minimum_level | |
| - | 1 / - | u8 | maximum_level | |
| - | 4 / Little | u32 | auction_slot_id | |
| - | 4 / Little | u32 | auction_main_category | |
| - | 4 / Little | u32 | auction_sub_category | |
| - | 4 / - | ItemQuality | auction_quality | |
| - | 1 / - | u8 | usable | |
| - | 1 / - | u8 | is_full | |
| - | 1 / - | u8 | amount_of_sorted_auctions | |
| - | ? / - | AuctionSort[amount_of_sorted_auctions] | sorted_auctions |
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/auction/cmsg/cmsg_auction_list_items.wowm:23.
cmsg CMSG_AUCTION_LIST_ITEMS = 0x0258 {
Guid auctioneer;
u32 list_start_item;
CString searched_name;
u8 minimum_level;
u8 maximum_level;
u32 auction_slot_id;
u32 auction_main_category;
u32 auction_sub_category;
(u32)ItemQuality auction_quality;
u8 usable;
u8 is_full;
u8 amount_of_sorted_auctions;
AuctionSort[amount_of_sorted_auctions] sorted_auctions;
}
Header
CMSG have a header of 6 bytes.
CMSG Header
| Offset | Size / Endianness | Type | Name | Description |
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
| 0x02 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x06 | 8 / Little | Guid | auctioneer | |
| 0x0E | 4 / Little | u32 | list_start_item | |
| 0x12 | - / - | CString | searched_name | |
| - | 1 / - | u8 | minimum_level | |
| - | 1 / - | u8 | maximum_level | |
| - | 4 / Little | u32 | auction_slot_id | |
| - | 4 / Little | u32 | auction_main_category | |
| - | 4 / Little | u32 | auction_sub_category | |
| - | 4 / - | ItemQuality | auction_quality | |
| - | 1 / - | u8 | usable | |
| - | 1 / - | u8 | is_full | |
| - | 1 / - | u8 | amount_of_sorted_auctions | |
| - | ? / - | AuctionSort[amount_of_sorted_auctions] | sorted_auctions |