Download
(146Kb)
Download
Updated: 08-11-09 01:01 PM
Pictures
File Info
Updated:08-11-09 01:01 PM
Created:12-12-08 10:34 PM
Downloads:5,982
Favorites:63
MD5:

Broker AllStats  Popular! (More than 5000 hits)

Version: 1.2.6 Release
by: Zhinjio, Torhal

A single LDB data source that will allow you to display character stats in a single frame. All of those same stats can also be displayed as the text on the display, or it can rotate through the selected stats every 'n' seconds.

--------------------------

For those of you new to using LDB based plugins

You can find a great description, and links to more information here:

* http://forums.wowace.com/showthread.php?t=14903

Creating addons like these is hard work. If you feel that deserves some compensation to the author, feel free to use the donation button below.
Click here to lend your support!

1.2.6-release
- properly added all translations (long overdue)
- added logtemplate
1.2.5-release
- cleaned up a couple small code formatting things
- Added Translator credits, thanks to:
- lastdans(frFR), Freydis88(deDE), post(KoKR), Hemathio (ruRU)
1.2.4-release
- TOC bump
- housecleaning
1.2.3-release
- fixed toc bump
1.2.2-release
- bumped TOC for 3.1
- fixed optdeps for disembedded users
- repack for new libqtip pathing
- added resilience
- added update for gear changes (throttled)
1.2.1-release
- repack for new libqtip pathing
- added resilience
- added update for gear changes (throttled)
1.2.0-release
- conversion to docmeta
- conversion to wowace localization
- first attempt with latest tag in pkgmeta
- cleaned up acquire code and offsets for columns
1.1.0-release
- changed pkgmeta to grab new qtip
- added hiding of zero values
- added compression of school details on spelldmg and spellcrit
- a couple other misc fixes
Post A Reply Comment Options
Unread 12-21-08, 12:12 PM  
Zhinjio
A Murloc Raider
 
Zhinjio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 147
Uploads: 8
Originally posted by Gregory
Works great now ! Thank you.

Found some minor bugs:

1. You need to add this line to .toc or it doesn't work disembedded

## OptionalDeps: Ace3, LibDataBroker-1.1, LibQTip-1.0

2. After enabled "hide zero" tooltip get messed with overlapping values. Need to relog to fix that.

3. Have some random section title hanging at below of 2nd column. Got Defense on one char and Resistance on another.

Edit: fixed bug 3 description
Still trying to work out the exact implications of running disembedded. If you think about it, ace3, LDB and qtip are NOT "optional" dependencies, they are required. So thats not really a good solution either.

yes, there are still some qtip bugs that cause weird overlap and some stuff that "Hangs" out of the tooltip. I'm working with Adirelle and Torhal on a nearly daily basis to see how to get those fixed. Your bugs 2 and 3 are both related to that.

- ZJ
Report comment to moderator  
Reply With Quote
Unread 12-21-08, 05:45 AM  
Gregory
A Kobold Labourer

Forum posts: 0
File comments: 76
Uploads: 0
Works great now ! Thank you.

Found some minor bugs:

1. You need to add this line to .toc or it doesn't work disembedded

## OptionalDeps: Ace3, LibDataBroker-1.1, LibQTip-1.0

2. After enabled "hide zero" tooltip get messed with overlapping values. Need to relog to fix that.

3. Have some random section title hanging at below of 2nd column. Got Defense on one char and Resistance on another.

Edit: fixed bug 3 description
Last edited by Gregory : 12-21-08 at 10:10 AM.
Report comment to moderator  
Reply With Quote
Unread 12-20-08, 08:37 AM  
Zhinjio
A Murloc Raider
 
Zhinjio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 147
Uploads: 8
Originally posted by Gregory
Any chance to reduce amount of stats displayed ? Like remove all zero stats, show Spell Power and hide school specific stats if they equal to Spell Power, hide whole empty sections and so on.

May be also option to filter class-irrelevant stats like spell stats for phys dmg classes and melee for casters.
I implemented a Hide Zero flag, which you can turn on and off. I also put in a "Spell Bonus Damage" general value, which will be the value that is repeated the most in the various schools of magic. Specific schools that are the same as that value will not be shown. Only ones that *differ* from that value

For example, if a warlock has bonuses that are shadow specific, he'd probably see:

Spell Bonus Damage 400
Shadow Bonus Damage 430

(or similar). Same thing for Spell Crit Chance.

For hiding empty sections, there is already a checkbox for each school in the tooltip config to turn on and off the whole group. Similarly, use this to get rid of stats that aren't relevant to your toon. (Hide the Melee Group for your healer, for example).

The above mentioned changes will be in the next push, which will hopefully be today. Keep an eye out for it.
Report comment to moderator  
Reply With Quote
Unread 12-18-08, 07:03 PM  
Zhinjio
A Murloc Raider
 
Zhinjio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 147
Uploads: 8
Originally posted by Gregory
Any chance to reduce amount of stats displayed ? Like remove all zero stats, show Spell Power and hide school specific stats if they equal to Spell Power, hide whole empty sections and so on.

May be also option to filter class-irrelevant stats like spell stats for phys dmg classes and melee for casters.
All good ideas. I should have some time over the next few days to put some of this in place. We'll see how I do!!
Report comment to moderator  
Reply With Quote
Unread 12-17-08, 02:13 AM  
Gregory
A Kobold Labourer

Forum posts: 0
File comments: 76
Uploads: 0
Any chance to reduce amount of stats displayed ? Like remove all zero stats, show Spell Power and hide school specific stats if they equal to Spell Power, hide whole empty sections and so on.

May be also option to filter class-irrelevant stats like spell stats for phys dmg classes and melee for casters.
Report comment to moderator  
Reply With Quote
Unread 12-13-08, 09:36 AM  
Zhinjio
A Murloc Raider
 
Zhinjio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 147
Uploads: 8
Originally posted by DJJoeJoe
Would be great if it updated dynamically, not a lot of options for people who wanna watch/monitor stats in combat. As a shadow priest, many things affect my damage and I'd appreciate something displaying that accurately.


It updates every time the text display changes, or every time you click on the icon.
Abbreviations of the stat names would be nice too, 'Shadow Damage Bonus' is a tad long and I didn't see anything that would display basic 'spell power' which is the actual stat you should be focusing on now, there is almost no school dmg anymore since wrath.
I thought about that too, but I just wanted to get something up, and I figured I'd worry about that later.

Re: spellpower. Yeah, funny thing that. There isn't actually any API that I could find that returned that data. If I locate one, I'll throw it in. Same goes for Resilience. But.... its still beta, so you have to forgive these little inequities.
Report comment to moderator  
Reply With Quote
Unread 12-13-08, 09:06 AM  
DJJoeJoe
A Murloc Raider
 
DJJoeJoe's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 172
Uploads: 1
Would be great if it updated dynamically, not a lot of options for people who wanna watch/monitor stats in combat. As a shadow priest, many things affect my damage and I'd appreciate something displaying that accurately.


Abbreviations of the stat names would be nice too, 'Shadow Damage Bonus' is a tad long and I didn't see anything that would display basic 'spell power' which is the actual stat you should be focusing on now, there is almost no school dmg anymore since wrath.
__________________

Joetest - Ner'Zhul - Disciples of Death
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.