lichie567 / XIVAuras

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

[BUG] Potential issue with Sprint (PvE) vs. Sprint (PvP) #38

Closed 8bitnacho closed 1 month ago

8bitnacho commented 2 years ago

After update adding 6.1 support, I noticed my Sprint cooldown icon is no longer appearing while the ability is on Cooldown. After some tinkering, I found that setting the Trigger Condition to "==0 seconds" shows the icon even while it is on cooldown. I believe this is related to the PvP action Bolt being removed and replaced with Sprint, which has a different action ID from the Sprint action found in Actions & Traits. It seems that XIVAuras might be querying the PvP action instead of the normal action.

8bitnacho commented 2 years ago

According to Simple Tweaks, the normal Sprint uses ability ID 4 and the PvP Sprint uses ability ID 29057 ffxiv_dx11_tLTOwDiGwU ffxiv_dx11_uj5AYqPtMD

8bitnacho commented 2 years ago

Can confirm that using 29057 for "Action" resolves to Sprint but using 4 doesn't resolve to anything.