Zeffuro / ZeffUI

A FFXIV Overlay for OverlayPlugin using HTML and JS
GNU Affero General Public License v3.0
69 stars 22 forks source link

[Bug]: Custom abilities don't track charges properly #45

Open Ardor2005 opened 3 years ago

Ardor2005 commented 3 years ago

What are you trying to do?

I'm trying to display custom cooldowns for both Redraw and Essential Dignity on an Astrologian

What is the expected behaviour?

The expected behaviour is that it my ability is shown off-cd when I have >0 charges

What actually happened?

The icon starts counting cooldown on whenever I use Redraw for the first time and then on every consecutive use, a new cooldown icon is spawned. Then there's Z-fighting going on, where I see the cooldown number rapidly changing between each charge's icon instance

Suggested solution

Display that the ability is off-cd when >0

Logs

No response

FFXIV Update

Zeffuro commented 3 years ago

Known issue, I need to program in custom logic to keep track of the actual charges, for now this is in progress, I'll update this when I have fixed it.

Ardor2005 commented 3 years ago

Cool, thanks for coming back to me.