Could use some help creating a macro to forage item once a minute then place it into an open spot in inventory im sure this is easy, can I get a hint or two where to start?
Thanks in advance
-sin
Moderator: MacroQuest Developers
macroquest manual wrote: $char(option [,"param")
ability,"ability name" Returns what /doability # you have a skill set to (see Appendix C)
ability,# Returns the ability name in a specific /doability slot
Can also return:
0: Skill not on an ability button
-1: You do not have that skill
-2: The ability is on a button but unusable right now
/click left|right [corpse|target|windowloc] [[+-]x [+-]y] [slotname] [pack # [slot# combine|done]]
Clicks the left/right mouse button at coordinates or a defined location.
Examples:
/click left Performs a left mouse click at the current mouse position
/click left 100 100 Performs a left mouse click at 100 100
/click left +30 -30 Performs a left mouse click 30 pixels right and 30 pixels up from the current location
/click right lfinger Performs a right click of the left finger slot
/click left pack 4 done Performs a left click on the DONE button of pack 4
/click right target Performs a right click on your current target