• 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

Request - Need help targeting macro

Abyss

Well-known member
Joined
Sep 30, 2005
RedCents
69¢
This is probally a basic macro question, but is there a way to target a npc below a certain level?

I tried

Rich (BB code):
/target npc 34 60

It just targets level 34 npcs.

I would like to target level 40 and lower npcs only.

Anyone know?
 
Couldn't you just do a script that goes

/target npc 40
if I don't have a target {
/target npc 39
}
if I don't have a target {
/target npc 38
}
etc....

Problem is I don't know how to do the target check. Maybe it's ${Me.Target}, so !${Me.Target} would return a 1 for the if statement.
 
range low# high# | Within the level range #(low) and #(high)

/target npc range 1 40
 
Request - Need help targeting macro

Users who are viewing this thread

Back
Top
Cart