Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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)
Sub Main
/echo Mob Finder Macro enabled
:loop
/squelch /target npc "mob"
/delay 1
/if (${Target.Name.Equal[mob]}) {
/popup Mob is up!!
/tell soandso mob is up
/delay 500000000000m !${Target.ID}
}
/goto :loop
/return
mob is the name you are looking for. soandso is the toon you want to send tell to. The delay is there so you don't get endless tell spam.
If you are looking for a "few" mobs, you could copy and paste multiple if's check between the loops, each one with unique target mob name. For multiple mobs or mobs in specific zone you'd need to do an INI that sorts by zone and mob names and a script that checks the INI file for the list of mobs. That part is beyond my area of expertise.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.