• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Help with simple Zerker mac (1 Viewer)

Spartan

New member
Joined
Nov 2, 2005
RedCents
Hi all,

New to the boards. Been reading non stop. This site rocks.

I am very new to Macro`s & I have tried to make a Macro for my zerker to fire of his Rage volley disc when it is ready & i am attacking. this is what i have so far but it doesn`t seem to work. Would someone please be able to help me. I am also thinking about putting an endurance check if over 25. but not that important. Not running this with any any other macro or plugin just by itself

Rich (BB code):
Sub main 
/if (! ${Me.combatabilityReady["Rage Volley"]}) /return 
/if (! ${Me.Combat}) /return 
/if (${Me.Stunned}) /return 
/if (! ${Target.ID}) /return 
/if (${Target.CleanName.Equal[${Me}]}) /return 
/face fast nolook 
/disc "rage volley" 

thanks
/return
 

Users who are viewing this thread

Back
Top