Description
This addon is a collection of modules to display various informations ingame about the game, your character, friends, guild and many many more. :)
Recommentation
It is recommended to use this addon with a data broker display addon...
Broker (Modules)
See List of Modules
New guild module (since version 3.12.0)
The rewritten version has different scroll areas for applicant and member tables.
An optional background color highlights the scroll area for each table.
I hope you enjoy it. Feedback would be nice. ;-)
Important
For Iconsets and Localization
I have add some php scripts. the script generates the 3 example files for iconset and localization.
I will try to use the php script in this folder to keep all examples up to date... :)
ElvUI / TukUI skin support missing?
Please install/enable the addon AddOnSkins or AddOnSkins Classic.
It is not a plugin from ElvUI/TukUI, but it is required to help other addons support ElvUI/TukUI skins.
Known bugs
• GPS/Location/ZoneText: Currently the transport menu has a problem with items that must be equipped before use.
Icon sets support?
A few years ago i added support for icon sets. My coal was support third party addons to change the icons used by modules from broker_everything.
An outdated demo can be found here.
Bug reports, feature requests and Support
Please use the Issues page for bug reports and feature requests.
Localization
Do you want to help translate this addon?
Credits
Thanks to Hungtar for the original Broker_Everything and Ekaterina for futher developing.
WowInterface and Curse community for an amazing amount of help.
WowInterface and Curse community for an amazing amount of help.
Expansion filter for mission module doesn't work. I have made a patch to fix it
Why was my last post marked as SPAM?
There was nothing SPAM about it.....
Is there a module to handle Covenant renown and mission table?
Sorry about missing libraries.
Currently curseforge packager looks like disabled since Nov. 30th. I must use a bash script to build new zip files with libs and localizations but this script was more strict on parsing pkgmeta file than expected and has ignored the lines with library sources.
In reply to hizuro_de:
nice one, curse. that must be incredibly annoying.
In reply to speedwayst4r:
Relocating a server backend is not an easy matter. You always have to expect problems and then it is important to set priorities.
I wanted to try BigWigs' Packager script at some point anyway. Now i was forced to do it.
I wanted to switch to Linux for a few years. I bought an AMD Ryzen in 2017 and Windows 10 didn't like that. Since 2017 I only work and play under linux. :-P
Sometimes an annoyance can have interesting consequences. ;-)
Worked! Thanks :) <3
3.15.7-released shipped without the /lib folder, and thus doesn't work. solution: download 3.15.3-release, copy the /lib folder from that into 3.15.7, reloadui, profit.
.
Last version is giving me 10+ errors at the login. Had to rollback to 3.15.3
In reply to Galthariel:
Yep latest version is completely broken.
In reply to Carnitaas:
I can confirm as well. Addon will show in the list, but all of your plugins will be gone from your bars, and no options are available in the interface panel.
After updating this, logging in, seeing the errors and rolling back to 3.15.3 as well in hopes it would magically restore my custom settings but no luck. The default settings appear reset/changed and have to be recreated..
In reply to Galthariel:
Confirm 3.15.3 works.
Issue:
GPS module doesn't have portals/teleports to Oribos.
Resolution:
Edit line 442 and 443 of \Interface\AddOns\Broker_Everything\modules\gps.lua .
I downloaded this with Bazooka, but I don't see it in the AddOns section, the Bazooka plugins, or on the minimap.
The guild module doesn't seem to be dynamically updating. There have been times where I comment based on where I see someone in the list and they are somewhere completely different. I have to bring up the guild interface for it to actually update. Also I cannot seem to get it to sort how I want no matter how the guild roster is sorted in game the list doesn't sort that way.
Getting the following error when i hover of my friends broker module on version 3.15.1-release
Message: ...terface\AddOns\Broker_Everything\modules/friends.lua:387: attempt to concatenate field 'realmName' (a nil value)
Time: Mon Nov 23 13:07:10 2020
Count: 1
Stack: ...terface\AddOns\Broker_Everything\modules/friends.lua:387: attempt to concatenate field 'realmName' (a nil value)
Thank you for the addon and maintenance!
In reply to Kringolio:
Oh. Interesting. I will change the code and hope you can tell me more about the nameless realm. it could be a classic realm that is not known by LibRealmInfo ( https://github.com/janekjl/LibRealmInfo.git ). I hope on a text like "Realm [id: 0000] (Classic?)". The id and the name of this realm would be nice. Or you report it on github directly. ;-)
Edit: I don't know why but X must have deactivated the issue tracker. Or did he/she block me?
Hi hizuro_de,
First of all thank you for Broker Everything, this addon is amazing and has taken over several other addons I had for a single more polished design. =)
I would like to make a request. On Currency, we are limited by 4 currencies only to display on the menubar. I found that this is just a one line setting on currency.lua, line 14. Changed that from 4 to 15 in my case and now I can have all my currencies, however whenever there is an addon update I must remember to change this back to 15.
My request then is to allow us to define that number, or increase the default from 4 to 10 or make some magic like "Number of Current Currencies" + 1. You got the idea.
Thank you again!