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)
this is not elaborate, but if you save the following in a .mac file you should be able to start it up in multiple windows. Since it is a macro, you can't be running any other macros though.
Code:
Sub Main
/declare i int
/varset i 1
/while (${i}) {
/keypress 2
/delay 120s
}
/return
So this would repeat hitting the '2' key every 2 minutes...so you could change the key you wanted and then you could change the delay to however frequently you want the key to be hit. To stop you would have to run /end
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.