ListInventoryItem
Client Version 1
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/item/smsg_list_inventory.wowm:1.
struct ListInventoryItem {
u32 item_stack_count;
Item item;
u32 item_display_id;
u32 max_items;
Gold price;
u32 max_durability;
u32 durability;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 4 / Little | u32 | item_stack_count | |
| 0x04 | 4 / Little | Item | item | |
| 0x08 | 4 / Little | u32 | item_display_id | |
| 0x0C | 4 / Little | u32 | max_items | cmangos: 0 for infinity item amount, although they send 0xFFFFFFFF in that case |
| 0x10 | 4 / Little | Gold | price | |
| 0x14 | 4 / Little | u32 | max_durability | |
| 0x18 | 4 / Little | u32 | durability |
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/item/smsg_list_inventory.wowm:14.
struct ListInventoryItem {
u32 item_stack_count;
Item item;
u32 item_display_id;
u32 max_items;
Gold price;
u32 max_durability;
u32 durability;
u32 extended_cost;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 4 / Little | u32 | item_stack_count | |
| 0x04 | 4 / Little | Item | item | |
| 0x08 | 4 / Little | u32 | item_display_id | |
| 0x0C | 4 / Little | u32 | max_items | cmangos: 0 for infinity item amount, although they send 0xFFFFFFFF in that case |
| 0x10 | 4 / Little | Gold | price | |
| 0x14 | 4 / Little | u32 | max_durability | |
| 0x18 | 4 / Little | u32 | durability | |
| 0x1C | 4 / Little | u32 | extended_cost |
Used in: