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

Add to macro (1 Viewer)

jmustful

banned
BANNED
Joined
Mar 28, 2005
RedCents
I run the AFK bard macro and was wondering if it was possible to add to the Macro/Code. If the bard gets down in hps to certain level of damage is it possible to /Endmacro /gate /sit /unload. While in PoD I was dotted, hit gate and when I appeared in PoK at 2% found that gate wipes all dot effects.

On necro I have a hotkey that does /endmacro /warp succor /cast 1 (FD) but it's a manual process.

So my question is, is it possible to have a warp succor or gate if your hps get to a certain level?
 
here it is From a Mandrack post Mandrack's Bard Macro

Rich (BB code):
/call Hpcheck

|-------------------------------------------------------------------------------- 
|SUB: HP CHECK 
|-------------------------------------------------------------------------------- 
Sub Hpcheck 
/if (${Me.PctHPs} <30) { 
/twist off 
/warp succor 
| uses succor to stand and heal for now. 
/circle off 
/delay 1 
/Twist 1 2 3 4 
/delay 5m 
/if (${Me.PctHPs} >90) { 
/twist 1 2 3 4 
goto start 
} 
} 
/return
 
Add to macro

Users who are viewing this thread

Back
Top