Comergy Redux
Comergy Redux is an add-on for monitoring players power. It currently supports all primary powers and most secondary. It allows for many customizations including colors, sound notifications, bar partitioning, size, orientation, and textures.
Use /comergy or /cmg to open the setting window.
Special thanks to yjoe61, the author of the original Comergy, for allowing me to expand and update this add-on.
Now on Icebox
Features:
- Custom colors and sizes
- Horizontal, and vertical bars
- Custom textures
- Partitionable power bar
- Separate Dual-spec settings
- Optional player health and target health bars
Support:
- Energy
- Focus
- Rage
- Runic Power
- Mana
- Combo points
- Chi
- Shadow Orbs
- Holy Power
- Runes
- Soul Shards
- Burning Embers
- Demonic Fury
To-Do:
- Add support for eclipse
- Complete rewrite using Ace3
AERPMA
Hi,
I might have found a bug on this Addon.
Again playing as a feral druid:
When you'll use your Predatory Swiftness Buff (currently only tested on Healing Touch on myself with the following macro, the addon will hide itself, when I'm reaching full energy.
Macro (it disables autoUnshift, so you stay in catform and not cancel to casterform and start to cast healing touch if the buff expired right before using this macro):
#showtooltip Healing Touch
/run SetCVar("autoUnshift",0)
/cast Healing Touch
/run SetCVar("autoUnshift",1)
The settings are on 'Hide Comergy out of combat'
'but show when energy/health not full'
So I thinks using the macro above will put me out of combat for the addon, because it is only hiding when I'm on full energy.
Getting out and in of combat will reset comergy, so it will not hide on full energy until healing touch is used again.
This problem only appears with the redux Version of Comergy (the old addon works fine on this).
Is your druid by chance a troll?
No, I'm playing a tauren druid
(it was a troll though)
Hmm. I'll look into it.
Hello,
I had been using the original Comergy for a long time (few years actually), and when MoP came out I tweaked it a bit to work for other powertypes (just like you did). I just dug a bit into the code and it seems like you changed a lot about the way the addon handles combo/ressource.
Currently the only drawback that I'm seeing from your implementation is that Anticipation charges are quite buggy. Seems like it is having troubles with combo colors when you have to handle Anticipation charges.
Otherwise, great job at maintaining the addon !
It's not so much a bug as a flaw in design. I have taken a different approache to anticipation in version 2 of the addon.
First of all I want to say Comergy is a great addon.
Is it possible get the flashing energybar working for ferals (berserk)?
I tried to simply add lines corresponding to berserk similar to the rogue cds, but it won't do the job.
[78] local SPELL_ID_BERSERK = 106951
[79] local SPELL_NAME_BERSERK
[1338] SPELL_NAME_BERSERK = GetSpellInfo(SPELL_ID_BERSERK)
[2074] [...] or (name == SPELL_NAME_BERSERK)) then [...]
[2090] [...] or (name == SPELL_NAME_BERSERK)) then [...]
Any Suggestions on this ?
Two things. The berserk buff for feral druids changed from 106951 to 173559 in 6.0.2. Also because this feature was intended as rogue only its setting can't be changed unless you are a rogue. You'll need to manually change it in the SavedVariables file. Alternatively if you love the feature and never want it to be off you can disable the check on line 2075 (by the line numbers you gave). The SavedVariable file will be located at:
World of Warcraft\WTF\Account\<account-number>\<server-name>\<character-name>\SavedVariables\Comergy_Redux.lua
It is always recommended you backup the file before you make any changes.
It is working now, thanks.
Since patch 6.0 I am no longer hearing the critical sound effect. This was a major thing I loved about this addon; it made crits so much more satisfying. Is there any chance this could possibly be fixed? Thanks! I couldn't live without this addon! :)
Thanks for bringing this to my attention. Blizzard has dropped support for mp3 in 6.0.2. Could you please install the beta r28 and let me know if it is fixed for you?
You can get r28 from this page:
http://www.wowace.com/addons/comergy-redux/files/25-r28/
I can confirm the sounds have been fixed. Thank you!
Thanks, I'll push it as a release.
It is a great addon. However, I will be very glad if you added possibility for rogues&ferals to look on their combo points without need to select target. Since 6.0.2 combo points de facto work like Chi or Holy power...
That is the idea. Today is my last day of classes, so this weekend I'll be doing a 6.0 update with that, and a handful of other things.
I absolutely love this addon for my rogue. It's super neat and works awsome as of 6.0.2. The only down-side I can't fix is that every time I log out, the addon completely reset (position and preferences). Didnt happen in 5.x
Interesting. I'll take a look. Is it the same for all your toons, or just one? You should try and move the settings file to somewhere else on your computer, so it starts fresh, and see if the problem persists.
The settings file will be located at "World of Warcraft\WTF\Account\<account number>\<server>\<character>\SavedVariables\Comergy_Redux.lua" There may also be a bak file. If there is a bak file, try copying both somewhere safe, and then delete the non bak from the SavedVariables folder, and remove the .bak from the other one.
Problem Fixed. Deleted both files and resetted. Thank you very much ! Keep up the good work ! This is my favorite addon. Hope we will ever see Comergy2 :)
It's in the works ;)
Hi,
Great addon so far. Glad you decided to keep the original one going. I have a request nonetheless, I keep having a message that say this in my chat :
[00:03:57] Rune:1 Type:1
[00:03:57] Rune:2 Type:1
[00:03:57] Rune:3 Type:3
[00:03:57] Rune:4 Type:3
[00:03:57] Rune:5 Type:2
[00:03:57] Rune:6 Type:2
[00:03:57] Rune:1 Type:1
[00:03:57] Rune:2 Type:1
[00:03:57] Rune:3 Type:3
[00:03:57] Rune:4 Type:3
[00:03:57] Rune:5 Type:2
[00:03:57] Rune:6 Type:2
It only happen on the DK ofc and can't do anything about it except deactive the addon (which I don't want). It popped up when 6.0.2 started off. I never had such thing before. Hope you can help.