Download
(42 Kb)
Download
Updated: 09-25-2010 09:14 AM
Pictures
File Info
Updated:09-25-2010 09:14 AM
Created:09-02-2010 06:03 PM
Downloads:10,049
Favorites:42
MD5:
OmniCC (Cataclysm)  Popular! (More than 5000 hits)
Version: 3.1.4
by: Tuller [More]
This is the Cataclysm version of OmniCC. The latest stable version of OmniCC can be found here.

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:
The OmniCC FAQ can be found here


GitHub:
OmniCC development has moved from GogleCode to GitHub. The intention is to make it easier for people to fork/contribute to OmniCC development (and also for me to learn about git). Writing code for me typically gets your request implemented faster than asking me to write it myself :P


Submitting bugs & feature requests:
In order of preference, here's where you should submit bug reports and feature requests:
  1. GitHub
  2. Here on WoWI
I read/have RSS feeds for everywhere, so don't think too much about it
3.1.4
* Synced changes from 3.1.4 (Super duper 0:59 seconds display fix)

3.1.3
* Synced changes from 3.0.3 (0:59 seconds display fix)

3.1.cata4
* Synced changes from 3.0.2 (90 seconds display removal, tooltip fixes)

3.1.cata3
* Synced changes from 3.0.1 (Removed 0 seconds display, adjusted scaling algorithm)

3.1.cata2
* Synced changes from 3.0.0

3.0.cata1
* Initial Cataclysm release
Optional Files (0)


Archived Files (5)
File Name
Version
Size
Author
Date
3.1.3
42kB
Tuller
09-24-2010 06:08 PM
3.1.cata4
41kB
Tuller
09-22-2010 06:34 PM
3.1.cata3
41kB
Tuller
09-20-2010 08:14 PM
3.1.cata2
41kB
Tuller
09-19-2010 01:13 PM
3.0.cata1
40kB
Tuller
09-02-2010 06:03 PM


Post A Reply Comment Options
Old 10-13-2010, 08:38 AM  
Pup
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 17
Uploads: 2
Originally posted by Pup
Cheers for the reply, however adding this didnt change the current behaviour. The code ran without error, but the cooldown texts still remained.

I do have another odd behaviour with blizzards own cooldown frames, so I suppose its possible my issue lies with that.
I worked on this again today, and managed to sort this problem out (I was calling the omnicc update before I had set the noCoooldownCount variable on my buttons *doh*).

Also, since the cooldown frames I had created were given nil for the name, the blacklisting wasnt working for me, but now I create them with a proper name that all works fine too.
Pup is offline Report comment to moderator  
Reply With Quote
Old 09-09-2010, 04:44 PM  
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 71
Uploads: 7
I hope I'm posting this in the right place, but I was trying OmniCC in beta and it works just fine. Although I think I went to github to get a newer version or a newer merge or something.

Just wanted to ask, I noticed it now shows zeros on the bars. Compared to live this is something new. It's no biggie, just weirds me out a bit. Is this intended or am I missing any obvious option to control it?
__________________
Oh, the simulated horror!
Ailae is offline Report comment to moderator  
Reply With Quote
Old 09-07-2010, 06:55 PM  
Pup
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 17
Uploads: 2
Cheers for the reply, however adding this didnt change the current behaviour. The code ran without error, but the cooldown texts still remained.

I do have another odd behaviour with blizzards own cooldown frames, so I suppose its possible my issue lies with that.

Originally posted by Tuller
For the latter thing:
OmniCC.Timer:ForAllShown('UpdateShown')
Last edited by Pup : 09-07-2010 at 06:56 PM.
Pup is offline Report comment to moderator  
Reply With Quote
Old 09-07-2010, 05:43 PM  
Tuller
A Cliff Giant
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 70
File comments: 1535
Uploads: 36
For the latter thing:
OmniCC.Timer:ForAllShown('UpdateShown')

Originally posted by Pup
I get an error when trying to add something to the blacklist on the filtering panel :

Message: Interface\AddOns\OmniCC\config.lua:270: bad argument #1 to 'pairs' (table expected, got nil)
Time: 09/05/10 16:21:31
Count: 1
Stack: [C]: in function `pairs'
Interface\AddOns\OmniCC\config.lua:270: in function `ClearBlacklistCache'
Interface\AddOns\OmniCC\config.lua:197: in function `AddToBlacklist'
Interface\AddOns\OmniCC_Config\panels\filter.lua:50: in function `OnAddItem'
...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:331: in function `AddItem'
...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:120: in function `AddItem'
...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:68: in function <...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:66>

Locals: (*temporary) = nil
(*temporary) = "table expected, got nil"
= <function> defined =[C]:-1

On a side note, I have been editing my addon for cata, which has an option to hide omnicc text by setting the noCooldownCount flag. However, in WotLK when the user changed the setting I called OmniCC:HookCooldown() after it, so that it effected the display immediately. I noticed that this is no longer available, and was wondering what the suggested way of getting OmniCC to refresh was.

Currently, if I set noCooldownCount to false, the omnicc text appears immediately, but when i set it to true it doesnt effect it.
Tuller is offline Report comment to moderator  
Reply With Quote
Old 09-05-2010, 10:27 AM  
Pup
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 17
Uploads: 2
I get an error when trying to add something to the blacklist on the filtering panel :

Message: Interface\AddOns\OmniCC\config.lua:270: bad argument #1 to 'pairs' (table expected, got nil)
Time: 09/05/10 16:21:31
Count: 1
Stack: [C]: in function `pairs'
Interface\AddOns\OmniCC\config.lua:270: in function `ClearBlacklistCache'
Interface\AddOns\OmniCC\config.lua:197: in function `AddToBlacklist'
Interface\AddOns\OmniCC_Config\panels\filter.lua:50: in function `OnAddItem'
...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:331: in function `AddItem'
...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:120: in function `AddItem'
...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:68: in function <...nterface\AddOns\OmniCC_Config\widgets\listEditor.lua:66>

Locals: (*temporary) = nil
(*temporary) = "table expected, got nil"
= <function> defined =[C]:-1

On a side note, I have been editing my addon for cata, which has an option to hide omnicc text by setting the noCooldownCount flag. However, in WotLK when the user changed the setting I called OmniCC:HookCooldown() after it, so that it effected the display immediately. I noticed that this is no longer available, and was wondering what the suggested way of getting OmniCC to refresh was.

Currently, if I set noCooldownCount to false, the omnicc text appears immediately, but when i set it to true it doesnt effect it.
Last edited by Pup : 09-05-2010 at 11:53 AM.
Pup is offline Report comment to moderator  
Reply With Quote
Old 09-04-2010, 02:07 PM  
Tuller
A Cliff Giant
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 70
File comments: 1535
Uploads: 36
That's the expected behavior, yes.
Tuller is offline Report comment to moderator  
Reply With Quote
Old 09-04-2010, 12:48 PM  
Enkidu
A Kobold Labourer

Forum posts: 0
File comments: 47
Uploads: 0
GCD

All abilities will show the gcd timer when set to show under 1.5 seconds.
Last edited by Enkidu : 09-04-2010 at 01:15 PM.
Enkidu is offline Report comment to moderator  
Reply With Quote
Old 09-04-2010, 09:00 AM  
Tuller
A Cliff Giant
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 70
File comments: 1535
Uploads: 36
Its already implemented via the blacklist option.
Last edited by Tuller : 09-04-2010 at 09:01 AM.
Tuller is offline Report comment to moderator  
Reply With Quote
Old 09-04-2010, 08:14 AM  
P0t
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hey can u add an option to disable the cd/flashing for the pet bar?
P0t is offline Report comment to moderator  
Reply With Quote
Old 09-03-2010, 09:43 PM  
Tuller
A Cliff Giant
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 70
File comments: 1535
Uploads: 36
Re: What does it do?

Originally posted by Okata
Somewhere in your comments you should explain what this is.
I do, provided you look at the base addon :P
Tuller is offline Report comment to moderator  
Reply With Quote
Old 09-03-2010, 05:03 PM  
Okata
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
What does it do?

Somewhere in your comments you should explain what this is.
Okata is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: