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)
Pathing in Vxed is better but still FU. If you have good avoidance you may be ok, but not like the days before.Getting the circlke stared is the hard part. I say look for a new option.
Those events currently don't fire, because MQ2 thinks you get the text before you're done zoning, so the way to fix this untill there is a fix is this:
|In submain
/declare currentZone ${Zone.ID}
|in the macros main loop
/if (${Zone.ID} != ${currentZone}) /call Event_IZoned
|The Sub Event
Sub Event_IZoned
/if (${Zone.ID}==some#) {
/doevents for that zone ID
}
/if (${Zone.ID}==someother#) {
/doevents for that zone ID
}
/delay 1s
/varset currentZone ${Zone.ID}
/return
This should work fine for every other macro that requires zoning events.
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.