• 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 - pick groundspawns macro

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
 
The pipes (||) stands for "Or".

- - - Updated - - -

The asterisk is likely a wildcard, denoting to target anything with blue in the name. I could be wrong though.
 
Question - pick groundspawns macro

Users who are viewing this thread

Back
Top
Cart