• 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

Ranger Macro Help Please

ddd000

New member
Joined
Mar 20, 2005
RedCents
I want to only target mobs in bow range. I used what i found in the bard macro for targeting, and came up with this, but it's not working right:

Sub Main
:Start

/if (${Target.Distance}<30) /tar npc next
/if (${Target.Distance}<30) /keypress esc
/if (${Target.Distance}>20 && ${Me.RangedReady}) /ranged
/if (${Target.ID}==FALSE) /tar NPC radius 100
/if (${Target.Distance}<30) /tar npc next
/Face
/doevents
/goto :Start
/return


The bard Target.mac check for a max ranger where this should check for a minimum range and max not to target. I have toyed and toyed with it. I know it's something simple, but I am just getting famaliar with this logic/syntax

Your help is appreciated. Thank you in advance :)
 

Users who are viewing this thread

Back
Top
Cart