• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Question - pick groundspawns macro (1 Viewer)

There is a chance that you have the wrong item name. Try using /items to get a list of the items and then use /itemtarget item_name to target it. Here is a small sample of what I used to use to hunt the mushrooms in Kaladim.

/declare BlueDistance local
/declare RedDistance local
/squelch /itemtarget *Blue
/if (${Target.Distance}) {
/varset BlueDistance ${Target.Distance}
} else {
/varset BlueDistance 999
}

Good luck!
 
Last edited:
Thank you Monkofwar............ redcented
Question; What does the asterisk prior to the itemtarget name do?

While I am at it what does || do in an /if query?

Playbetter
 
Question - pick groundspawns macro

Users who are viewing this thread

Back
Top