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

Request for a SIMPLE macro (1 Viewer)

Jukas

New member
Joined
Aug 12, 2005
RedCents
I used to have one, but I have lost it.

It was a macro that was just:

/do 2
/pause 15
/do 3
/pause 15
/do 2

rinse and repeat to infinity

Can anyone help me out?
 
Actually, now that I have used this, it runs 1,000,000 miles per hour. There are no pauses and it crashes my client it goes so fast. Any suggestions as to how to slow it down?
 
ee-7.png


This spams at the speed of light while running the macro.

No I am not baking, I am just Begging and Disarming the stoneshifter in Barindu.
 
Also, try this ....

Rich (BB code):
sub main
  /call doSkills
/return

sub doSkills
  /if (${Me.AbilityReady["Begging"]})  /doability "Begging"
  /if (${Me.AbilityReady["Disarm"]}) /doability "Disarm"
  /call doSkills
/return

This will maximize your efforts, as this will fire off your abilities as soon as they are ready. You could add in to check for your target so in case it changes you will automatically stop. Goto commands are cumbersome on memory, I'll try and stay away from them if you can.
 
Request for a SIMPLE macro

Users who are viewing this thread

Back
Top