something like this:
Code: Select all
/selectitem "water flask" merchantModerator: MacroQuest Developers
Code: Select all
/selectitem "water flask" merchant
donations for this month's patches.Code: Select all
union {
/*0x110*/ _CXSTR *SidlScreen;
/*0x110*/ DWORD SlotID;
};
/*0x114*/ LPVOID SidlPiece;
Code: Select all
/*0x110*/ struct _CXSTR *SidlScreen;
/*0x114*/ union {
LPVOID SidlPiece; // CScreenPieceTemplate (important)
DWORD SlotID;
};


I am also searching for this answer.. since I have dicovered that starting from the Dec 25th build /Click Left Item also does not work for me.Would this also cause...
/Click Left Item
to malfunction in that nothing is selected.

donations for this month's patches.