GuildBankSlot
Client Version 2.4.3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild_bank/smsg_guild_bank_list.wowm:29
.
struct GuildBankSlot {
u8 slot;
Item item;
VariableItemRandomProperty item_random_property_id;
u8 amount_of_items;
u32 enchant;
u8 charges;
u8 amount_of_sockets;
GuildBankSocket[amount_of_sockets] sockets;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 1 / - | u8 | slot | |
0x01 | 4 / Little | Item | item | |
0x05 | - / - | VariableItemRandomProperty | item_random_property_id | |
- | 1 / - | u8 | amount_of_items | |
- | 4 / Little | u32 | enchant | |
- | 1 / - | u8 | charges | |
- | 1 / - | u8 | amount_of_sockets | |
- | ? / - | GuildBankSocket[amount_of_sockets] | sockets |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild_bank/smsg_guild_bank_list.wowm:57
.
struct GuildBankSlot {
u8 slot;
Item item;
u32 unknown1;
VariableItemRandomProperty item_random_property_id;
u32 amount_of_items;
u32 unknown2;
u8 unknown3;
u8 amount_of_sockets;
GuildBankSocket[amount_of_sockets] sockets;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 1 / - | u8 | slot | |
0x01 | 4 / Little | Item | item | |
0x05 | 4 / Little | u32 | unknown1 | 3.3.0 (0x8000, 0x8020) |
0x09 | - / - | VariableItemRandomProperty | item_random_property_id | |
- | 4 / Little | u32 | amount_of_items | |
- | 4 / Little | u32 | unknown2 | |
- | 1 / - | u8 | unknown3 | |
- | 1 / - | u8 | amount_of_sockets | |
- | ? / - | GuildBankSocket[amount_of_sockets] | sockets |
Used in: