Just a heads up.
Inventory and Cursor TLO members all returning null with latest test server build.
Moderator: MacroQuest Developers

dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...

Code: Select all
typedef struct _CHARINFO2 {
/*0x0000*/ BYTE Unknown0x0000[0x10];
/*0x0010*/ DWORD BaseProfile;
/*0x0014*/ BYTE Unknown0x0014[0x8];
/*0x001c*/ struct _INVENTORYARRAY* pInventoryArray;
/*0x0020*/ BYTE Unknown0x0020[0x48];
dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...
Thanks a bunchSwiftyMUSE wrote: ↑Thu Feb 22, 2018 12:13 amYes, the _CHARINFO2 struct is wrong. It will get fixed shortly.
If you are compiling test yourself and not using builder, change the top of the struct to:
Code: Select all
typedef struct _CHARINFO2 { /*0x0000*/ BYTE Unknown0x0000[0x10]; /*0x0010*/ DWORD BaseProfile; /*0x0014*/ BYTE Unknown0x0014[0x8]; /*0x001c*/ struct _INVENTORYARRAY* pInventoryArray; /*0x0020*/ BYTE Unknown0x0020[0x48];