Multi Boxing - cyritegamestudios/trust GitHub Wiki
Overview
Trust supports automation for all 22 jobs, allowing you to easily multi-box 6 (or even more) characters with a single add-on. Get help or request a feature in the Cyrite Game Studios Discord. Please read this entire wiki page before you use Trust!
Getting Started
One-time Setup
- Follow the instructions in Getting Started to download and install the latest version of Trust.
- Run the following commands on all of your characters:
// lua r trust
to load Trust
When loading Trust
- Run the following commands only on your main:
- (required)
// trust assist me
to make all nearby party members assist and follow you** - (optional)
// trust follow me
to make all nearby party members follow you - (optional)
// trust startall
to enable Trust on all characters
**without this command, your alts will not perform any actions on the enemy.
Assisting
A Trust must first have a target in order to perform actions like engaging, magic bursting or weapon skills. The target is determined in two ways:
- If the Trust is not assisting anyone, the target is the actual monster that the Trust is targeting with the in-game cursor.
- If the Trust is assisting a party member (set with
// trust assist player_name
,// trust assist me
on your main, or by clicking the party member name in the party widget), the target is the monster that the party member is targeting with the in-game cursor.
If you do not see the target widget, your Trust will not perform any actions on it!
Settings
To customize your Trust, open the menu by pressing Control + Numpad+.
Commands
Below are commonly used multi-boxing commands. See Commands for all commands or by opening the Commands menu:
Command | Action |
---|---|
// trust assist party_member_name |
Assists the specified party member, e.g. // trust assist Nibbler . |
// trust assist me |
Makes all other players assist this player (IpcMode must be set to All or Receive on the receiver). |
// trust follow me |
Makes all other players follow this player (IpcMode must be set to All or Receive on the receiver). |
// trust follow stopall |
Stops following on all other players. |
// trust follow party_member_name |
Follows the specified party member, e.g. // trust follow Nibbler . |
// trust follow clear |
Stop following the party member currently being followed. |
// trust follow distance |
Follows at the specified distance in yalms, e.g. // trust follow distance 1 . |
// trust warp all |
Calls /warp on all party members (GearSwap required to handle warp). |
// trust stopall |
Sets Trust to Off on all other Trusts with IpcMode set to All or Receive . |
// trust startall |
Sets Trust to On on all other Trusts with IpcMode set to All or Receive . |
// trust sendall trust toggle |
Toggles Trust on all other Trusts with IpcMode set to All or Receive . |
// trust sendall windower_command |
Executes any Commands on all IPC enabled players, e.g. // trust sendall trust set AutoEngageMode Auto (see IpcMode). |
Migrating to Trust
If you are a multi-boxer, you are likely already using several add-ons and custom scripts for things like healing, following, singing, rolling, etc. Trust consolidates all of this functionality into a single addon-on, allowing you to use fewer add-ons. Below are the add-ons that you no longer need to use:
Add-on | Trust replacement |
---|---|
EasyFarm | See Trust. |
FastFollow | See Follower. |
Singer | See Singer. |
Healbot, Cure Please | See Healer, StatusRemover. |
Rollbot, Roller | See Roller. |
AutoRA | See Shooter. |
AutoWS, autoSC | See Skillchainer. |
autoMB | See Nuker, MagicBurster. |
attackwithme | See Attacker. |
AutoPUP | See Puppetmaster. |
Tips
Below are some common multi-box scenarios and how to accomplish them with Trust:
Battle
Use this when you want your party to attack what you are attacking or in areas like Dynamis, Omen or Sheol C where you want to avoid running into a pack of mobs inadvertently.
- Assist a party member.
- Engage/disengage when they do.
- Switch targets when they do.
- Stand where they are standing in battle.
// trust assist party_member_name true
(or// trust sendall trust assist party_member_name true
to update for all Trusts).- (optional)
// trust save
(to save changes to the current profile.
What's Next
It's highly recommended you read up on configuring your Trust with Profiles, Job Settings and Modes.