• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

FD skillup mac (1 Viewer)

Flaboop

New member
Joined
Dec 17, 2005
RedCents
OK this may be the simplest of requests and maybe there is a way to do it with just mq2melee, but I need to skillup feign death on my monk and was wondering if there is a simple mac or method available to do it. I know /melee has an auto fd function, but seems it is only if you are under a certain health. I just need a repeated fd, sit, fd, ect. Thanks!
 
I use this to train FD, mend and sneak at same time. Just a note you don't have to get up to FD, can be FD'd and still FD again.

Rich (BB code):
Sub Main
:loop
/if (${Me.AbilityReady[Feign Death]}) /doability "Feign Death"
/delay 30
/if (${Me.AbilityReady[Mend]}) /doability "Mend"
/delay 10
/if (${Me.AbilityReady[Sneak]}) /doability "Sneak"
/delay 10
/doability Sneak
/delay 10
/goto :loop
 
FD skillup mac

Users who are viewing this thread

Back
Top