Download
(183Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 04-22-23 01:36 PM
Addon for:
OmniCC.
Pictures
File Info
Compatibility:
Embers of Neltharion (10.1.0)
WOTLK Patch (3.4.1)
Classic (1.14.3)
TBC Patch (2.5.4)
Updated:04-22-23 01:36 PM
Created:07-07-10 07:20 PM
Downloads:22,207
Favorites:127
MD5:

OmniCC Beta  Popular! (More than 5000 hits)

Version: 10.1.0-beta1
by: Tuller [More]

This is the beta version of OmniCC. Odds are, there will be bugs
The latest stable version of OmniCC can be found here.


Confused? Check the Wiki!

Changes since Waffles

  • 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
    Code:
    /omnicc setengine classic
  • To switch back to the Animation engine, use
    Code:
    /omnicc setengine animation

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

OmniCC Changelog

10.1.0
  • Update TOCs for 10.1.0

10.0.5
  • Update TOCs for 10.0.7

10.0.4
  • Update TOCs for 10.0.5

10.0.3
  • Update TOCs for 3.4.1

10.0.2
  • Update TOCs for 10.0.2
  • NOTE: OmniCC's options menu is now no longer a part of the main options menu, to avoid issues introduced with Dragonflight's UI changes. To bring up the options menu, use either the /omnicc or /occ slash commands.

10.0.1
  • Tagging as release

10.0.0
  • Update TOCs for 10.0.0

9.2.1
  • Updated TOCs for 9.2.5, 3.4.0, 2.5.4, and 1.14.3.

9.2.0
  • Updated TOCs for 9.2.0, 2.5.3, and 1.14.2

9.1.6
  • Whoops, I forgot that 9.1.5 introduced a new Maximum Cooldown Duration setting (thanks Lyrex)
  • Setting the maximum duration slider to 0 will enable cooldowns of any duration
  • Adjusted default for max duration to be 0 instead of 600

9.1.5
  • TOC updates for 1.14.1 and 9.1.5

9.1.0
  • TOC updates for WoW 9.1.0

9.0.10
  • Update TOCs for Burning Crusade Classic

9.0.9
  • Update TOCs for 1.13.7

9.0.8
  • The cooldown opacity setting is now only applied when set at an opacity value under 100%
  • Update TOCs values for 9.0.5

9.0.7
  • Updated Korean translation (thanks, WetU)
  • Updated Russian translation (thanks mone-ennen)
  • Fixed an issue when upgrading from OmniCC versions prior to 8.1 or so
  • Added a setting to disable auto disabling of blizzard cooldown text /run OmniCC.db.global.disableBlizzardCooldownText = false; ReloadUI()

9.0.6
  • Replaced the Draw Cooldown Swipes with a Cooldown Opacity slider
  • Updated Russian Localization (thanks, Artur91425)

9.0.5
  • Update TOCs for 1.13.6
  • Add a nil check when deciding to hide cooldown spirals or not
  • Build process updates

9.0.4
  • Updated TOCs for 9.0.2

9.0.3
  • Fix cases where cooldowns may not properly refresh

9.0.2
  • Fixed an error for when OmniCC attempts to display configuration for rules with missing id values

9.0.1
  • Apply default rulesets only when a profile is first created. This fixes an issue with deleting the defaults.

9.0.0
  • Finish effects will now trigger immediately for cooldowns that are soon to complete, but were overridden by the GCD.
  • Added a new setting, Timer Offset, to adjust the end point for timers to account for things like spell queue windows and latency.
  • Added predefined rules for Action Bars, nameplates, and auras
  • Updated TOCs for the Shadowlands pre-patch

8.3.6
  • Deferred loading of OmniCC_Config until you either use /omnicc or click on it in interface options
  • Updated Ace3 packages for compatibility with World of Warcraft Shadowlands
Post A Reply Comment Options
Unread 11-14-10, 12:18 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Thanks! Also, OmniCC 4 has been released.
Report comment to moderator  
Reply With Quote
Unread 11-14-10, 10:02 AM  
Enkidu
A Kobold Labourer

Forum posts: 0
File comments: 63
Uploads: 0
Awesome.

I love what you've done with the new configuration, it's beyond awesome being able to configure how you want cooldowns to look on (even) a freaking per button basis.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 11-13-10, 12:42 PM  
shinx
A Defias Bandit

Forum posts: 2
File comments: 75
Uploads: 0
Originally posted by Tuller
NivBuffs doesn't use cooldown models to display cooldowns, so OmniCC cannot work on it.
Thats not right! if i use default setings ominicc works with nivbuffs?!

btn.cd.noCooldownCount = true, set to false in niv lua
showDurationSpiral = false, set to true in config lua

and omnicc work but only in default modus
Last edited by shinx : 11-13-10 at 12:47 PM.
Report comment to moderator  
Reply With Quote
Unread 11-13-10, 11:43 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
NivBuffs doesn't use cooldown models to display cooldowns, so OmniCC cannot work on it.
Report comment to moderator  
Reply With Quote
Unread 11-13-10, 09:53 AM  
shinx
A Defias Bandit

Forum posts: 2
File comments: 75
Uploads: 0
Hi, please help me to get omnicc work with nivBuffs.

/Framestack says

nivBuffs_Buffs
nivBuffs_Debuffs

I add this to the Rules but it doent work
Report comment to moderator  
Reply With Quote
Unread 11-12-10, 09:55 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
That's fixed in the development version.
Report comment to moderator  
Reply With Quote
Unread 11-12-10, 07:14 AM  
Avitus
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 33
Uploads: 3
Hey Tuller,

OmniCC_Config\widgets.xml is referencing a file that doesn't exist, there's no OmniCC_Config\widgets\optionsPanel.lua.

FrameXML.log:

Code:
** Loading table of contents Interface\AddOns\OmniCC_Config\OmniCC_Config.toc
++ Loading file Interface\AddOns\OmniCC_Config\widgets.xml
Error loading Interface\AddOns\OmniCC_Config\widgets\optionsPanel.lua
Report comment to moderator  
Reply With Quote
Unread 11-12-10, 12:32 AM  
Narghul
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 7
Uploads: 1
Originally posted by Tuller
Do you have steps to reproduce that?
I'm going to test if the same bug appears with the new update, posting later today

Tested it just now and I haven't been able to reproduce the error. But just in case it reappears - I had configured Weak Auras to show cooldown timers on my spells, but realized it was a bit overdoing it, so I decided to remove the cooldown timers and after that the error starting spamming me. OmniCC was controlling the timers on the icons btw..
Last edited by Narghul : 11-12-10 at 12:50 AM.
Report comment to moderator  
Reply With Quote
Unread 11-11-10, 07:02 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
SWEET WAFFLES!

/bows graciously
Report comment to moderator  
Reply With Quote
Unread 11-11-10, 05:15 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Do you have steps to reproduce that?
Report comment to moderator  
Reply With Quote
Unread 11-11-10, 02:48 PM  
Narghul
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 7
Uploads: 1
Getting this error in beta10

[21:47:21] Interface\AddOns\OmniCC\timer.lua:144: <unnamed>:SetFormattedText(): Font not set
[C]: ?
[C]: in function `SetFormattedText'
Interface\AddOns\OmniCC\timer.lua:144: in function `UpdateText'
Interface\AddOns\OmniCC\timer.lua:191: in function `UpdateShown'
Interface\AddOns\OmniCC\timer.lua:87: in function `Start'
Interface\AddOns\OmniCC\timer.lua:400: in function <Interface\AddOns\OmniCC\timer.lua:376>
[C]: in function `SetCooldown'
Interface\FrameXML\CompactUnitFrame.lua:705: in function `CompactUnitFrame_UtilSetDebuff'
Interface\FrameXML\CompactUnitFrame.lua:573: in function `CompactUnitFrame_UpdateDebuffs'
Interface\FrameXML\CompactUnitFrame.lua:347: in function `CompactUnitFrame_UpdateAuras'
Interface\FrameXML\CompactUnitFrame.lua:85: in function <Interface\FrameXML\CompactUnitFrame.lua:46>
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 04:08 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
@TBABlackPanther:
You're running an older version of the beta. Try installing a newer one.

@Kodewulf:
I thought I caught this earlier, but you don't happen to be running say, tullaCC and OmniCC at the same time, are you?
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 03:13 PM  
TBABlackPanther
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
Hi, i got this error on German Client:

1x OmniCC-4.0.beta8\timer.lua:129: attempt to perform arithmetic on field 'start' (a nil value)
OmniCC-4.0.beta8\timer.lua:88: in function `Start'
OmniCC-4.0.beta8\timer.lua:415: in function <OmniCC\timer.lua:393>
<in C code>: in function `SetCooldown'
PitBull4_Aura-v4.0.0-beta17-3-g202201e\Update.lua:539: in function <PitBull4_Aura\Update.lua:472>
PitBull4_Aura-v4.0.0-beta17-3-g202201e\Update.lua:669: in function <PitBull4_Aura\Update.lua:602>
PitBull4_Aura-v4.0.0-beta17-3-g202201e\Update.lua:788: in function `UpdateAuras'
PitBull4_Aura-v4.0.0-beta17-3-g202201e\Aura.lua:86: in function `UpdateFrame'
PitBull4_Aura-v4.0.0-beta17-3-g202201e\Update.lua:982: in function `OnUpdate'
PitBull4_Aura-v4.0.0-beta17-3-g202201e\Aura.lua:32: in function <PitBull4_Aura\Aura.lua:29>

Locals:
self = <unnamed> {
abRatio = 0.47222222222222
text = <unnamed> {}
0 = <userdata>
updater = <unnamed> {}
cooldown = PitBull4_Cooldown_16 {}
}
start = 327588.511
duration = 14.593

---
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 02:59 PM  
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 102
Uploads: 3
Cooldown effect not playing sometimes isn't fixed by the latest changes. Though it's failing a lot less often so I think you're on the right track.
Last edited by Mikari : 11-10-10 at 03:03 PM.
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 09:14 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
The 50d bug should be "resolved", though I've not tested it for confirmation. Instead of estimating a cooldown, which may be inaccurate, I've opted to simply not display text for that situation.

The fixes I implemented should also hopefully resolve the cooldown effect not showing up thing.

I'm hoping at this point I've squashed enough bugs to think about doing a full release. Other than finishing up the new guide, the only thing I think I may want to do is implement an upgrade script from 3 to 4.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: