Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD text is sometimes missing on long duration cooldowns #446

Open
SPavuna opened this issue Sep 16, 2024 · 1 comment
Open

CD text is sometimes missing on long duration cooldowns #446

SPavuna opened this issue Sep 16, 2024 · 1 comment
Assignees
Labels
❄️ blizzard bug We can't fix this because of a bug on Blizzard's end

Comments

@SPavuna
Copy link

SPavuna commented Sep 16, 2024

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.

@Tuller Tuller added ❄️ blizzard bug We can't fix this because of a bug on Blizzard's end and removed 🪲 bug labels Sep 16, 2024
@Tuller
Copy link
Member

Tuller commented Sep 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❄️ blizzard bug We can't fix this because of a bug on Blizzard's end
Projects
None yet
Development

No branches or pull requests

2 participants