• 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 --->
Max Rogue Bind Wounds

Trade / Skill Max Rogue Bind Wounds 1.0

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
A slightly updated Macro for rogues with Hack RK.III who just never bothered to max out bind wounds.

Rich (BB code):
Sub Main
/echo Bind_wound Loaded.
  :mainloop
  /if (${Me.PctHPs} <= 95) /call Bandaide
  /if (${Me.PctHPs} >= 99) /call Hack
  /goto :mainloop
/return

Sub bandaide
  :bandaide

  /target (${Me})
  /delay 14s
  /if (${Me.AbilityReady["Bind Wound"]}) /doability "bind wound"
  /doevents
  /if (${Me.PctHPs} >= 95) /return
  /goto :bandaide
/return

Sub Event_End
Sub End
   /echo GO Buy Band-Aids, You are bleeding!!!
   /endmac
/return

Sub Event_Hack
Sub Hack
  /disc Hack RK. III
  /delay 15s
  /if (${FindItemCount[=Bandages]}==0) /call End
/return
Author
mq2rulze
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Back
Top