Download
(22Kb)
Download
Updated: 01-22-10 03:56 PM
Updated:01-22-10 03:56 PM
Created:11-20-09 06:36 AM
Downloads:8,956
Favorites:88
MD5:

Broker Everything  Popular! (More than 5000 hits)

Version: 0.0.18
by: hungtar [More]

please accept my apology for abandoning this addon and not answering your support requests.

I don't play wow anymore and thus any request will remain unaswered.

When upgrading from 0.0.12 or earlier, your options will be reset! Sorry!

This is an AddOn with many Broker data displays. All displays feature tooltips and mouse click handlers (well, except for fps and latency). You will need a Broker Display!

Included data feeds:

  • zone text
  • durability
  • mail
  • calendar
  • bags
  • dual-spec
  • tracking
  • XP
  • gold
  • clock
  • location (coordinates)
  • FPS
  • latency
  • addon memory usage
  • friends
  • guild

If you don't want to see a data feed, configure your broker display to not show them or disable them with /be <name>. Use /be list to get a list of names and to see which data feeds are enabled or disabled. With /be labels labels on the data feeds can be toggled. Note: if starting the commands with /be does not work for you, use /broker_everything.

If you find any bugs or think something 'essential' (like as essential as a clock) is missing, please leave a comment.

Credits:
  • for multi-column tooltips tektip is used (by Tekkub)

version 0.0.18:
- changed name of zone text plugin so it can be disabled.

version 0.0.17:
- added Ampere as a third alternative to the right-click handler of the mem display.

version 0.0.16:
- multi-column tooltips for guild and friends broker.
- toc update.

version 0.0.15:
- removed reference to not existing init function in bags.

version 0.0.14:
- durability tooltip now shows repair costs.

version 0.0.13:
- reorganized sourcode.
- added guild member notes to guild.
- options have been reset, sorry!

version 0.0.12:
- when mail is used, hide the minimap mail frame permanently.
- when calendar is used, hide the minimap calendar frame permanently.

version 0.0.11:
- clock fix (TM).
- typo in gold tooltip.

version 0.0.9:
- it doesn't matter now which shift key you use in click-handlers.

version 0.0.8:
- shift + right-click to switch clock display between local and server time.

version 0.0.7:
- right clock on xp, clock and bags switches to/from alternative display mode.

version 0.0.6:
- added icons as suggested by kxuhx (thanks!).
- dual-spec will now show an placeholder icon before level 10.
- added ACP as an alternative to OptionHouse on right-click on mem.

version 0.0.5:
- option to limit the number of addons shown on mem tooltip (/be max_addons <number>).
- don't show offline friends.
- colored text for: bags, latency, fps and zone text.

version 0.0.4:
- added labels (disabled by default. toggle with /be labels).

version 0.0.3:
- slash command to enable/disable data feeds.

version 0.0.2:
- bags wasn't counting the backpack for total and free slots. oops.

version 0.0.1:
- first release.
Optional Files (0)


Post A Reply Comment Options
Unread 04-28-11, 01:16 PM  
AmiYuy
A Fallenroot Satyr
 
AmiYuy's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 73
Uploads: 1
Report comment to moderator  
Reply With Quote
Unread 11-27-10, 10:05 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Hi, here are some fixes for moduls:
i use TiBUI LDB Clock to replace the Clock modul of Broker Everything.

You can also fix the Tracking modul by changing line 4
Code:
GetTrackingTexture()
of the tracking.lua to
Code:
GetTrackingInfo(1)
there will be no error and you can use it but it won't show the icon. So you can use zBrokerTracking


This fix works fine for the bag modul:
Originally posted by mitch0
Hi,

It's a Broker_Everything issue, I don't think it would work in any display addon in its present form.

A temporary fix might be replacing line 41:
Code:
    self.obj.text = c (txt)
with

Code:
    (self.obj or LibStub:GetLibrary("LibDataBroker-1.1"):GetDataObjectByName("Bags")).text = c (txt)
It's drycode, might not work, but at first glance BE is having other issues as well, so I can't really fix it properly for you

cheers,
mitch
Last edited by Tonyleila : 11-27-10 at 10:24 AM.
Report comment to moderator  
Reply With Quote
Unread 11-22-10, 11:23 PM  
Plaguedog
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Seems put on hold or discontinued.

Anyone know of a similar plugin pack for broker?
Report comment to moderator  
Reply With Quote
Unread 10-31-10, 02:07 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Re: Tracking change

Originally posted by AmiYuy
The default tracking icon no longer shows what's currently being tracked because multiple things can be.

It's causing this error on-login.
Same. Also receiving that error.
2x Broker_Everything-0.0.18\modules\tracking.lua:4: attempt to call global 'GetTrackingTexture' (a nil value)

Locals:

---

And disabling it does not make the error stop popping up.
Last edited by Tinuviel : 10-31-10 at 07:20 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 08:34 PM  
nickyjean
Premium Member
Premium Member

Forum posts: 284
File comments: 114
Uploads: 0
also having the same error. Version: 0.0.18

Would agree with the Real ID request and would also like to add reputation on the list. I prefer percentages (like Xan Reputation). Thanks for all your hard work.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 04:16 PM  
AmiYuy
A Fallenroot Satyr
 
AmiYuy's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 73
Uploads: 1
Tracking change

The default tracking icon no longer shows what's currently being tracked because multiple things can be.

It's causing this error on-login.

Date: 2010-10-14 12:58:23
ID: -4
Error occured in: Global
Count: 2
Message: ...erface\AddOns\Broker_Everything\modules\tracking.lua line 4:
attempt to call global 'GetTrackingTexture' (a nil value)
Debug:
[C]: GetTrackingTexture()
...erface\AddOns\Broker_Everything\modules\tracking.lua:4:
...erface\AddOns\Broker_Everything\modules\tracking.lua:3

Also seeing the same issue with RealID friends.
Report comment to moderator  
Reply With Quote
Unread 07-04-10, 03:19 AM  
Ihadurca
An Aku'mai Servant
 
Ihadurca's Avatar

Forum posts: 37
File comments: 27
Uploads: 0
Will this addon be updated for RealID? Because it shows you how many of your friends is online ie: 12/62 But it doesn't show if they are not a "friend" but a realID friend.

For example right now it says I have 0 friends online but I have 3 RealID friends online.
Report comment to moderator  
Reply With Quote
Unread 06-24-10, 11:29 AM  
BuGi-
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
I finally updated my really old version to the most recent one, mainly to get also the info column for the guild tooltip. There's one problem and it's with that same tooltip. I use TipTac to customize the look of my tooltips, and now the guild tooltip is the only one that doesn't follow that customized look (at least from the modules I have in use), instead it looks like the default tooltip and kinda stands out ugly. Any chance that could be fixed?

For now, I'm going back to the old version, worked fine so far
Last edited by BuGi- : 06-24-10 at 11:38 AM.
Report comment to moderator  
Reply With Quote
Unread 06-23-10, 06:39 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Any chance of creating a Reagent monitor in Broker Everything?

EDIT: And is there a way to adjust the words for the currency plugin? They are vertically off-center -- here's an example:

http://i191.photobucket.com/albums/z126/csrace/currency.jpg
Last edited by Tinuviel : 06-23-10 at 07:15 PM.
Report comment to moderator  
Reply With Quote
Unread 06-09-10, 06:45 AM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Originally posted by Carenzi
When using this addon I get a stutter, like a skipped FPS about every 25 yards when running about. It is repeatable, and it is from this addon. Every time I turn it on, the skip starts. The minute I turn it off, it stops. It does not matter which parts of it I turn on/off in game. It is the core addon itself somehow. Too bad since I really liked it.

I use DockingStation.
You sure about that? 100% sure? You sure its not another mod or something else?

Tested Broker_Everything v0.0.18 here. USEnglish client/server, WoW 3.3.3a live, tekblocks LDB display (good for testing as it uses no extra libraries), OptionHouse with CPU profiling enabled.

With all modules enabled, it medians around 0.075 CPU/second on idle. Running around (not in combat), that increases to a still decent 0.125 CPU /second. But...every few seconds, the CPU very briefly "spikes" to 0.925 CPU/second or so and then returns to its movement median.

The thing with that...that amount of CPU spike simply isn't enough to cause stutters. If it spiked over, say, 5-6 CPU/second, it would be noticeable. But that amount simply isn't, even on a slow computer.

Disabling all modules and relogging, the mod itself uses 0.0 CPU at any time; idle, moving or in combat. So for sure, there is no issue in "the core addon itself".

Further testing, disabled all modules except for location. As I know from testing other coordinate mods that most of them (but not all; StatBlock_ZoneText uses none) use CPU time when moving around. Sure enough, that module seems to use most of it: 0.030 median when idle, 0.070 when moving around. But the CPU usage never spiked. So some other module is causing the (small) spike; didn't have time or inclination to test further.

Again, that spike every several seconds never passed 0.950 CPU/second during testing here. So it affecting your movement is highly unlikely; probably another mod (or antivirus running in the background, etc.). Still would be nice to have that small CPU spike eliminated from whichever module is causing it, though.
Report comment to moderator  
Reply With Quote
Unread 04-28-10, 11:26 AM  
Carenzi
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
When using this addon I get a stutter, like a skipped FPS about every 25 yards when running about. It is repeatable, and it is from this addon. Every time I turn it on, the skip starts. The minute I turn it off, it stops. It does not matter which parts of it I turn on/off in game. It is the core addon itself somehow. Too bad since I really liked it.

I use DockingStation.
Last edited by Carenzi : 04-28-10 at 11:32 AM.
Report comment to moderator  
Reply With Quote
Unread 04-26-10, 06:06 PM  
Artimidrous121
A Deviate Faerie Dragon
 
Artimidrous121's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 1
Uploads: 2
any chance of adding something like volumizer?
Report comment to moderator  
Reply With Quote
Unread 04-23-10, 01:50 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Any chance you can include a reagent tracker and/or ammunition tracker?

EDIT: And possibly a micromenu thing, like Titan-Micromenu.
Last edited by Tinuviel : 04-23-10 at 04:16 PM.
Report comment to moderator  
Reply With Quote
Unread 03-26-10, 05:56 AM  
Infini
A Defias Bandit
 
Infini's Avatar

Forum posts: 3
File comments: 4
Uploads: 0
Clock Error

Hello,

Today after 3.3.3 I started to receive an error when right clicking the clock to change from server to local time.

Code:
Message: Interface\AddOns\Broker_Everything\modules\clock.lua:26: attempt to index field 'obj' (a nil value)
Time: 03/26/10 06:49:59
Count: 2
Stack: Interface\AddOns\Broker_Everything\modules\clock.lua:26: in function <Interface\AddOns\Broker_Everything\modules\clock.lua:12>
Interface\AddOns\Broker_Everything\modules\clock.lua:62: in function `OnClick'
Interface\AddOns\Bazooka\Bazooka.lua:1257: in function <Interface\AddOns\Bazooka\Bazooka.lua:1254>

Locals: self = BazookaPlugin_Clock {
 SetAlpha = <function> defined @Interface\AddOns\Bazooka\Bazooka.lua:1312
 bzkPlugin = <table> {
 }
 GetAlpha = <function> defined @Interface\AddOns\Bazooka\Bazooka.lua:1326
 bzkAlpha = 1
 0 = <userdata>
}
h = 4
m = 48
a = "AM"
(*temporary) = nil
(*temporary) = "04:48 AM"
(*temporary) = "%02d:%02d %s"
(*temporary) = 4
(*temporary) = 48
(*temporary) = "AM"
(*temporary) = "attempt to index field 'obj' (a nil value)"
GetGameTime = <function> defined =[C]:-1
__________________
"I'm a girl." "No you're not you're just a cool guy with long hair."
Report comment to moderator  
Reply With Quote
Unread 02-14-10, 12:37 PM  
XenonKnight
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Reputations/faction plug-in

Could you add a faction plug-in?
Is there a ETA on the next version?
Last edited by XenonKnight : 02-14-10 at 12:38 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: