Code: Select all
| - Waiting.mac -
| - Written by Iceassassin -
| - Needs to be updated.
#event hit "hits YOU"
Sub Main
:loop
/doability 4
/doability 1
/doability 3
/doability 6
/call Beg
/call Forage
/goto :loop
/return
/if n $char(ability,"beg")>0
{
| Checks to see if attack is on. If so, then it shuts attack off, and then
| begs, and then attacks again.
/if $combat==TRUE
{
/attack off
/doability beg
/attack on
} else{
/doability beg
}
/return
}
Sub Forage
:Forage
/if n $char(ability,"Forage")>0 /doability Forage
/delay 20
/if "$cursor()"=="TRUE" /goto :AutoDrop
/goto :loop
/return
Sub Drop
:AutoDrop
/click left auto
/goto :loop
/return
Sub hit
/echo Ahhh!
/return
:Done
/sendkey up ctrl
/click left enviro done
/return 0Come on Lizard! Say salutations!
[L124RD: Never! added code tags...]


