• 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

simple request

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.
 
No, just need it to /target npc. It gives me the closest npc to target so I can kill it. rinse, repeat. I have a "/target npc" hotkey but am getting carpal tunnel from using it.
 
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
Cart