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

Bind wound (1 Viewer)

Krysstal

New member
Joined
Nov 29, 2009
RedCents
11¢
Greetings.
I am bit a new around here and still learning:p

I am trying to find a way to work my bind wound skill. Tried to write a macro, but well, after more than 10 try, it seems i don't understand how that thing work. :(

can anyone help me ?
 
Here's a macro I wrote in the reply box, with comments.

Rich (BB code):
#turbo  
|** I'm too lazy to describe what this does, so I'll just quote TFM: 
"This will prevent bad macros from locking up the client by allowing you to
limit the number of commands per iteration." **|

Sub Main 
|** All macros (but not all include files) must have this. It tells macroquest
where to start reading. **|

   :BandLoop
   | The start of the loop

   /if (${Me.PctHPs} <= 99 && ${Me.AbilityReady[Bind Wound]}) {
   | English: "If my HPs are below 99% and the "Bind Wound" ability is ready..."
      /doability "Bind Wound"
      /delay 15s
      | Delays 15 seconds. Default unit is .1 seconds, if you don't put the "s".
      /goto :BandLoop
   }
 
Bind wound

Users who are viewing this thread

Back
Top