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
-
View User Profile
-
Send Message
Posted Dec 7, 2020Shadowlands?
-
View User Profile
-
Send Message
Posted Sep 27, 20188.0 bfa
http://img.nga.178.com/attachments/mon_201807/26/a7Q5-6qmiZn.rar?filename=Comergy_Redux.rar
-
View User Profile
-
Send Message
Posted Jan 11, 2017Hello Robfaie,
your job on this addon is incredible. This is the single best addon I use as a rogue. I was wondering if this is still being updated because I love it very much. It's neat/small and easy to configure. Great design !
My request : since 7.1.5, Anticipation got a 10 CP buff but the addon still registers 8 CP as maximum. Any ways to update this ?
Best regards,
Totemik3
-
View User Profile
-
Send Message
Posted Jan 24, 2017robfaie
Last active Mon, Aug, 29 2016 11:57:34
-
View User Profile
-
Send Message
Posted Oct 21, 2016does anyone know how to get the background working? That's the only part for me that sucks because I need to add splits in my bar for multiple different attacks so I know how close I am to using it....without the background you have to kind of guesstimate because you can't see the split or you have to watch the actual number.
-
View User Profile
-
Send Message
Posted Oct 8, 2016You can get target/player health bars working by making below changes ... however this leaves them with a static texture.
this is the file to update:
[Drive you have wow installed on]:\Program Files (x86)\World of Warcraft\Interface\AddOns\Comergy_Redux\comergy.lua
comment out lines (add the -- in front)
2434:
--playerBar:GetStatusBarTexture():SetTexture(playerBar.curValue[2], playerBar.curValue[3], playerBar.curValue[4])
2441:
--targetBar:GetStatusBarTexture():SetTexture(targetBar.curValue[2], targetBar.curValue[3], targetBar.curValue[4])
Add lines bolded lines below (around line 1727)
if (Comergy_Settings.ShowPlayerHealthBar) then
playerBar:SetStatusBarTexture(ComergyBarTextures[Comergy_Settings.BarTexture][2])
playerBar:Show()
else
playerBar:Hide()
end
if (Comergy_Settings.ShowTargetHealthBar) then
targetBar:SetStatusBarTexture(ComergyBarTextures[Comergy_Settings.BarTexture][1])
targetBar:Show()
else
targetBar:Hide()
end
-
View User Profile
-
Send Message
Posted Sep 23, 2016To-Do:
. Update to Legion Extension
-
View User Profile
-
Send Message
Posted Sep 11, 2016Any chance this will be updated soon? Feel so lost without it :(
-
View User Profile
-
Send Message
Posted Sep 4, 2016To the rogues who can't survive without this addon:
I've made a very small change to the main script which allows it to correctly track combo points again. It isn't efficient, but it works. I did not fix the health bar display as I do not use it, but in case you want it,
just replace the comergy file in your Addons/Comergy_Redux/ folder with
https://drive.google.com/open?id=0Bw0DCN6-9fRJLVFUNnAzUWt3MG8
This does not work with the talents which increase your combo points past five, sorry, I am lazy.
Disclaimer: I am not the developer.
-
View User Profile
-
Send Message
Posted Sep 1, 2016Please update it for Legion :<
-
View User Profile
-
Send Message
Posted Aug 28, 2016Not showing health bars player and target.
Is not working "Bg color".
-
View User Profile
-
Send Message
Posted Aug 20, 2016Please, don't stop updating it! :( The one that Blizzard added sux, I'd prefer to use this addon in Legion.
-
View User Profile
-
Send Message
Posted Aug 10, 2016Setting up my warrior - rage bar works fine, but I cannot display my health. Hope you can let us know if you'll be supporting this for Legion soonish. Thanks!
-
View User Profile
-
Send Message
Posted Aug 9, 2016I really like the addon, but somehow it does not track my combo points, would love to see it working again.
-
View User Profile
-
Send Message
Posted Jul 27, 2016Hello, here is another satisfied user of nice addon Comergy. Please update it for 7.0.3, thank you :-)
-
View User Profile
-
Send Message
Posted Jul 22, 2016I don't know how to play these classes if i leave this addon. So,is someone able to update this one for 7.0 please? Thank you very much.And,another request, change the Destruction Warlock's points like the ClassMonitor for 6.2 please.I love the Comergy Redux :-)
-
View User Profile
-
Send Message
Posted Jul 20, 2016Is someone able to update this one for 7.0 please? While it is said it isn't working for 6.2, it was. It would be nice to have it working for Legion also :-) I love this addon and find others too restrictive. Furthermore, Comergy allow you to use it with many classes.
-
View User Profile
-
Send Message
Posted Jul 21, 2016I've heard from a few people that it's working fine for them. The settings window will come up for me but I can't find the actual energy bar anywhere! With my normal rune addon totally broken I'm desperate for comergy back. It was the only other rune addon I can tolerate and it was my favorite energy/rp bar.
If anyone sees this who knows a command to show or hide the energy bar or figure out where it's hiding could you please help?
-
View User Profile
-
Send Message
Posted Jul 22, 2016Definitely not working for me but yes, it would be a shame to pick another addon. I think I'd rather make Weak Auras instead. Other addons enough customisable if you ask me.
-
View User Profile
-
Send Message
Posted Jul 27, 2016I pushed through a beta build that should fix combo points and a few minor things. I'll address more as I have time to. Probably minor things during the week, and one or two large things like insanity over the weekend.