Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

OffsetSize / EndiannessTypeNameComment
0x001 / -u8index
0x014 / LittleItemitem
0x051 / -LootSlotTypety

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

OffsetSize / EndiannessTypeNameComment
0x001 / -u8index
0x014 / LittleItemitem
0x054 / Littleu32count
0x094 / Littleu32display_id
0x0D4 / Littleu32random_suffix
0x114 / Littlei32random_property
0x151 / -LootSlotTypety

Used in: