- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,153 Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Bukkit Plugins
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top Terraria Maps
- Top StarCraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
OmniCC
- 147 Likes
- World of Warcraft
- 568,375 Monthly Downloads
- Supports: 5.3.0
- 12,904,773 Total Downloads
- Updated 06/07/2013
- Created 04/13/2006
- 16,845 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: 5.3.1
About OmniCC
Doing pet battles? Check out my latest addon, PetTracker!
Overview
OmniCC is an addon that adds text to items, spell and abilities that are on cooldown to indicate when they will be ready to use. In other words: it turns all the standard analogue cooldowns into digital ones.
Anything should work with OmniCC, from the action bars to the inventory, from the standard interface to your favorite add-on.
Notes
- Need help? Check the Guide!
- Please submit bugs and feature requests at GitHub. You may post comments as well, but you will get our attention much faster there.
- Visit me at jaliborc.com.
5.3.1
- Fixed bug preventing slash commands from working properly.
- Updated for patch Escalation.
- Fixed "Activate" effect incompatibility with some addons.
- Fixed bug affecting new users on first login.
- Fixed bug causing settings to reset at login.
- New option: spiral opacity! Now, instead of only being able to toggle them on/off, you can set how transparent they should look. Setting to 0% will hide them.
- Updated for patch 5.2: The Thunder King
- Fixed issue causing problems to users coming from extremely outdated versions (pankake and before).
- Fixed issue causing the script engine to not be loaded properly.
- Fixed bug causing french to be the default language.
- Updated for patch 5.1: Landfall.
- OmniCC is now fully localized in french! (by Noaah)
- Fixed bug preventing the "None" effect from working properly.
- Fixed several issues in the rules panel.
- Fixed bug preventing OmniCC from working with addons that do not support spell charges (ex: Ion).
- Fixed bug preventing OmniCC from working with addons such as Bartender.
- Fixed settings migration issue.
- Optimized the most important bottleneck in OmniCC, for better performance in intense battles.
- Hopefully, this will prevent most of the "script ran for too long" issues.
- Rebuilt OmniCC from the ground-up, for easier bug-fixing and feature addition.
- Added new Monocrome font outline option.
- Added new Flare finish effect (artwork by Renaitre).
- Wrong file upload.
- Fixed charges bug, still happening in some non-standard action bar addons (ex: Bartender).
- Fixed bug causing abilities with multiple charges to show cooldowns before all are spent.
- Tagging as release.
- Updated and tested for Mists of Pandaria.
- Almost finished portuguese translations
- Fixed a bug with the activate effect
- Fixed a bug freezing the addon at extremely small durations
- Updated for WoW 4.3
- Now follows the new Blizzard's *mandatory* cooldown model standard. Addons not yet supporting it may not be tracked by OmniCC properly.
- Dominos and Cornucopia are both confirmed to work with this new release.
- Jaliborc: Reduced download size by about 70%
- Jaliborc: No more "Jaliborc:" tag from now on. If no tag is here, it means it was me.
- Jaliborc: Introducing 2 new finish effects - "Activate" and "Alert"
- Jaliborc: Fixed a bug causing the new update engine button to allways be checked
- Jaliborc: Added a button at the interface options for selecting the update engine
- Jaliborc: Several aestetical improvements to the options menu
- Updated for 4.2
- Made pulse the default finish effect again, since its working without a flicker in the new patch.
- Adjusted update engine again to prevent some possible lag issues people were having.
- Altered settings to disable the finish effect by default. This is to workaround the flickering issue that people have been experiencing since the release of WoW 4.1
- Updated TOC for 4.1
- Updated localization and readme
- Fixed a typo that was causing a crash.
- Added new slash commands:
- /occ config - Shows the options menu
- /occ setengine <animation | classic> - Switches the timer update engine
- /occ engine - Displays the current timer update engine
- /occ version - Displays the current addon version
- Extracted the timer scheduling code from the timer code.
- Created two scheduling engines for the timer: One based on the Animation system, and one based on the classic OnUpdate methods, with the animation system used by default. If you're experiencing crashes when using OmniCC, try switching to the OnUpdate engine.
- To switch to the OnUpdate engine, use /run OmniCC:SetUpdateEngine('ScriptUpdater'); ReloadUI()
- To switch back to the Animation engine, use /run OmniCC:SetUpdateEngine('AniUpdater'); ReloadUI()
- More hopeful crash fixes
- Tweaks to hopefully prevent FPS/crash issues
- Updated localization
- Adjusted text update algorithm to hopefully prevent hanging updates
- Added text anchor offset scaling for buttons of different sizes
- More attempts at fixing edge cases, like a pulse happening when a cooldown starts.
- Theoretical edge case bugfixes
- Updated localization
- Added back missing code to handle cooldowns of a day or longer.
- Added support for deathknight rune cooldowns. Apparently the start time of a cooldown may now happen in the future :P
- Fixed Custom text appearing in the finish effect dropdown
- This is a major new BETA for OmniCC. Major new features added:
- Added the ability to define settings groups: so that things like your auras/etc can have their own look.
- Added options to adjust text anchoring.
- Switched to using the animation system for timers, resulting in a major reduction in overall CPU usage
- For more information, please take a look at the new wiki page: http://code.google.com/p/tullamods/wiki/OmniCC4
- Fixed 0:59 display issue (for reals)
- Fixed 0:59 display issue
- Removed 90s display
- Fixed tooltip corruption (thanks cremor)
- Updated localization (thanks cremor)
- Removed 0 seconds display
- Adjusted text scaling algorithm
- First release of OmniCC 3.0
- Updated toc for Cataclysm
- Made font size independent of UI scale
- More bugfixes
- Moved LibSharedMedia from the core addon to the config addon
- Applied some performance tweaks to the text updating algorithm
- Applied some fixes to the text scaling algorithm
- Applied some fixes to text display
- Hopeful FPS bugfix
- Fixed a bug causing frames to repeatedly be created
- Fixed an error causing the show cooldown models option to not work.
- Merged some changes from tullCC: Text scaling should work properly again
- Split out the timer code from the config code
- Fixed the invalid font issue
- Updated localization
- Made a few tweaks to how frequent timers update
- Reverted to using a single OnUpdate handler per cooldown text item. Turns out, it actually is faster with my old optimizations :P
- Added scale and opacity options for each duration
- Reimplemented the show cooldown models option
- Dropped the whitelist option. Added back support for the noCooldownCount flag.
- Updated localization
- Added color options, tweaked the defaults
- Added settings to control tenths of seconds display, as well as MM:SS display
- Altered GetFormattedText to handle transition points a bit better
- Updated localization
- Fixed a bug causing the pulse/shine not to display unless running with the min effect duration setting at 0 seconds.
- Fixed a rendering issue on the pulse effect
- (Hopefully) fixed a bug causing cooldown timers to not properly hide when reset
- Cooldowns should now update instantly when a timer that is already shown is reset for one reason or another
- Removed Ears dependency
- This time, it really should use a good bit less CPU than OmniCC 2 :P
- Tweaked text display to show 90 seconds or below as seconds, instead of one minute or below
- Fixed bugs for non US locales
- Rewrote OmniCC. Delete all OmniCC folders before installing, or you may have issues.
- Hopefully reduced overall CPU usage by a good bit.
- Rewrote the options menu. Hopefully the font selector won't blow up anymore :)
- Added whitelisting functionality via CooldownTextFrames.
- Added blacklisting functionality.
- Added the ability to disable text scaling
- Merged Pulse and Shine into the core addon. Added a new options menu item to pick between them.
- Changed the minimum size filter to minimum font size to hopefully make it a bit easier to understand
- Updated French localization
- Updated TOC for 3.3
- Implemented kujanssen's bugfix for the noCooldownCount flag
- Updated for patch 3.2
- Increased frequency of updates at the seconds level to fix some tenths of seconds issues (hopefully)
- Adjusted tenths of seconds timing to work for cooldowns under 2 seconds instead of 3.
- Updated localization
- Updated localization
- Added a fix for displaying 0 seconds when in non tenths of seconds mode
- Added an option to display tenths of seconds for durations < 3 seconds.
- Updated localization
- Renamed Min Size, Min Duration sliders to Size Threshold and Duration Threshold
- Added a new slider, Finish Effect Threshold - Used to determine how long a cooldown must last before OmniCC will trigger a finish effect (pulse, shine, etc)
- TOC Bump
- Fixed a bug for users with no previous OmniCC settings
- Removed pulse from the core. Reimplemented as a plugin (OmniCC_Pulse)
- For 51d cooldowns, OmniCC will now attempt to estimate the proper remaining duration.
- Added a hidden setting OmniCC.sets.minFinishEffectDuration: This setting controls how long a cooldown's duration (in seconds) needs to be to show a finish effect (ex, shine, pulse)
- Restructured the folder layout. Log out of WoW completely, delete all OmniCC folders, and install the new version to have everything work properly.
- Updated Chinese translation
- Added Korean translation.
- Pulses will now only happen for cooldowns that have a duration > 30 seconds
- Added a check before calling GetTexture to prevent redbox issues.
- Updated options menu code for the new Wrath build. This will probably break people on the PTR
- Added Russian translation
- Rethrottled the updates
- Tweaked the no cooldown count flag to hide active timers.
- 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
- 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
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 5.3.1 | Release | 5.3.0 | 229,468 | 06/07/2013 |
| 5.3.0 | Release | 5.3.0 | 316,413 | 05/21/2013 |
| 5.2.3 | Release | 5.2.0 | 354,282 | 04/12/2013 |
| 5.2.2 | Release | 5.2.0 | 338,475 | 03/09/2013 |
| 5.2.1 | Release | 5.2.0 | 115,595 | 03/08/2013 |
| 5.2 | Release | 5.2.0 | 97,912 | 03/07/2013 |
| 5.1.3 | Release | 5.1.0 | 572,576 | 12/05/2012 |
| 5.1.2 | Release | 5.1.0 | 172,078 | 12/02/2012 |
| 5.1.1 | Release | 5.1.0 | 293,839 | 11/27/2012 |
| 5.1.0 | Release | 5.1.0 | 22,706 | 11/27/2012 |
| 5.0.8 | Beta | 5.0.4 | 10,871 | 11/02/2012 |
| 5.0.7 | Beta | 5.0.4 | 5,334 | 10/30/2012 |
| 5.0.6 | Beta | 5.0.4 | 2,063 | 10/30/2012 |
| 5.0.5 | Beta | 5.0.4 | 3,747 | 10/29/2012 |
| 5.0.4 | Release | 5.0.4 | 549,580 | 09/25/2012 |
| 5.0.3b | Release | 5.0.4 | 333,051 | 09/08/2012 |
| 5.0.3 | Release | 5.0.4 | 5,130 | 09/08/2012 |
| 5.0.2 | Release | 5.0.4 | 225,528 | 09/02/2012 |
| 5.0.1 | Release | 5.0.4 | 293,093 | 08/28/2012 |
| 5.0.0 | Beta | 5.0.4 | 3,103 | 08/08/2012 |
| 4.3.2 | Release | 4.3 | 973,469 | 12/25/2011 |
| 4.3.1 | Release | 4.3 | 285,462 | 12/16/2011 |
| 4.3.0 | Release | 4.3 | 1,153,236 | 11/29/2011 |
| 4.2.3 | Release | 4.2 | 1,092,484 | 09/14/2011 |
| 4.2.2 | Beta | 4.2 | 46,121 | 08/27/2011 |
| 4.2.1 | Release | 4.2 | 876,662 | 08/04/2011 |
| 4.2.0 | Release | 4.2 | 460,503 | 06/27/2011 |
| 4.1.pancakes6 | Release | 4.1 | 509,744 | 04/30/2011 |
| 4.1.pancakes5 | Release | 4.1 | 304,261 | 04/26/2011 |
| 4.1.pancakes4 | Release | 4.0.6 | 159,361 | 04/24/2011 |
| 4.1.pancakes3 | Beta | 4.0.6 | 736 | 04/16/2011 |
| 4.1.pancakes2 | Beta | 4.0.6 | 173 | 04/16/2011 |
| 4.1.pancakes | Beta | 4.0.6 | 927 | 03/26/2011 |
| 4.0.waffles12 | Release | 4.0.6 | 2,954 | 03/17/2011 |
| 4.0.waffles11 | Release | 4.0.3a | 3,827 | 12/29/2010 |
| 4.0.waffles10 | Release | 4.0.3a | 1,543 | 12/11/2010 |
| 4.0.waffles9 | Release | 4.0.3a | 1,758 | 12/07/2010 |
| 4.0.waffles8 | Release | 4.0.3a | 1,095 | 11/30/2010 |
| 4.0.waffles6 | Release | 4.0.3 | 1,675 | 11/18/2010 |
| 4.0.waffles4 | Release | 4.0.3 | 801 | 11/17/2010 |
| 4.0.waffles3 | Release | 4.0.1 | 1,024 | 11/14/2010 |
| 4.0.waffles2 | Beta | 4.0.1 | 174 | 11/13/2010 |
| 4.0.waffles1 | Beta | 4.0.1 | 276 | 11/11/2010 |
| 3.1.4 | Release | 4.0.1 | 4,547 | 10/11/2010 |
| 3.0.4 | Release | 3.3.5 | 154,463 | 09/25/2010 |
| 3.0.3 | Release | 3.3.5 | 1,547 | 09/24/2010 |
| 3.1.3 (Cataclysm Beta) | Beta | 4.0.1 | 156 | 09/24/2010 |
| 3.0.2 | Release | 3.3.5 | 3,032 | 09/22/2010 |
| 3.1.cata4 | Beta | 4.0.1 | 29 | 09/22/2010 |
| 3.0.1 | Release | 3.3.5 | 6,074 | 09/20/2010 |
Addon Packs Containing This...
-
The Grim Truth Guild Pack
-
Setsuki's Addon Pack
-
yadou's Addon Pack
-
FistBanes UI And Addons
-
Big Box of Raid
-
Requiem's Addon's
-
Chexsums UI
-
ChexsumUI
-
Wrath Pack (Custom)
-
Pushes Random Keys - Raiding Pack
-
Respectz' Raid UI
-
Moonkin Raiding UI
-
Schimmy's Complete Pack
-
Xari's UI
-
Bear Cavalry Guild Pack
-
Minimal Raiding Mage UI
-
My personal DK UI
-
Raid Frames
-
Hatduck Addon Pack
-
WARR UI
-
Panda UI
-
Cretos's Addon Pack
-
Andy's Addon Pack
-
Caillech's Druid Pack
-
Shinin UI
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,586,655 Monthly Downloads
-
- Recount
- Combat
- 1,080,253 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 692,050 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 550,804 Monthly Downloads
-
- Tidy Plates
- Artwork, Combat, Tank, and Unit Frames
- 466,118 Monthly Downloads


Comments
OmniCC (as of 5.2.2) still does not work for users of the addon: Ion. No Cooldown Timers, no GCD animation and no errors.
Reverting back to a previous version of OmniCC (I use 5.1.3) works, somewhat. (I don't see GCD animation)
Issue is detailed (with possible fix) at https://github.com/tullamods/OmniCC/issues/62 I assume the author is aware of the issue, since he/she has posted there, but the issue still shows Open and Unassigned after 20 days.
If you are not going to fix the issue so Ion users can use your addon, please just say so.
On a side note, is Cornucopia ever going to be updated/completed?Hmm, replaced with new version, everything works, but not the /occ /omnicc commando, the Gui doesnt pop up, but can be obtainable throw /interface/addons.
Slashcommands have been removed
Developer of addons such as Bagnon, OmniCC, PetTracker and Scrap.
Visit me at jaliborc.com.
Please advise
Message: Interface\AddOns\OmniCC\settings\settings.lua:112: attempt to index local 'version' (a nil value)
Solved.
Thanks
Isn't showing any countdown for me...what could be the problem? ;-s
Same issue here.
Countdowns are showing on my spells, but not on items in my bag (such as Crystal of Insanity or Overgrown Lily Pad). I have Show Lua Errors enabled, but I'm not getting any errors. I also checked my settings and they haven't been cleared. I changed a couple just to see if I could get it to work, but it didn't help. Reinstalling the addon fixes it, but it stops working again shortly after.
1) Do you have "Show Lua Errors" enabled?
2) Have you checked your settings? They may have been cleared.
Developer of addons such as Bagnon, OmniCC, PetTracker and Scrap.
Visit me at jaliborc.com.
Anyone knows in which folder the settings files are? And which their names are?
I would like to re-use my pre-5.2.1 settings for omnicc but i can't find the files in my backup.
OmniCC is now putting huge cd numbers on Raven buffs/debuffs, which it didn't do prior to this update. Can you fix this?
You can go into omnicc, go to rules, add a rule Called "Raven" then have that chosen and configure the numbers just for that addon, you can also do this for every addon there is, even for a certain bar group like tellmewhen, just /framestack, and get what the frame is called and make a rule for that. also dont forget to disable specified timers in Raven, then can interfere sometimes(mostly).
Thank you, Solidhype, great post!
Developer of addons such as Bagnon, OmniCC, PetTracker and Scrap.
Visit me at jaliborc.com.
Date: 2013-03-09 02:20:54
ID: 2
Error occured in: Global
That was the second error you got. Which was the first?
Developer of addons such as Bagnon, OmniCC, PetTracker and Scrap.
Visit me at jaliborc.com.