Commands - cyritegamestudios/trust GitHub Wiki
Overview
Windower add-on commands let you perform actions like starting and stopping Trust. Some of these commands can also be performed using the UI.
⭐ For a list of all commands, start typing // trust
to see the autocomplete menu or use // trust commands
.
General
Windower Commands
Command | Action |
---|---|
// trust start |
Enables Trust. |
// trust stop |
Disables Trust. The Trust will stop performing actions. |
// trust assist party_member_name |
Assists the specified party member, e.g. // trust assist Nibbler . |
// 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 sendall windower_command |
Executes the specified command on all IPC enabled players, e.g. // trust sendall trust start (see IpcMode). |
// trust send player_name windower_command |
Executes the command on a specified IPC enabled player, e.g. // trust send Nibbler trust start (see IpcMode). |
// trust menu |
Opens the Menu (can also use the hotkey, numpad+ by default). |
See Commands, Shortcuts for more.
Modes
See Modes.
Menus
Windower Commands
Command | Action |
---|---|
// trust cycle mode_name |
Cycles through possible values for a Mode, e.g. // trust cycle AutoManeuverMode |
// trust set mode_name mode_value |
Sets a Mode to a specific value, e.g. // trust set AutoManeuverMode Auto . |
// trust save mode_name |
Saves a configuration of Modes values for the current job. If mode_name is specified, creates a new configuration. Otherwise, overrides the current trust mode set (value of TrustMode ). |
// trust cycle TrustMode |
Cycles through all trust modes created with // trust save mode_name |
// trust status |
Outputs a list of current Modes and their values. |
Roles
Menus
N/A
Windower Commands
See Roles.
Remote Commands
You can execute commands remotely on a player using Trust. This allows you to do things like add yourself to the player's party, even if they are AFK.
Whitelist
For safety reasons, you must be in a player's remote command whitelist in order to execute remote commands on their player. Additionally, there is a strict list of commands that are able to be executed.
Menu
N/A
Windower Commands
To send a remote command, send the player a tell with one of the following commands.
Command | Action |
---|---|
Any Trust command | E.g. trust start , trust stop . |
pcmd add player_name | Adds a player to the party, e.g. pcmd add Jerry . |
pcmd remove player_name | Removes a player from the party, e.g. pcmd remove Jerry . |
warp | Warps (requires Gearswap warp ring/cudgel shortcut). |
refa, refa all | Dismisses a player's trusts. |
You can combine these commands to control another player's actions using Trust. For example, if you wanted to join a party, you would do:
/t Ashylarry trust stop
/t Ashylarry refa all
/t Ashylarry pcmd add Jerry
(requires autojoin)/t Ashylarry trust start