Moderator: MacroQuest Developers
Code: Select all
// 5-14-2003 Eqmule
// 6-11-2003 Amadeus
typedef struct _CONTAINER {
/*0x00*/ struct _ITEMINFO *Contents[10];
/*0x28*/ BYTE Combine;
/*0x29*/ BYTE Slots;
/*0x2a*/ BYTE Open;
/*0x2b*/ BYTE SizeCapacity;
/*0x2c*/ BYTE WeightReduction;
/*0x2d*/ BYTE Unknown0x2d[3];
/*0x30*/ BYTE Unknown0x30[20]; // there is some data here
} CONTAINER, *PCONTAINER;