Puller - cyritegamestudios/trust GitHub Wiki

Overview

The Puller role is responsible for pulling mobs for the party to battle.

Modes

See AutoPullMode, AutoCampMode

How it works

A Puller will pull mobs for the party to fight. If multiple Trusts have AutoPullMode set to Auto, each Trust will pull its own target. This way, you can pull and fight multiple mobs simultaneously. See AutoPullMode and PullActionMode.

Choosing mobs to pull

Pulling can be enabled/disabled using the // trust pull commands or by setting AutoPullMode directly:

  • // trust pull auto will pull nearby mobs from the target list under Settings → Pulling → Targets.
  • // trust pull aggroed will pull nearby mobs that have aggroed the party.
  • // trust pull all will pull all nearby mobs.

Choosing how to pull

You can specify actions to pull with using the // trust pull action commands or by setting PullActionMode directly:

  • // trust pull action auto will pull using abilities from the list under Settings → Pulling → Actions.
  • // trust pull action approach will pull by engaging and approaching the mob (replaces ApproachPullMode).
  • // trust pull action target will auto target mobs (replaces AutoTargetMode).

image

Setting up a Camp (v10.5.3+)

You can configure your Puller to return to camp after the battle is done by setting AutoCampMode to Auto and using the // trust pull camp command at the location you would like your Puller to return to. You can make other party members return to camp as well by setting AutoFollowMode to Always and using the // trust follow PullerName or // trust assist PullerName command.

Alter Egos

If AutoTrustsMode is set to Auto, a Puller will not pull until all Alter Egos have been summoned. See the Truster role for more details.

Commands

Command Description
// trust pull auto Pull nearby mobs from the target list under Settings → Pulling → Targets.
// trust pull aggroed Pull nearby mobs that have aggroed the party.
// trust pull all Pull all nearby mobs.
// trust pull action auto Pull using abilities from the list under Settings → Pulling → Actions.
// trust pull action approach Pull by engaging and approaching a mob.
// trust pull action target Pull by autotargeting a mob.

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