v8.5.1 #83
cyrite
announced in
Announcements
v8.5.1
#83
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Trust is a Windower 4 addon for FFXI that turns your character into a Trust. It works for all jobs and can attack, heal, nuke, pull, skillchain and more.
Join us on the Cyrite Game Studios Discord to learn more!
Donate
⭐ Trust is a completely free addon maintained as a hobby project. If you're enjoying using Trust, consider donating to show your support and keep it going! ⭐
What's Changed
This version introduces exciting new changes to automatic skillchains, a skillchains editor, improvements to the Dragoon Trust and Japanese client compatibility in addition to important bug fixes. Check out the release notes for v8.3.1 for a list of other features that have recently been added.
This update may require a new job settings file for some jobs. Backups of your old job settings files will be saved in
addons/Trust/data/backupsfolder).If you are updating from a version before 7.8.4
The directory structure of the Trust add-on has been simplified to remove the base
addonsfolder (previous:addons/Trust, new:Trust). When updating Trust, copy and paste the contents oftrust.zipinto your existingaddons/Trustfolder (see Setup for more details). Get help in the Cyrite Game Studios Discord.Skillchains
Trusts now come fully equipped with a skillchain calculator similar to Flippantry and can make powerful skillchains on their own! The Skillchainer role has been streamlined to require less configuration to maximize damage while also giving you more control to perform specific weapon skills or skillchains when needed. Your Trust will even let you know which weapon skills it can use to continue the skillchain after a weapon skill has been performed!
Properties
By default, a Trust will prioritize making 3-step Light and Darkness skillchains, automatically choosing the appropriate Weapon Skill, Blood Pact or Spell to use at each step. You can customize which skillchain a Trust makes in the menu under Settings → Weaponskills → Modes → Skillchain → Properties or by modifying
SkillchainPropertyModedirectly.Settings
Skillchain settings have been simplified and are now editable in the UI under Settings → Weaponskills and by using add-on commands. Your skillchain settings in your job settings file under
addons/Trust/data/JobNameShort_PlayerName.luaare deprecated and will be ignored. The new settings files can be found in theaddons/Trust/data/skillchainsfolder. Note that editing the settings file directly instead of using the UI can cause Trust not to function properly if improper syntax is used.The following functionality has been removed or replaced:
defaultws,amws,spamws,cleavews,preferwshave been removed and will be automatically determinedstarterwsandtpwshave been removedThe following functionality has been added:
Editor
Trust now comes with a skillchains editor that let's you build multi-step skillchains with you and your party members using available Weapon Skills, Blood Pacts and Spells cast using Immanence. You can access the editor in the UI under Settings → Weaponskills → Skillchains. For each step of the skillchain, you can instruct your Trust to:
Tip: it is rarely necessary to specify all steps of the skillchain. Try overriding as few steps as possible to get the desired skillchain. For example, to force a 4-step Radiance on Warrior you only need to set the first weapon skill to Full Break or Steel Cyclone and it will do the rest.
See Skillchainer for more information.
Modes
You can now see and modify skillchain-related Modes all in one place in the UI under Settings → Weaponskills → Modes, including whether to skillchain or spam, which skillchain properties to target, and whether to extend the skillchain window to give your party members time to magic burst.
Choose whether your Trust should skillchain, spam or cleave.
Choose which skillchains to make and duration between weapon skills.
Commands
Several new Trust add-on commands have been added that enable you to customize and build new skillchains without ever leaving FFXI.
// trust sc auto// trust set AutoSkillchainMode Auto.// trust sc cleave// trust set AutoSkillchainMode Cleave.// trust sc spam [weaponskill_name] (optional)// trust set AutoSkillchainMode Spam.// trust sc am// trust set AutoAftermathMode Auto.// trust sc set step_num weaponskill_name// trust sc next weapon_skill_name// trust sc next Torcleaver// trust sc build property_name num_stepsnum_stepsof the specified property, e.g.// trust sc build LightLv4 4// trust sc clear// trust sc reload// trust sc saveDragoon
A Dragoon will now summon its Wyvern to fight by its side.
Bug Fixes
In addition to the features above, this version contains the following bug fixes:
This discussion was created from the release v8.5.1.
All reactions