• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Monk Skills AFK (mend, sneak, FD)

sebastienjuly

Member
Joined
Aug 1, 2005
RedCents
61¢
this is my first mac, i made it by reading other macs and it worked to my suprise. i was looking for a mac that could do this and couldn't find it so here ya go!

sub Main
/echo Monk_Skills mac loaded.

:Main_Loop
/call dostuff
/delay 10
/goto :Main_Loop
/return


sub dostuff
/if ((${Target.Distance}<15)&&(${Me.AbilityReady[Begging]})) /doability "Begging"
/if ((${Target.Distance}<15)&&(${Me.AbilityReady[Intimidation]})) /doability "Intimidation"
/if (${Me.AbilityReady[Mend]}) /doability "Mend"
/if (${Me.AbilityReady[Sneak]}) {
/doability "Sneak"
/delay 10
/doability "Sneak"
}
/if (${Me.AbilityReady[Feign Death]}) {
/doability "Feign Death"
/delay 5
/stand
}
/return

~sebi
 
Monk Skills AFK (mend, sneak, FD)

Users who are viewing this thread

Back
Top
Cart