v7.3.1 #58
cyrite
announced in
Announcements
v7.3.1
#58
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 also introduces a new syntax for adding job ability buffs to your job settings that is not compatible with the existing settings. Your old job settings file will be moved to
addons/Trust/data/backups
and a new one will be generated from the default. Please reach out with questions in the #support channel of the Cyrite Game Studios Discord.Check out the release notes for v7.2.0 for a list of other exciting features that have recently been added.
Job Settings
You can now customize when job abilities should be used. This can be useful in situations where you only want to use particular job abilities (like Berserk or Warcry) when in battle. The syntax for adding job ability buffs in the job settings has undergone the following changes:
Berserk
JobAbility.new(job_ability_name, conditions, job_names, target)
, e.g.JobAbility.new('Berserk', L{InBattleCondition.new()}, L{}, nil)
See Job Abilities for more details on using the new syntax.
Dispelling
This version brings exciting updates to a Trust's ability to keep track of and dispel, beneficial status effects from an enemy. When
AutoDispelMode
is set toAuto
, a Trust can:Skillchaining
Fixed the following issues with a Trust's ability to skillchains:
AutoSkillchainMode
toSpam
would causeSkillchainPartnerMode
to not function properlyMainTrustSettingsMode
would not update the list of weapon skills that should be usedPulling
Reduced the amount of time between pulling a new mob after the existing mob dies.
Ranger
The Ranger Trust has undergone the following changes:
AutoShootMode
is set toAuto
This discussion was created from the release v7.3.1.
Beta Was this translation helpful? Give feedback.
All reactions