OmniCC

OmniCC

54M Downloads

Big CDs wrong CD showing

333silas opened this issue ยท 5 comments

commented

So i started useing an addon called Gladiusex with OmniCC to Show cd , it works perfectly fine for all abilitys but stuff like Divine Shield , Bop ( Blessing of Protection) , Life swap from Priest Show wrong cooldown timers ( basically all abilities with high cd )

Does this have to do with Gldaiusex or sth with Omnicc

commented

I am seeing this issue and do NOT have Gladiusex installed. The displayed time dropped to 2 hours after the actual time dropped below 1.5 hours, so I think it may be doubling the time somehow. Here's a screen print:

omnicc - wrong time

commented

I found the error. In core/timer.lua, there is the following line, which is supposed to be the number of ms in a half hour:
local HALF_HOUR = 5400000
This is actually the value for 90 minutes. The correct value is:
local HALF_HOUR = 1800000

commented

That would definitely cause issues :p

commented

Some more information. I have several long cooldowns and am seeing the following:

1h24m showing as 2h
3h47m showing as 5h
7h57m showing as 9h

So it's not a doubling; rather, it appears to be adding an hour. Probably an off-by-one error somewhere.

commented

Do you have screenshots?