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

Change target (1 Viewer)

Jinx

New member
Joined
Mar 8, 2006
RedCents
I can't find how to change my target at 10% using the Target.mac. I changed line

/if (${Target.PctHPs}<10) /squelch /target clear

As it was set to <1

I know this used to work but now I chant down every mob to 0.

I know this was posted in the past but I just can't find it.
 
Makes sense. It sounds like your macro was just targetting the mob you had cleared your target of. Put an if statement in your macro when your getting a target. Something like the following:

Rich (BB code):
/if (${Target.PctHPs}<=10) {
   /target npc next radius #
}
 
Change target

Users who are viewing this thread

Back
Top