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:
My first difficulty is knowing how to target the item - Any suggestions to help with this would be greatly appreciated.
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.

