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

looking for a EASY out (1 Viewer)

leemanz28

New member
Joined
Mar 13, 2006
RedCents
looking for a macro that would keep your from getting killed. like one that will say at 30% health turn your attack off..then if you get to 15% health Succor and Fade you every time
 
Put this in your main macro

Rich (BB code):
 /if (${Me.PctHPs}<15) /call Laterz

Then add this sub

Rich (BB code):
Sub Laterz
/warp succor
/fade
/delay 60
/return

This should work unless someone has better
 
Last edited:
I use something similar to what SOS posted.

Put in a variable that will reset or have some code written so that when you escape you don't end up fading over and over again. That way if you get knocked to 7% or whatever, you will fade once, then wait until your health is above a certain amount or heal up if you can.

Then your macro can just pick back up where it was.
 
thank you all so much i am still learning this ..been playing EQ for 7 years playing MQ2 for 3 day lol..

I see what you are saying getting stuck in a /FADE loop would not be good lol ...HEHHE
 
looking for a EASY out

Users who are viewing this thread

Back
Top