XIVSlothCombo icon indicating copy to clipboard operation
XIVSlothCombo copied to clipboard

Sage Single Target Heal Action Priority

Open Tartarga opened this issue 1 year ago • 0 comments

PluginConfiguration.cs: Added an UInt array as savable useroption data type

Config.cs

  • VS recommended edits to existing User Option Types.
  • Added UserUIntArray to read/save an array of uints

UserConfig.cs

  • Added DrawListBox and up/down manipulation buttons. Needs refining. Current work around to select is to use the action.
  • DrawListBox added to Sage's Single Target Healing (SGE_Heal_Priority)

SGE.cs

  • Migrated Single Target Healing code into a priority checking setup (array loop of checking action IDs and running code)

Tartarga avatar Dec 09 '23 05:12 Tartarga