Code: Select all
#turbo
#event invite "invites you to join a group."
#event junk "You have scrounged up something that doesn't look edible."
#event killed "LOADING, PLEASE WAIT..."
Sub Main
:Loop
/delay 50
/if n $char(ability,Forage)>0 /doability Forage
/click left auto
/goto Loop
/return
Sub Event_invite
/invite
/delay 10
/g Hello! =) Me going afk again!
/return
Sub Event_junk
/click left destroy
/return
Sub Event_killed
/sit
/camp desktop
/return
The only problems I have is that, well, it doesn't forage, it doesn't loop, and it doesn't join groups. Given that track record I didn't decide to die and see if it would log me off. *grin*
Could anyone kinda give me some tips on what I'm doin wrong? As I said, it's my first attempt at anything and I kinda stole a bunch of code snips from other macros and put 'em all together in here, but that obviously wasn't a good idea... :)



