Moderator: MacroQuest Developers

Code: Select all
#include routines.mac
#define lavaloc entercordshere
#define bindloc entercordshere
#define bindability enterabilityslothere
#define bindmax entermaxpercentyoucanbindtohere
Sub Main
/varset v10 bindmax
/varset v11 bindslot
:lavaloc
/call GotoLoc lavaloc
/if n $char(hp,pct)>20 /goto :lavaloc
/if n $char(hp,pct)<20 /call GotoLoc bindloc
/call bindsub
/goto :lavaloc
/return
Sub bindsub
:bind
/if n $char(hp,pct)<$v10 {
/doability $v11
/delay 50
/goto :bind
}
/return


