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)
Can we have saved config buttons added to CWTN plugins? That way it would be easy to switch between solo/group and raid configs either by a press of a button or /cwtna command?
buttonmaster buttons or small custom personal config macros/luas or even config files can all serve that purpose.
Lua:
local mq = require('mq')
local args = {...}
if args[1] == 'solo' then
mq.cmd('/cwtna setting1 on nosave')
elseif args[1] == 'group' then
mq.cmd('/cwtna setting2 on nosave')
elseif args[1] == 'raid' then
mq.cmd('/cwtna setting3 on nosave')
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.