Trust is a Windower 4 addon for FFXI that turns your character into a Trust. It works for all jobs and can attack, nuke, pull, skillchain and more.
Join us on the Cyrite Game Studios Discord to learn more!
What's Changed
When updating to this version, it is recommended that you delete addons/Trust/data/settings.xml and run // lua r trust
This version introduces IpcMode, which enables Trusts to send commands and data to one other via IPC (inter process communication) when IpcMode is set to All. This improves accuracy of following, enables automatic zoning, and makes it easier to start, stop or control another character without having to alt-tab.
Following
v7.1.0 brings all of the functionality of the FastFollow add-on to Trust, meaning you no longer need to use FastFollow. When IpcMode is set to All, a Trust can:
- Follow other party members
- Configure follow distance in
addons/Trust/data/settings.xml(deletesettings.xmland// lua r trust) - Automatically zone when they zone (does not work with Home Points, Waypoints, etc.)
Additionally, several new commands have been added:
| Command | Description |
|---|---|
// trust follow party_member_name
| Follows the specified party member, e.g. // trust follow Nibbler.
|
// trust follow distance
| Follows at the specified distance in yalms, e.g. // trust follow 6.
|
// 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. |
Addon Commands
In addition to the above, new commands have been added to make it easier to control behavior of another Trust when multi-boxing without having to alt-tab.
| Command | Description |
|---|---|
// trust sendall trust stop
| Sets Trust to Off on all other Trusts with IpcMode set to All or Receive.
|
// trust sendall trust start
| 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 the specified command on all other Trusts with IpcMode set to All or Receive, e.g. // trust sendall trust set AutoEngageMode Off
|
Sleeping
A Sleeper will now attempt to avoid sleeping mobs that are immune to sleep, e.g. Agon mobs in Sheol C where a lullaby could result in instant death.
Alter Egos
A Buffer will now buff Kupipi, Cherukiki, AAEV, AAHM and Shantotto II.
Trust Chat
Added PartyChatMode which enables a Trust to send party chat messages when performing actions when set to Party. By default, only you can see these messages. This can be useful if you are playing with friends you trust and want them to be able to see when rolls or songs are about to begin, when mana is low, etc.

