lichie567 / XIVAuras

Dalamud plugin for tracking buffs, debuffs and cooldowns in FFXIV.
GNU General Public License v3.0
63 stars 40 forks source link

Auras dissapear when progress bar is present #46

Closed Justnich closed 1 month ago

Justnich commented 2 years ago

Any and all auras i set up become invisible whenever im in the middle of casting something. They work normally otherwise, but its kindve annoying. https://i.gyazo.com/d9ae74699c0eb491654451493c526418.mp4

PuckAlive commented 2 years ago

If the trigger you're implementing to show the aura is "Action Usable", they will disappear when you cast because they are not usable while casting. The solution is to add an "or" trigger for when the cooldown is below whatever threshold time you want.