hi. I'm trying to make a weakaura as the title says but it's proving to be quite difficult. The goal is to track my mind blast with it so I know if I can use it one more time before I would need it to outheal a big mechanic. the base cd on it with my current haste is 18s and with pi it goes down to 15 and with bloodlust it's around 13 (and there are other procs like changeling haste or cyrce haste gem). I would just want it to have a base spell icon and have the cooldown numbers inside the icon or maybe under.
#show the haste modified cooldown of a spell while it is off cooldown (in numbers)
1 messages · Page 1 of 1 (latest)
what's the exact unhasted base cd of your mind balst then?
because https://warcraft.wiki.gg/wiki/API_GetSpellBaseCooldown doesn't work for charge based spells (and even on disc it's still charge based, just one charge)
and https://warcraft.wiki.gg/wiki/API_C_Spell.GetSpellCharges doesn't return the unhasted CD
unequipping every piece of gear gives me 24s on the cd timer
I ended up just calculating the base CD dynamically depending on what you put in. was just asking for it because I felt lazy at that moment
but this instead should be a solution for any hasted spell then, not just mind blast. just enter whichever one you want in trigger 2
you can set up conditions to change the text color or make it glow depending on hasted CD length if you want