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

simple request (1 Viewer)

ominous54

New member
Joined
Sep 22, 2006
RedCents
I searched and didn't find this. Anybody have something that will /target npc over and over again or after the current target dies? Thanks a ton.
 
not tested but this should work for you:

Rich (BB code):
Sub Main
:loop

/if (!${Target.ID} || ${Target.Type.NotEqual[NPC]} || ${Target.State.Equal[DEAD]}) {
    /target npc
    /delay 1s
}

/goto :loop

should /target npc if you dont have a target, your target is not an npc, or you have a corpse targeted.
 
simple request

Users who are viewing this thread

Back
Top