OmniCC is an addon that adds text to items/spells/abilities that are on cooldown to indicate when they'll be ready for use. OmniCC should be compatible with any addon that uses a cooldown model.
A configuration GUI is included, and can be shown via /omnicc or /occ
Change Log - OmniCC
2.1.1
* Rethrottled the updates
* Tweaked the no cooldown count flag to hide active timers.
2.1.0
* Updated a setting to make LSM3 work properly.
* Fixed a bug with embeds.xml
* Switched to using noCooldownCount to signify that cooldown count should not display on an object, instead of noomnicc
2.0.9
* Updated to LSM 3
* Unthrottled the updates for cooldowns with durations > 1 minute. This is to (hopefully) prevent an issue with the rogue ability Preparation.
* Reimplemented the slash commands
Optional Files - OmniCC
Sorry, there are currently no optional files available.
Originally posted by doxxx So OmniCC can't help you here.
I was hoping you wouldn't say that, but I suppose I expected that was the case with respect to the bandages. It shows how much I've gotten used to looking at the bar icons for status vs debuff icons by the minimap, I suppose.
Originally posted by Aesir I'm using OmniCC to manage button/icon cooldown states since I have Dominos installed. I noticed that linen bandages won't display any cool-down cycle/timers.
Is this something that OmniCC can handle? I don't recall what/how default Blizzard UI managed first aid item cooldown/timers, so maybe this isn't a 'bug' but a 'feature request'.
There is no cooldown on the bandages. They give the target (i.e .you) a debuff which lasts for a minute that prevents the use of bandages on that target. So OmniCC can't help you here.
I'm using OmniCC to manage button/icon cooldown states since I have Dominos installed. I noticed that linen bandages won't display any cool-down cycle/timers.
Is this something that OmniCC can handle? I don't recall what/how default Blizzard UI managed first aid item cooldown/timers, so maybe this isn't a 'bug' but a 'feature request'.
Originally posted by salish I'm using Bartender 4 since today and it seems, that my omnicc is not working with this mod. Is there anything i can do to make it work again?
thanks in advance
I'm in the same boat. I don't see anything that OmniCC used to show, however with no BT4 it works.
Originally posted by Cesar is where any way to disable duration on my target for stackble buffs (like sunder armor)? the time left of debuff hides the number of stacks so it's a bit hard to understand how many stacks i have atm! thx
Increase the minimum size slider until they go away.
is where any way to disable duration on my target for stackble buffs (like sunder armor)? the time left of debuff hides the number of stacks so it's a bit hard to understand how many stacks i have atm! thx
Originally posted by jbe3d I get frequent messages that OmniCC is generating large numbers of errors and is slowing down the game (WoW). Here is one example:
Error: attempt to index field 'short' (a nil value)
File: Interface/AddOns/!OmniCC/cooldown.lua
Line : 25
Count: Infinite
Any idea how I can solve this problem?
I'm using the newest version of OmniCC, the problem is persistent though different versions...
thx
U also use an old version, why u have an folder called !OmniCC ? it should be without "!". Only OmniCC & OmniCC_Options u should have, just delete all OmniCC folders download new one and it will work :P
Originally posted by Tuller So, does Blizzard code rely on this somewhere?
No but you're hooking the api and breaking it. Any other addon that calls SetCooldown with a string argument has a right to expect it to work because blizzard's function accepts it.
Originally posted by megagriff Cooldown:SetCooldown will accept strings as arguments and convert them to numbers, but the hooked function chokes if you do this.