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

Requesting, AFK Rogue Skill-up Macro (1 Viewer)

sebastienjuly

Member
Joined
Aug 1, 2005
RedCents
61¢
OK, i looked for it. and i found a few monk ones. but nothing i could figure out how to transfer in to Rogue usable.

I want one you set up like a begging macro. where you target the NPC and /mac RogueSkills.

I want the skills: Beg, Pick Pocket, Since traps, Sneak, and Hide. (Any other skills you see able to work in?)

*Also, you should add in a double click on the sneak and hide loop so that if you succeed you don't stay sneaking or hiding.

Thank you,
 
Last edited:
Rich (BB code):
sub Main 
/echo Simple Rogue 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[Pick Pockets]})) /doability "Pick Pockets"
/if (${Me.AbilityReady[Sense Traps]}) /doability "Sense Traps"
/if (${Me.AbilityReady[Sneak]}) {
/doability "Sneak"
/delay 5
/doability "Sneak"
}
/if (${Me.AbilityReady[Hide]}) {
/doability "Hide"
/delay 5
/doability "Hide"
}
/return
[/Hide]
[Hide][/hide]
 
Requesting, AFK Rogue Skill-up Macro

Users who are viewing this thread

Back
Top