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.


The only change to the commands are to change /rg to /rgl. I created a fork and used what you wrote updated to use the /rgl and compiled it. I tested it and it does pause, unpause, chase and set camp on my bard when using rgmercs Lua.I have a draft PR here
Could you (or someone else familiar with the script) please look over the commands and verify that they seem correct?
it has itCan MQ2Necro be added?
Hmm, strange then. Cause my necro doesn't respond to the command /boxr pause or /boxr unpause. I had to add a direct tell line for that toon /bcst toonname //nec pause onit has it
![]()
MQ2Boxr/boxr.cpp at c7967229e5c3c05250f35b9611820843de86451a · RedGuides/MQ2Boxr
A unified way to control boxes running a variety of software including CWTN, KissAssist, MuleAssist, RGMercs, and Entropy - RedGuides/MQ2Boxrgithub.com
Sounds like you are loading kissassiat with mq2grindNo idea how it fixed itself, but it seems to be fine now
View attachment 62828
*Correction*
Found the issue. MQ2Boxr doesn't recognize MQ2Necro when MQ2Grind is active.
View attachment 62829
I don't run KA with this team. Soon as I log them on, I run Lua RGMercs on the Brd/Wiz, and then open up /grind ui and hit start.Sounds like you are loading kissassiat with mq2grind
You can use /cwtn mode 3 to do vorpal. Cwtn plugins added /cwtn command as an alternative to doing class short name.Is there a way to add a /boxr vorpal in addition to the /boxr manual?
Just trying to cleanup and simplify some hotkeys I have and I'm feeling that my /dex soandso /### mode 3 on 5 lines is a bit much,
as would be a /multiline.
Would love to be able to use /dgge /boxr vorpal instead.
You can use /cwtn mode 3 to do vorpal. Cwtn plugins added /cwtn command as an alternative to doing class short name.
| Boxr command | Action |
|---|---|
| Camp | /rgl camphard |
| Chase | /rgl chaseon |
| Manual | /rgl chaseoff /rgl campoff |
| BurnNow | /rgl set BurnAlways 1 |
| RaidAssistNum <N> | Not supported |
| BurnOff | /burn off |
| BurnNamed | /burn on |
| BurnNow | /rgl set BurnAlways 1 |
| BurnOff | /rgl set BurnAlways 0 /rgl set BurnAuto off |
| BurnOff | /burn force off /burn auto off |
| BurnNamed | /burn auto on |
| BurnOff | /cc burn off |
| BurnNamed | /cc burn on |
| BurnOff | /war BurnAlways off /war BurnAllNamed off |
| BurnNamed | /war BurnAllNamed on |
Do you need to enable BurnAuto for BurnAlways as well?What he said, for mercs. Appreciate you taking the time!
Yes.Do you need to enable BurnAuto for BurnAlways as well?

Thanks Sic. I will look at other functions like Burn always to be added once I figure out how it works in the macs.i replied with some thoughts on the cwtn stuff https://github.com/RedGuides/MQ2Boxr/pull/4#discussion_r2384211169
Commits
(26209c4) ~brainiacFmt fixes
Forward format args properly, this enables compile time parameter checking,
which already caught a bug.
This will be required when c++20 is enabled
Any chance of getting this added to the commands page?rgmercs lua (rgmercs lua)
Boxr command Action Camp /rgl camphard Chase /rgl chaseon Manual /rgl chaseoff
/rgl campoffBurnNow /rgl set BurnAlways 1 RaidAssistNum <N> Not supported
Mq2boxr supports RGMercs Lua now.
@brainiac I have added a new pull request to add /boxr burnoff and /boxr burnnamed commands for RGMercs Lua, XGen, Entropy, CWTN and kissassist. These are the commands in /boxr they used:
Kissassist
BurnOff /burn off BurnNamed /burn on
RGMercs Lua
BurnNow /rgl set BurnAlways 1 BurnOff /rgl set BurnAlways 0
/rgl set BurnAuto off
Entropy
BurnOff /burn force off
/burn auto offBurnNamed /burn auto on
XGen
BurnOff /cc burn off BurnNamed /cc burn on
CWTN
BurnOff /war BurnAlways off
/war BurnAllNamed offBurnNamed /war BurnAllNamed on
