• 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 --->

Real Fast (1 Viewer)

Dman0129

Member
Joined
Sep 13, 2006
RedCents
67¢
Ok so now im lvl 60 with my monk........but his fd mend and other skills lack horridly, anyone have a .mac that skills these up while your afk in guildhall or something?
 
Rich (BB code):
#chat tell
#event lang "tells you"

Sub Main

:Loop
/doevents
/call CheckGM
/if (${Me.AbilityReady["Mend"]}) {
     /doability "Mend"
   } 

/goto :Loop
/return

Sub Event_Chat
  /echo Tell recieved, stopping for 5 minutes.
  /delay 300s
/return

Sub Event_Lang
  /echo Tell recieved, stopping for 5 minutes.
  /delay 300s
/return

Sub CheckGM
    :GMCheck
    /if (${Bool[${Spawn[gm].ID}]}) {
       /echo GM in zone. Camping!
       /camp desktop
    }
/return
 
Real Fast

Users who are viewing this thread

Back
Top