• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

OmniCC

 

Project Updated:
Files Updated: Mon, Sep 21 2009
Supports Game Version: 3.2.0
Category: Combat
Tags:

, , , , , and [Edit Tags]

Project Manager: Tuller
Additional Authors: No additional authors
Current Version: 2.5.7
License: BSD License
Development Site: CurseForge
Avg Daily DL (last 30 days): 1,941
Downloads Total: 2,544,542
Favorites: 8,819
Comments: 522
  • About OmniCC
  •  

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 interface is included, and can be shown via /omnicc or /occ

Wiki/FAQ

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  OmniCC 2.5.7 Release 3.2.0 209,875 9/21/2009
  OmniCC 2.5.6 Release 3.2.0 226,604 8/4/2009
  OmniCC 2.5.5 Release 3.1.0 174,625 6/18/2009
  OmniCC 2.5.4 Release 3.1.0 70,840 6/14/2009
  OmniCC 2.5.3 Release 3.1.0 163,093 5/19/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Inline Aura detects when OmniCC runs and lowers its numbers to the bottom of the spell icon, Was wondering if you could add the same option, for both moving the text to the top or bottom too so they don't conflict with eachother, thanks.

    Reply Report Permalink
  • I find a automatic mining addon
    www.bagnon.org
    I appreciate all the hard work you've put into it.Very simple.

    Reply Report Permalink
  • Tuller said 

    And back I am :P

    The lack of a 0 second display is intentional. You may have noticed when poking around the code that if you enable the tenths of seconds display, it counts down to 0. The reason that the non tenths of second display differs is because it looks a bit funny to have a

    The second display issue is actually a bug. Its something I plan on trying to fix :P

    Reply Report Permalink
  • Solesk said 

    thanks for the reply. i did notice the tenths of a second thing. but i'm just the opposite of you, i found that distracting also. just adding the zero was less distracting for me.

    i'm not saying my way is better, just personal opinion. but it might be from years of using inline aura instead.

    Reply Report Permalink
  • Solesk said 

    i recently started using dominos bufftimes, which hooks into this addon (and i've been using omnicc for a long time). and with the short duration of dots i noticed a few things. things that happen even without bufftimes installed, i just never noticed, or blew them off before.

    first, the countdown stops at 1. but there is still a zero value to the timer that isnt displayed. so in the case of dots, the last tick has not ticked when the timer goes away. in the case of cooldowns (that this mod directly handles), there's still a 1 second delay from when the timer dissapeares and you can actually recast the spell.

    i fixed this by changing line 266 in full.lua to shouldShowText = floor(remain + 0.5) >= 0.

    the second problem, is that when any timer gets below the global cooldown threshold, and another spell is cast, the timer dissapears. this means if you have a channeled spell, for instance mind flay, you cannot tell exactly when mind blast is comming off cooldown because the timer has gone away. this also fails to trigger any cooldown effect like the omnicc flash.

    i realise that technically you cant cast then anyway, cause you're in the global cooldown, but it gets confusing then the timer dissapears. and that problem gets compounded when the other mod extends it to dots. because you'll have dots with a tick of damage left and no timer to show for it.

    i think the problem is if the global cooldown > than time left on the timer, it gets reset to the global cooldown. and since it's a new timer, and under the duration threshold, it gets hidden. at least that's what it appears to be. if i lower the duration threshold you can see the timer getting reset to the global duration.

    Reply Report Permalink
  • Hey, I love the addon... I have one problem, though. A few months ago, OmniCC worked on Debuffs, it counted the time down on the debuffs themselves. It doesn't so that anymore, it only shows the countdown on my action-bar.

    How can I fix this? Please help. Thanks.

    Reply Report Permalink
  • Tuller said 

    Check out the faq on how to make OmniCC show/hide on things.

    Reply Report Permalink
  • psino said 

    Tuller: can you make it possible to change the X/Y position of the cooldown count (with a custom font I'm using its noticably off-center when scaling up the size). Thanks in advance :)

    Reply Report Permalink
  • Tuller said 

    I may end up adding this option, but I think it would be best suited to a cooldown addon that actually knows what stuff it is displaying timers for (something like a button facade version of a cooldown count thingy), since the adjustments you make will apply to both action buttons and buffs.

    Reply Report Permalink
  • psino said 

    I guess what I'm asking for is to be able to set the Anchor position.

    i.e:

    local text = timer:CreateFontString(nil, 'OVERLAY')
    text:SetPoint('CENTER', 0, 1)

    at around line 230 in full.lua, being able to configure it to anchor to 'BOTTOM', for example, solves my use-case :)

    Reply Report Permalink
  • How did you get seconds to show up? I check the MM:SS: option in the addons menu but nothing changes.

    Reply Report Permalink
  • I downloaded omnicc and everything works fine for my character, but when it comes to my pet its not counting it down for me.

    Reply Report Permalink
  • Tuller said 

    Check the wiki for how to adjust OmniCC

    Reply Report Permalink
  • f2ip said 

    is it possible for this mod to add a duration timer for dots or hots that do not have cooldowns? for example a hunter's serpent sting or a priest's renew.

    Reply Report Permalink
  • Tuller said 

    You're going to want something like Inline Aura.

    Reply Report Permalink
  • f2ip said 

    it seems that it does show duration on the target frame, however, i am wondering if it would be possible for the duration to show up on the action bars. i'm currently using dominoes.

    Reply Report Permalink
  • Bug report: Raise Dead of Death Knight CD is not shown unless some seconds pass.

    Reply Report Permalink
  • you're so right, disregard, my bad.

    Reply Report Permalink
  • Sephon said 

    I have been trying to figure it out but since the most recent release, the CD timers will now show up on all of my bars only some of them. I use dominos for bar management, and most notably, bar 1 seems to mess up quite often and not show the CD timer. The other bars are sporadic.

    Reply Report Permalink
  • Tuller said 

    check out the faq for getting omnicc to hide/show on things.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 28,546 Deadly Boss Mods Boss Encounters, and Combat
  2. 14,729 Recount Combat
  3. 7,018 BigWigs Bossmods Boss Encounters, and Combat
  4. 3,857 Omen Threat Meter Boss Encounters, and Combat
  5. 3,118 Decursive Buffs & Debuffs, Boss Encounters...