OmniCC

OmniCC

54M Downloads

CD text is sometimes missing on long duration cooldowns

SPavuna opened this issue ยท 1 comments

commented

Give us a clear and concise description of the problem, and what you expect to happen

The "Overload Empowered Herb" and "Overload Empowered Deposit" spells have weird behavior for me - sometimes they show the values, sometimes they do not. It's weird and inconsistent and I wasn't able to find the reason. I assume MAYBE it's because the CD gets reduced a lot by each herb/vein being used while the long CD is active? Usually it starts normally and I see it disappearing after mining/herbing.

Here's a screenshot of one of them having a CD, and the other one not: https://imgur.com/8r5h60C

Do you have any steps to reproduce this issue?
It happens all the time for me while empowering herb/vein and then mining later. In matter of minutes, the CD text disappears.

Are you getting any error messages?
No.

What version of OmniCC are you running?
11.0.1.

What version of World of Warcraft are you on?
11.0.2

What other addons are you running?
Bartender for bars, but no other spells/items have this issue.

commented

So this is a longstanding issue with the code of the game. Very long cooldowns, such as this one, are actually impacted a bit by your computer's uptime. If you do something like this:

  • Trigger a cooldown
  • Reboot
  • Come back, you'll see it not display a time in OmniCC

The reason for this is because the start time you get back when calling GetActionCooldown ends up being invalid. In older versions of OmniCC, you'd see a display of something like 48 days remaining in cases like this.