Heres what I have that works:
(This was inspired by the forageINI.mac)
Code: Select all
| Monk SkillUP Macro
| v 0.01
#turbo
Sub Main
/zapvars
:Continue
/call Skillup
/goto :Continue
/return
Sub Skillup
/doability "Feign Death"
/delay 12
/return Code: Select all
Sub Skillup
/doability "Feign Death"
/delay 1
/doability "Mend"
/delay 90
/delay 12
/return I am gonna add the regular GM detect code, skill up reporting, stop at max, but wanted to make the core smooth first.
Could use any ideas on how to make this a bit more generic, I was thinking of setting up an array of skills with refresh times to pass into the sub. I'm still a bit new so trying to build from the basics.
Thanks[/code]

