This plugin provides a unified way to control boxes running CWTN plugins, KissAssist, MuleAssist, rgmercs, and Entropy. The idea is to have one common command, which can be broadcast (over EQBC or DanNet) to all boxed characters, regardless of what they are running.
For instance, to order rest of group to chase, over EQBC:
List of commands
Specifics
The following sections document how each boxr command maps to the different plugins/macros.
Boxr has a key for each automation, which is listed after the name in the following sections. This key is currently only used to identify the current automation in the TLO (see below).
CWTN plugins (
The mapping to CWTN commands is very straight-forward (the examples use
KissAssist (
rgmercs (
MuleAssist (
Entropy (
XGen (
AlsoKissAssist (
MQ2Boxr provides a TLO, Boxr, which exposes the following data:
For instance, to order rest of group to chase, over EQBC:
/bcg //boxr chase
. To pause all toons in zone, over DanNet: /dgza /boxr pause
List of commands
Command | Description |
---|---|
/boxr Pause | Pause the character |
/boxr Unpause | Unpause the character |
/boxr Camp | Camp in one spot, assist the MA within camp radius, and return to camp after battle |
/boxr Chase | Chase the MA, and assist in battle |
/boxr Manual | Do not chase, do not return to camp. This state behaves a little bit different between different boxes, see Specifics below |
/boxr BurnNow | Burn current target |
/boxr RaidAssistNum <1|2|3> | Toggles which Raid MA the character will assist. Currently not available in emulator clients |
/boxr Debug <on|off> | Turn on/off debug logging for MQ2Boxr. This command is not relayed to the combat assists |
/boxr Help | Print help text |
Specifics
The following sections document how each boxr command maps to the different plugins/macros.
Boxr has a key for each automation, which is listed after the name in the following sections. This key is currently only used to identify the current automation in the TLO (see below).
CWTN plugins (
cwtn
)The mapping to CWTN commands is very straight-forward (the examples use
/war
, but the plugin will use the appropriate command for the box's class).Boxr command | Action |
---|---|
Camp | /war mode assist |
Chase | /war mode chase |
Manual | /war mode manual |
BurnNow | /war BurnNow |
RaidAssistNum <N> | /war RaidAssistNum <N> |
KissAssist (
kissassist
)Boxr command | Action |
---|---|
Camp | /camphere on |
Chase | /chaseon |
Manual | /chaseoff /camphere off |
BurnNow | /burn |
RaidAssistNum <N> | /switchma <Name of Raid MA #N> |
rgmercs (
rgmercs
)Boxr command | Action |
---|---|
Camp | /rg camphard |
Chase | /rg chaseon |
Manual | /rg chaseoff /rg campoff |
BurnNow | Not supported |
RaidAssistNum <N> | /rg AssistOutside 1 /rg OutsideAssistList <Name of Raid MA #N> |
MuleAssist (
muleassist
)Boxr command | Action |
---|---|
Camp | /camphere on |
Chase | /chaseon |
Manual | /chaseoff /camphere off |
BurnNow | /burn |
RaidAssistNum <N> | /changema <Name of Raid MA #N> |
Entropy (
entropy
)Boxr command | Action |
---|---|
Camp | /tie off /home set on |
Chase | /tie on |
Manual | /env auto off |
BurnNow | /burn force on Will burn until force burn is toggled off again. |
RaidAssistNum <N> | /cc ass smart <N> |
XGen (xgen
)
Boxr command | Action |
---|---|
Camp | /cc camp on /cc follow off |
Chase | /cc follow /cc camp off |
Manual | /cc manual |
BurnNow | /cc burnonce |
RaidAssistNum <N> | /cc setassist <N> |
AlsoKissAssist (alsokissassist
)
Boxr command | Action |
---|---|
Camp | /camphere on |
Chase | /chaseon |
Manual | /chaseoff /camphere off |
BurnNow | /burn on doburn |
RaidAssistNum <N> | /switchma <Name of Raid MA #N> |
TLO
MQ2Boxr provides a TLO, Boxr, which exposes the following data:
Member | Type | Data | Values |
---|---|---|---|
${Boxr.Current} | String | Key of the automation that is controlling the toon | cwtn , enthropy , kissassist , etc |
${Boxr.Paused} | Boolean | Indicates whether the automation is currently paused | TRUE , FALSE |
- Source Repository
- https://github.com/RedGuides/MQ2Boxr
- [git] Automation options?
- Yes