• 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 - Macro Building Help

Darkmax

Member
Joined
Jan 26, 2016
RedCents
1,259¢
I am looking to build my first macro which does something similar to hunter in KissAssist but it will target ground spawns - Glowing Globes - to be exact. I have no experience writing macros so this seems an good place to start.

Here is what I'm thinking:

Rich (BB code):
Toon targets glowing globe using map 
    /nav target   <----using mq2nav moves to the globe
Does something like this to pick it up:
   /invoke ${Ground[Glowing Globe].Grab}
   /autoinventory
/return

My first difficulty is knowing how to target the item - Any suggestions to help with this would be greatly appreciated.
 
Hihi, I followed your advice and downloaded the macros. I was easily able to adjust the Mov one to work in my limited testing in a GGH. The Nav based one I also changed the plugin check to MQ2Nav instead of MQ2Navigation and upon starting it worked great targeted the globe, ran to it, and picked it up. After autoinventory it targets a new glowing globe, does the GM check but than sticks at Moving down to target. This repeats upon I end the macro. It's late here but I wanted to let you know what the initial results were. Thanks again Hihi!
 
If you comment out this line from the gankit sub of the nav mac, it should work fine:


Rich (BB code):
|/call ZCheck ${Math.Distance[${ItemTarget.Z}:${Me.Z}]} 10
 
Question - Macro Building Help

Users who are viewing this thread

Back
Top
Cart