• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Change target

Jinx

New member
Joined
Mar 8, 2006
RedCents
20¢
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.
 
change
/if (${Target.PctHPs}<10) /squelch /target clear
to
/if (${Target.PctHPs}<10) /squelch /target npc next radius # (where # is the radius you need)
 
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
Cart