Follower - cyritegamestudios/trust GitHub Wiki

Overview

The Follower role can automatically follow a party member.

Modes

See AutoFollowMode, IpcMode

How it works

A Follower automatically follows the specified party member when AutoFollowMode is set to Always. You can follow a party member using the // trust follow PlayerName command, e.g. // trust follow Nibbler (see Commands).

Following

Unlike Healbot follow or the built-in follow functionality, a Follower will attempt to retrace the steps of the party member it's following. As a result, it's less likely to get stuck around corners. A Follower will follow 6 yalms behind the assist target by default, and will stop following if the target is over 35 yalms away. Note that when AutoFollowMode is set to Always, you cannot manually move the Follower. You can temporarily disable following by setting AutoFollowMode to Off.

IPC

When IpcMode is set to All or Receive, a Follower will use player position and zone information sent from other Windower instances. In addition to improving the accuracy, it will also enable a Follower to zone automatically when the party member they are following zones. Note that the party member you are following must be running on your local machine and have IpcMode set to All or Send. It is recommended that you turn this on when you are multi-boxing.

Battle

When in battle, the Follower will stop following if CombatMode is not set to Off to ensure it is able to respect the combat distance. Similar to Alter Egos, when the target is defeated, the Follower will resume following whichever party member they were previously following.

Commands

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 clear Clears the follow target set with // trust follow party_member_name.
// trust follow start Resumes following on the current player if they are currently following anyone.
// trust follow stop Stops following on the current player if they are currently following anyone.
// trust follow stopall Stops following on all other players.

Settings

Follow settings can be configured using the menu under Settings → Following → Config.

Jobs

  • BLM
  • BLU
  • BRD
  • BST
  • COR
  • DNC
  • DRG
  • DRK
  • GEO
  • MNK
  • NIN
  • PLD
  • PUP
  • RDM
  • RNG
  • RUN
  • SAM
  • SCH
  • SMN
  • THF
  • WAR
  • WHM

Explore the code