Eclipse Bar Plus
This addon has been created to add some extra functionality to the Eclipse Bar for Balance Druids in Cataclysm. The way Blizzard implemented the bar is quite static. It's not able to move and is locked to the player frame. Also it does not offer much extra functionality.
With EclipseBarPlus we made several changes and improvements to the way the standard eclipse bar works.
You can access the configuration screen for this addon with /ebp. It is also listed in the addon configuration in the WoW interface settings.
The addon has been released. Waiting for feedback and comments. If you come up with a suggestion or bug, please use the ticket tracker. Also we are looking for people willing to add some languages to this addon. Please use the URL at the bottom of this description to do so.
Bugs/feature requests
Please enter any bugs or feature request as a ticket on the ticket tracker.
It is simply not possible for us to track all bugs inside the comments on the Curse page, so posting it there might very well cause your bug or feature request to be overlooked. URL of the ticket tracker: http://www.wowace.com/addons/eclipsebarplus/tickets/
Changes made
- Added a custom configuration screen
- Detached the bar from the playerframe
- Made the bar moveable
- Made the bar scaleable
- Possibility to show/hide the original Blizzard eclipse bar
- Possibility to only show the bar when in combat
- Possibility to only show the bar when in moonkin form
- Customizing the display of values on the bar:
- Font of value on the bar is scaleable
- Power can be displayed in both positive (solar) as negative (lunar) power
- Power can be displayed as a percentage instead of the actual power
Future options
- Possibility of skinning the bar
Status of project
- Addon is functional, waiting for feedback :-)
Stuff still to do
- Add more localization
We would greatly appreciate it if people would take the time to translate this addon to different languages.
Please visit http://www.wowace.com/addons/eclipsebarplus/localization/ to add a localization.
Languages still needed:- Spanish (also Latin American)
- Russian
- Chinese (both traditional and simplified)
if GetMasteryIndex(GetActiveTalentGroup(false, false)) == 1 then
TO
if GetPrimaryTalentTree() == 1 then
Then save the file and reload your addons. I'm not sure if this behavior is exactly what the author intended, but at least I have a bar now that can be moved.
Blizzard decided to remove GetMasteryIndex() and replace it with GetPrimaryTalentTree().
Fixed it in 0.8.1 :)
Unfortunately, I can't seem to get it to work (current PTR build 13131). The bar doesn't seem to show up anywhere when enabled, and the option to hide the default Blizz bar will hide it correctly for some time, though it will be back upon UI reload, even though the "hide" check box remains selected. Is there something I'm missing, or is there another addon that it's dependent upon?