ChocolateBar Broker Display
ChocolateBar will create a bar on top or bottom of your screen where other addons called broker plugins can display stuff like your fps.
Example Bar:
Main Features
- Easy setup, install & go!
- Multiple bars - top or bottom as many as you want.
- Left, right and center alignment.
- Support for icon colors and coordinates like used by TomTom.
- Easy config, simply drag a plugin and drop points will show. The idea is to easily disable a plugin or toggle its text. See pics.
- Load-on-demand options, and small memory footprint.
- More Chocolate - a broker plugin to show a bar that will autohide again. Great for launchers or other plugins you don't need visible all the time:)
Options for:
- Show bars on mouse over only.
- Hide bars in combat.
- Hide bars during a pet battle.
- Set a fixed width for any plugin.
- Change textures, font, colors and a lot more...
Where to get plugins?
Data Broker category on WoWInterface
Updated list
Usage
Right click the bar or type "/chocolatebar" to open the options menu.
You can help with the localization, just go to: http://www.wowace.com/projects/chocolatebar/localization/
You miss a feature or found a bug? I look forward to your feedback.
Everyone here that is having the issue with Curse Forge reporting that the latest update for this addon is corrupt.
I have found that there is an issue with the one .toc's in the file. I have had to update the 4 .toc's in the file to correct this issue.
One of the .toc's has a incorrect interface version number. I have edited all 4 .toc's in the file to their correct versions and the issue has cleared.
The versions affected are:
ChocolateBar.toc
ChocolateBar-BCC.toc
ChocolateBar-Classic.toc
and
ChocolateBar-Mainline.toc
Thanks kiatra for as great addon, been loving it for quite a few years and appreciated that you got back with me on my e-mail to you.
In reply to bludwulf62:
Be nice if you could be more specific. I put 90205 in the first line of each of those .toc files and it did not help.
The first line of each of those files now reads
## Interface: 90205
In reply to dcjohnston54:
dcjohnston54,
I just reviewed my toc's for this and the only one now that has
the interface of 90205 is ChocolateBar-Mainline.toc
for some reason ChocolateBar.toc has 90105 and
ChocolateBar-BCC.toc has it original as 20504 and
ChocolateBar-Classic.toc has it's original as 11403.
Don't change these to 90205 or 90105 those are their respective game interfaces.
I'm testing ChocolateBar.toc again by changing it back to 90205 and see
if curse changes it back again.
But so far Curse is not reporting that it is corrupt anymore.
Keep getting a warning in the Curseforge app the addon might be corrupted.
I have no idea why, but I updated to version 3.8.2 and the game acts like it's not there at all. doesn't see it so I reinstall 3.8.1. and now It's the same thing with 3.8.3. just flat out doesn't see it. Not in the addon list nothin, the folder is in the addon's folder like it should be, but the game doesn't see it. This was Retail.
In reply to fooinfinity:
There was no major changes in 3.8.2. Did it work with installing 3.8.1 again?
In reply to kiatra_:
Yes, in fact I had to revert it back to 3.8.1. to use it.
edit: just updated to 3.8.4 and it's working fine now on retail.
Versions 3.8.2 should fix the lua error after first login.
In reply to miarenn:
Still getting lua error from CB_PlayedTime.lua in TBC. Character name is still nil at first login.
I guess the problem is, that the getPlayerIdentifier() function is called multiple times because of the added timer in 3.8.2, but getPlayerIdentifier() itself isn't handling a possible nil name value, thus throwing a lua error.
In reply to kazso2:
Thanks, please let me know if you still encounter this error with 3.8.31 :)
In reply to kiatra_:
I had changed my local copy to this recently, I should have posted here but slipped my mind.
In reply to kiatra_:
I still get this sporadically with latest
In reply to kiatra_:
Seems to be fixed now. No error after login.
I'm getting this error when I log on after patch 9.2 went live.
8x ChocolateBar\modules\CB_PlayedTime.lua:70: bad argument #2 to 'format' (string expected, got nil)
[string "=[C]"]: in function `format'
[string "@ChocolateBar\modules\CB_PlayedTime.lua"]:70: in function <ChocolateBar\modules\CB_PlayedTime.lua:65>
[string "@ChocolateBar\modules\CB_PlayedTime.lua"]:78: in function <ChocolateBar\modules\CB_PlayedTime.lua:77>
Locals:
(*temporary) = "%s-%s"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "string expected, got nil"
.
In reply to twitchmodianz:
Commented out lines 48 and 49 of CB_PlayedTime_Options.lua as stated above. Still receiving the error when I log in. Are you sure this is correct?
Thanks.
In reply to DarkLimpan:
As a temporary measure you should be able to change this on L67 of CB_PlayedTime.lua
From:
To:
In reply to Kojiyaru:
That didn't appear to fix anything for me, still getting the same lua error. Nothing seems broken with the bars, though.
It doesn't seem to trigger a lua error every time I log on, for some reason.
In reply to DarkLimpan:
Hmm strange that should fix it. Try the new version and let me know if you still have the error.
In reply to miarenn:
For me 3.8.1-bcc still throws an error, because GetPlayerInfoByGUID(UnitGUID("player")) in CB_PlayedTime.lua will not return my player name when I log in the first time. After UI reload it's ok.
I modified the code this way, which solved my problem: