LootItem
Client Version 1, Client Version 2
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/loot/smsg_loot_response.wowm:65.
struct LootItem {
u8 index;
Item item;
LootSlotType ty;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 1 / - | u8 | index | |
| 0x01 | 4 / Little | Item | item | |
| 0x05 | 1 / - | LootSlotType | ty |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/loot/smsg_loot_response.wowm:73.
struct LootItem {
u8 index;
Item item;
u32 count;
u32 display_id;
u32 random_suffix;
i32 random_property;
LootSlotType ty;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 1 / - | u8 | index | |
| 0x01 | 4 / Little | Item | item | |
| 0x05 | 4 / Little | u32 | count | |
| 0x09 | 4 / Little | u32 | display_id | |
| 0x0D | 4 / Little | u32 | random_suffix | |
| 0x11 | 4 / Little | i32 | random_property | |
| 0x15 | 1 / - | LootSlotType | ty |
Used in: