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
Shadowlands?
8.0 bfa
http://img.nga.178.com/attachments/mon_201807/26/a7Q5-6qmiZn.rar?filename=Comergy_Redux.rar
Hello 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
robfaie
Last active Mon, Aug, 29 2016 11:57:34
does 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.
You 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
To-Do:
. Update to Legion Extension
Any chance this will be updated soon? Feel so lost without it :(
To 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.
Please update it for Legion :<
Not showing health bars player and target.
Is not working "Bg color".
Please, don't stop updating it! :( The one that Blizzard added sux, I'd prefer to use this addon in Legion.
Setting 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!
I really like the addon, but somehow it does not track my combo points, would love to see it working again.
Hello, here is another satisfied user of nice addon Comergy. Please update it for 7.0.3, thank you :-)
I 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 :-)
Is 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.
I'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?
Definitely 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.
I 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.