Yay me!
Posted: Fri Nov 29, 2002 12:18 am
Well, after rtfm and utfse and reading everything I could find,
IT WORKS.....
Yeah, nothing fancy. And most (actually, all of it) is stolen from other macros posted here.....
Thanks for the work you have put into MQ....
Now to write my own.....
IT WORKS.....
Code: Select all
sub main
:loop
/delay 50
/call forage
/goto :loop
/return
sub forage
/if n $char(ability,"Forage")>0 /doability Forage
/delay 20
/if "$cursor()"=="TRUE" /call check
/return
sub check
/if "$cursor(name)"=="Branch of Planar Oak" /click left auto
/if "$cursor(name)"=="Morning Dew" /click left auto
/if "$cursor(name)"=="Oak Bark" /click left auto
/click left destroy
/return
Thanks for the work you have put into MQ....
Now to write my own.....