[CF 1613] Add a way to unit cooldown/combat event to show a 2ndary timer amount if a spell is casted while the timer is still running
tmw-issue-import opened this issue ยท 5 comments
I think I might have already suggested this and you said no, but I don't remember.
Basically a 2nd value you could put if a spell is cast while the 1st timer is still running, to more easily track the duration of things with variable cooldowns in PVP.
IE
Combat event watching Hammer of Justice cast successful, runs for 60 seconds, but if a 2nd hammer is cast while the 60 second timer is running, the timer value changes to 30 seconds for the remainder of the time you are in the instance (however TMW decides to reset stuff like this, at least).
Posted by CurseForge user Jalopyy | Imported from CurseForge issue #1613 | Raw
Can't you just have 2 timers?
In any case, the next version of TMW will allow you to play with timers in LUA so you can always update you timer that way.
Posted by CurseForge user ariehg
I do have 2 timers, though I'm dubious the current way I'm setting up the icon is working with it properly. Might have to change from the Spell Cast Count conditional to making counters w/conditions to check those counters.
Posted by CurseForge user Jalopyy
For reference, I 'fixed' this issue by making multiple icons for every instance of an ability of a specific cooldown (if there are multiple based on talents) with spell cast count conditionals. It's not pretty and requires a BUNCH of extra auras, but it works until something like this is cleanly implemented.