v8.1.1 #78
cyrite
announced in
Announcements
v8.1.1
#78
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, heal, 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 introduces exciting new changes to the Black Mage, Scholar and Red Mage Trusts, improved enemy debuff tracking and an overhaul of the Trust UI that allows you to edit more job and mode settings entirely with the keyboard.
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
addons
folder (previous:addons/Trust
, new:Trust
). When updating Trust, copy and paste the contents oftrust.zip
into your existingaddons/Trust
folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.Check out the release notes for v7.8.4 for a list of other features that have recently been added.
Black Mage
A Black Mage is now able to blacklist elements when magic bursting, helping you in fights like Ghatjot and Dhartok where you want to avoid certain elements. Use this in conjunction with
AutoMagicBurstMode
andAutoNukeMode
:// trust blm nuke
// trust blm nuke toggle [earth,lightning,water,fire,ice,wind,light,dark]
// trust blm nuke reset
Scholar
A Scholar now provides commands to make skillchains using Immanence:
trust sch sc skillchain_property
**valid skillchain properties are liquefaction, scission, reverberation, detontation, induration, impaction, transfixion, compression, fragmentation, fusion, gravitation, distortion]
**add-on must be on and the Scholar must have at least 2 strategems
A Scholar now provides commands to cast AOE buffs using Accession:
trust sch accession spell_name
Accession
firstRed Mage
A Red Mage is now able to automatically magic burst and nuke. However, because Red Mage is not equipped with the same tools as Black Mage and Scholar to conserve and restore mana, it will be more conservative and only nuke if 1. at least 4 seconds have passed since the last nuke and 2. over 50% mana points remain:
AutoMagicBurstMode
is not set toOff
AutoNukeMode
is not set toOff
Settings UI
Several improvements have been made to the Trust UI, making it easier to edit settings on the fly using the keyboard.
menu_key
inaddons/Trust/data/settings.xml
)Skillchains UI
An on-screen indicator will now be displayed below an enemy's name when performing a skillchain, helping you keep track of skillchains while manually playing with Trust enabled:
Other improvements
The following enhancements have been made to the Trust logic:
addons/trust/data/JOB_PlayerName.lua
andaddons/trust/data/modes/JOB_PlayerName.lua
for these changes to take effect)Bug Fixes
In addition to the features above, this version contains the following bug fixes:
This discussion was created from the release v8.1.1.
Beta Was this translation helpful? Give feedback.
All reactions