Abyss
Well-known member
- Joined
- Sep 30, 2005
- RedCents
- 69¢
Does anyone know a good way to only target a npc that is in a certain level range. Like for instance, I would only want to target npcs level 68-70 in a macro.
Doesn't really work well, any help would be appreciated.
Rich (BB code):
/if (${Target.Level}<67) /tar npc next
Doesn't really work well, any help would be appreciated.

