Code: Select all
// packet 0xa6
struct PACKET_ZC_STORE_EQUIPMENT_ITEMLIST {
/* this+0x0 */ short PacketType
/* this+0x2 */ short PacketLength
/* this+0x4 */ struct EQUIPMENTITEM_EXTRAINFO itemInfo[...] { // Size 20
/* this+0x0 */ short index
/* this+0x2 */ unsigned short ITID
/* this+0x4 */ unsigned char type
/* this+0x5 */ bool IsIdentified
/* this+0x6 */ unsigned short location
/* this+0x8 */ unsigned short WearState
/* this+0xa */ bool IsDamaged
/* this+0xb */ unsigned char RefiningLevel
/* this+0xc */ struct EQUIPSLOTINFO slot {
/* this+0x0 */ unsigned short card1
/* this+0x2 */ unsigned short card2
/* this+0x4 */ unsigned short card3
/* this+0x6 */ unsigned short card4
}
}
}