Skip to content

Releases: cyritegamestudios/trust

v10.1.1

29 Jul 16:27
867cc0e
Compare
Choose a tag to compare

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! ⭐

Keep Up to Date

Trust now offers an installer to help you easily install and update to newer versions of Trust! Find out how to get started here.

image

What's Changed

This update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

Bard

Bard is one of the most complex jobs in the game, so it's no surprise that getting set up with Trust can be difficult as well. This update introduces diagnostics tools that will help you determine what's wrong if songs aren't working properly. Debug issues using the Trust menu under Settings → Songs → Diagnostics or by running // trust brd validate.

image

No Sub Job

At long last, Trust is now compatible with newer players who have not yet obtained their sub job. Note: once you unlock your sub job, you'll have to reload Trust completely with // lua r trust.

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Indi spells could not be selected with an ability target of Ally
  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.1.0

29 Jul 14:44
fe574ba
Compare
Choose a tag to compare

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! ⭐

Keep Up to Date

Trust now offers an installer to help you easily install and update to newer versions of Trust! Find out how to get started here.

image

What's Changed

This update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

Bard

Bard is one of the most complex jobs in the game, so it's no surprise that getting set up with Trust can be difficult as well. This update introduces diagnostics tools that will help you determine what's wrong if songs aren't working properly. Debug issues using the Trust menu under Settings → Songs → Diagnostics or by running // trust brd validate.

image

No Sub Job

At long last, Trust is now compatible with newer players who have not yet obtained their sub job. Note: once you unlock your sub job, you'll have to reload Trust completely with // lua r trust.

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Indi spells could not be selected with an ability target of Ally
  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.0.9

27 Jul 14:59
4345385
Compare
Choose a tag to compare

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! ⭐

Keep Up to Date

Trust now offers an installer to help you easily install and update to newer versions of Trust! Find out how to get started here.

image

What's Changed

This update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.0.7

27 Jul 06:37
57a8cde
Compare
Choose a tag to compare

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! ⭐

Keep Up to Date

Trust now offers an installer to help you easily install and update to newer versions of Trust! Find out how to get started here.

image

What's Changed

This update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.0.6

27 Jul 05:45
e633487
Compare
Choose a tag to compare

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! ⭐

Keep Up to Date

Trust now offers an installer to help you easily install and update to newer versions of Trust! Find out how to get started here.

image

What's Changed

This update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.0.3

26 Jul 17:38
cd37956
Compare
Choose a tag to compare

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 update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.0.2

25 Jul 20:48
5da9ab2
Compare
Choose a tag to compare

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 update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker
  • Fixed issue where attachments would not equip

v10.0.1

25 Jul 15:43
5883c24
Compare
Choose a tag to compare

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 update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu
  • Fixed issue where Sleeper role did not do range check
  • Fixed issue where not all monster abilities appeared in conditions picker

v10.0.0

25 Jul 14:38
5a6967f
Compare
Choose a tag to compare

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 update introduces Gambits, a powerful system inspired by Final Fantasy12 that lets you customize the behavior of your Trust. Gambits are a targeted "if X, then Y" conditional statement that can be used to cast spells, perform job abilities and more. Read below to find out more about how you can use Gambits to take on new challenges with Trust! Check out the release notes for v9.5.2 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Gambits

Under the hood, a Trust analyzes the state of the game and performs actions in response to triggers. For example, when a party member's HP drops into yellow, a White Mage Trust will cast Cure. With Gambits, you can program the behavior of your Trust even further using the menu under Settings → Gambits→ Custom (see Gambiter). Gambits will only be evaluated when AutoGambitMode is set to Auto.

image

1. Ability Target

Gambits can target Self, Ally or Enemy. When a Gambit's conditions check passes, the ability will be performed on this target. For Self and Enemy the ability is performed on the player and the player's current target respectively. For Ally, the ability is performed on the first eligible party member (currently, alliance members are not supported).

2. Ability

An ability is a spell, job ability, pet command or action to be performed by/on the ability target. There are also several special actions: Turn Around, Turn to Face, Run Away, Run To, Ranged Attack and Approach.

You can hold shift and press the left and right arrows keys to cycle through abilities faster.

3. Conditions Target

This update builds on top of Conditions introduced in v9.5.2. Gambits will only fire if all of its conditions have been met on the conditions target, allowing you to control when a Gambit is performed. Conditions can target Self, Ally or Enemy. For instance, a Gambit with an HP <= 50% condition and a conditions target of Ally will fire off on the first party member whose HP is less than or equal to 50%.

4. Conditions

Conditions evaluate the state of the enemy, party members, the player and its surroundings. They can check anything from vitals like HP, MP and TP to an enemy readying an ability. The best way to learn more about the different conditions is to try them out in the Settings → Gambits→ Custom → Edit → Conditions menu by clicking *Add condition.

image

React

Gambits can be used to implement React-like behavior. Consider the Gambit below, which uses Stun when an enemy readies Just Desserts. Gambits get evaluated in order from top to bottom, so make sure your react Gambits go at the top!

image

Puppetmaster

While Gambits have certainly taken the spotlight in this release, there are also huge updates for Puppetmaster! You can now save and equip attachment sets using the Trust menu under Settings → Automaton → Attachments. If you're new to Puppetmaster do not fret. As a bonus, it comes pre-loaded with default sets for various roles like healing, tanking, overdrive and more!

image

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Bug Fixes

  • Fixed issue where Blue Mage spells would not appear in the menu

v9.5.2

13 Jul 21:55
f62ad4f
Compare
Choose a tag to compare

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 update features big changes to buffing and pulling, brings the power of Nuker, MagicBurster and Debuffer to Ninja, Nuker and MagicBurster to Paladin, introduces new editors for customizing Alter Egos and adds several quality of life improvements to the UI/UX. Check out the release notes for v9.4.0 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/backups folder).

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 of trust.zip into your existing addons/Trust folder (see Setup for more details). Get help in the Cyrite Game Studios Discord.

Conditions

You now have the ability to customize Trust behavior using Conditions, all from within the Trust UI. Conditions are a powerful tool enabling you to use state like HP, MP or TP to control when your Trust uses certain spells or abilities. NOTE: A spell or job ability will only be used when all Conditions have been met, so be sure to double check them!

  • A summary of a spell or job ability's conditions will be displayed in the top info bar

image

Buffs

Using Conditions, you can control when your Trust buffs itself or party members using the Trust menu under Settings → Buffs→ Self→ Conditions, Settings → Buffs→ Party→ Conditions and Settings → Buffs→ Abilities→ Conditions. The following conditions are currently supported:

  • Vitals: minimum HP %, maximum HP %, minimum MP %, minimum MP, minimum TP
  • Status: player is idle or in battle
  • Target: player distance from target

Step 1:
Open the Conditions menu
image

Step 2:
Add a new Condition
image

Step 3:
Choose a Condition
image

Step 4:
Edit the Condition
image

As an example, you are able to conditionally use Dread Spikes only when Drain II/III is active by adding a HasBuffsCondition with the buff set to Max HP Boost!

Pulling

You can also use conditions to control which spells, job abilities and actions your Trust uses to pull using the Trust menu under Settings → Pulling→ Actions→ Conditions. The following conditions are currently supported:

  • Vitals: minimum HP %, maximum HP %, minimum MP %, minimum MP, minimum TP
  • Status: player is idle or in battle
  • Target: player distance from target
  • The maximum targeting distance can be changed under Settings → Pulling→ Config

As an example, you are able to conditionally pull with Absorb-STR when your MP is above 50% by adding a MinManaPointsPercentCondition with the min_mpp set to 50

UI

Several quality of life improvements have been added to the UI.

Trust Status Widget

The Trust Status Widget now provides more shortcuts to functionality within Trust.

  • Open the Trust menu by clicking on the main or sub job
  • Toggle Trust On/Off by clicking the action text (e.g. Idle, OFF, or text for current action)
  • Cycle between trust mode sets by clicking the mode set name (e.g. Default, MasterLevels)

image

Alter Egos

You can now edit the list of Alter Egos to summon using the Trust menu under Settings → Alter Egos→ Edit. NOTE: you will only be able to select Alter Egos that you currently know.

image

Ninja

The Ninja Trust is now able to free nuke, magic burst and debuff with Elemental Ninjutsu.

  • Customize nukes using the Trust menu under Settings → Nukes
  • Nuke and magic burst with Doton, Huton, Hyoton, Katon, Raiton and Suiton Ichi, Ni and San
  • Magic burst with debuffs like Hojo and Kurayami
  • Customize debuffs using the Trust menu under Settings → Debuffs

image
image

Prime Weapon Skills

Prime weapon skills can now be used with Skillchainer.

  • Use prime weapon skills automatically when AutoSkillchainMode is set to Auto
  • Select prime weapon skills in the skillchain builder
  • Search for skillchains with prime weapon skills

Bug Fixes

  • Fixed issue where a debuff on cooldown would stop other debuffs from being applied
  • Fixed issue where job abilities would not work without Shortcuts
  • Fixed issue where Trust is engaged to a mob but targeting itself