• 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

Question - Low level Zone Hunter ACH Macro Need some help

DarkDevil

New member
Joined
Jan 16, 2017
RedCents
672¢
Lot of people are doing the Achievements like Hunter, etc, in low level zones.
I am working on a macro to make this easier.

For example, High level toon enters zone, auto targets anything in range, and begins to nuke or run to the target and melee it dead, prob take one hit.

I need a snippit that does the same thing as the F8 key, targets anything the toon is facing..I am not looking to have the toon run the zone automatically, I am looking to semi-automate the task, by running the toon manually, but every time a mob is on the screen it targets
like F8 does.

Thanks
 
If all you are needing is for it to literally generate the function of F8 (or whatever you have assigned) and nothing else....

/keypress F8

Now if you wanted to for example do something where it shot an arrow at the mob....

Rich (BB code):
#turbo 40
Sub Main
:mainloop
     /keypress F8
     /if (${Target.Distance}>50 && ${Target.Distance}<275) /ranged
    /delay 3s
/goto :mainloop
/return
 
Question - Low level Zone Hunter ACH Macro Need some help

Users who are viewing this thread

Back
Top
Cart