Code: Select all
/click left itemModerator: MacroQuest Developers
Code: Select all
/click left item
Code: Select all
/item *Code: Select all
/itemtarget *BlueCode: Select all
Sub GoGetIt
/face item
/keypress forward hold
:move
/if (${Ground.Distance}<8) {
/keypress forward
} else {
/goto :move
}
/delay 1s
/face item
/delay 1s
/click left item
/delay 2s
/autoinv
/return
Code: Select all
@@ -1577,7 +1577,7 @@
/*0x10*/
} EQSTRINGTABLE, *PEQSTRINGTABLE;
-#define EQ_INTERACTGROUNDITEM 0x3BC2
+#define EQ_INTERACTGROUNDITEM 0x3C4B
#define EQ_BAZAARSEARCHCREATE 0x7620 // CProgSelWnd__WndNotification
#define EQ_BAZAARSEARCHME 0x6379 // CBazaarSearchWnd__doQuery
#define EQ_EMOTE 0x547A // CEverQuest__Emote


I understand what item left click is suppose to do .... and I realize it doesn't work.. what i meant was.....dont_know_at_all wrote:Incorrect. /click left item will not work at all now. Normally, you do not need to have the mouse on the item for /click left item to work.armysoldier wrote:/click left item would work if your mouse is directly over the shroom

Code: Select all
/itemtarget *Blue
/left click item

it used to work ... it doesn't anymoredont_know_at_all wrote:This code works regardless of where the mouse is -- even if the mouse if over an inventory container. I have no idea what you are talking about.Code: Select all
/itemtarget *Blue /left click item


