I use it and am grateful. Welcome backvandersl updated Grouper with a new update entry:
Fix auto-attack
Read the rest of this update entry...
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.

I use it and am grateful. Welcome backvandersl updated Grouper with a new update entry:
Fix auto-attack
Read the rest of this update entry...
Updated behavior of the 'show buttons' toggle to support automatic hiding / showing of the buttons when the window loses or gains focus. This behavior is enabled by default. To disable it (always show the buttons) click the toggle arrow. The setting is saved in the config file per character. Note that to save the config settings you must close and restart Grouper.
Also tweaked the following:
- will no longer get that annoying ImGui warning about duplicate button IDs
- added tooltip help...
Serves me right for releasing too early.
-- (Re)starts Grouper.lua (thanks to rouneq for the restart snippet).
local mq = require('mq')
local function luaCommand(command, ...)
local line = table.concat({...}, ' ')
mq.cmd.lua(command .. " " .. line)
end
local function luaRun(...)
luaCommand("run", ...)
end
local function luaStop(...)
if (string.lower(select(1, ...)) == "restart") then
mq.exit()
end
luaCommand("stop", ...)
end
local function luaRestart(...)
luaStop(...)
mq.delay(100)
luaRun(...)
end
luaRestart('grouper/grouper.lua')
Incorporated feedback:
- remove funky reloading method
- CWTN changes are nosave
- no longer creates CWTN aliases when using Setup
Note - The script still issues some MQ2Boxr commands when using Camp Off, Camp On and Chase. These do not support 'nosave' so use of these commands will make changes to your CWTN mode that will persist after reloading the plugins.
Also, I know @Sic and @brainiac will be very busy for the next while, so I will not post any more updates to Grouper or release planned updates to Siwtcher for at least a week. I didn't realize they would take the time to review right away and I don't want to take any more time from their schedules. Thanks guys.
Post your updates bro, you don't get in anyone's way - you got stuff to update? Update itAlso, I know @Sic and @brainiac will be very busy for the next while, so I will not post any more updates to Grouper or release planned updates to Siwtcher for at least a week. I didn't realize they would take the time to review right away and I don't want to take any more time from their schedules. Thanks guys.
Well, ok then. I have a Switcher update to do, but probably won't submit until after the patch. Things will be hectic enough.don't worry about me. post away.
Post your updates bro, you don't get in anyone's way - you got stuff to update? Update it
as long as you're making that call entirely based on your personal load - you're not disrupting anyone else (other than potential users)Well, ok then. I have a Switcher update to do, but probably won't submit until after the patch. Things will be hectic enough.
