Foraging macro

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

sinaelr
decaying skeleton
decaying skeleton
Posts: 7
Joined: Fri Jan 02, 2004 9:34 pm

Foraging macro

Post by sinaelr » Fri Jan 02, 2004 9:50 pm

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

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Re: Foraging macro

Post by YKW-28983 » Fri Jan 02, 2004 10:40 pm

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


That should get you started.

J-Squared
orc pawn
orc pawn
Posts: 22
Joined: Wed Nov 19, 2003 11:02 am

Post by J-Squared » Mon Jan 05, 2004 2:02 pm

Try the Macro Depot Forum. Just about anything you could think of has already been done there.. usally more then once.


http://macroquest2.com/phpBB2/viewtopic.php?t=3242

http://macroquest2.com/phpBB2/viewtopic.php?t=3272

J

FlashG
Contributing Member
Contributing Member
Posts: 104
Joined: Thu Jul 11, 2002 6:38 pm

code

Post by FlashG » Mon Jan 05, 2004 5:45 pm

if you write the macro, use the EQ command /autoinv. It cuts down on some code and is fast.

Flashg