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

rogue skill helper not working (1 Viewer)

shadowman33

Member
Joined
Jan 26, 2005
RedCents
70¢
Ok, the backstab is working, but the sense traps and pick pockets will not. It just tells me You do not seem to have that ability available when I do actually have them set up under the actions tab. So.... the hotkeys are in proper place, but can't get this to work. I'm sure it's a brain fart, but it's got me baffled at the moment.

Rich (BB code):
Sub Main

:MainLoop


/if (${Me.AbilityReady["Sense Traps"]}) {
   /Doability Sense Traps
}
/delay 1s
/if (${Me.AbilityReady["Pick Pockets"]}) {
   /Doability Pick Pockets
}
/delay 1s
/if (${Me.AbilityReady["Backstab"]}) {
   /Doability Backstab
}
/delay 10s
   /Doability Sense Traps
/delay 1s     
   /Doability Pick Pockets
/delay 1s
   /Doability Backstab
/goto :MainLoop
 
rogue skill helper not working

Users who are viewing this thread

Back
Top