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,984
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 05-02-09, 06: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 Tristanian
You could register for a UNIT_INVENTORY_CHANGED event with a "player" argument for gear changes and w/e event is used for talent changes. It wouldn't really create any severe overhead. The overhead would be introduced if you decided to check for buffs/auras as well It's generally fine, though I would strongly suggest to switching from the OnUpdate to AceTimer-3.0. Way better in terms of cpu usage.
I believe this is working in the current version. Since inventory changes can happen in a flurry (like when you switch gear sets in Outfitter, et al), I wait 3 seconds from the last inventory change to update stats. The tooltip and LDB texts all update properly in my testing.
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 01:53 PM  
Hanzo55
A Kobold Labourer
 
Hanzo55's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Hey there, great mod, very simple and does the job.

One minor tidbit: GetArmorPenetration returns the percentage calc'd, so you might want to change the formatting from int to float, line #503:

Code:
				name	= L["Armor Penetration"],
				desc	= L["TEXT_ARMORPEN_DESC"],
				toggle	= "armorpen",
				func	= GetArmorPenetration,
				arg1	= nil,				arg2	= nil,		retarg	= 1,
				form	= "%.2f%%",
Other than that, great stuff.
__________________
http://www.descendantsofdraenor.com/ - If we don't die...we win.
http://www.wowlemmings.com/ - Rebuild your guild.
Report comment to moderator  
Reply With Quote
Unread 08-30-09, 06:09 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 Hanzo55
Hey there, great mod, very simple and does the job.

One minor tidbit: GetArmorPenetration returns the percentage calc'd, so you might want to change the formatting from int to float, line #503:

Code:
				name	= L["Armor Penetration"],
				desc	= L["TEXT_ARMORPEN_DESC"],
				toggle	= "armorpen",
				func	= GetArmorPenetration,
				arg1	= nil,				arg2	= nil,		retarg	= 1,
				form	= "%.2f%%",
Other than that, great stuff.
Thanks for the head's up. I'll check it out.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 11:45 AM  
Zhinjio
A Murloc Raider
 
Zhinjio's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 147
Uploads: 8
It seems to me that the new character pane obviates the need for this addon. Any comments?
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 04:39 PM  
edgeblade
A Defias Bandit

Forum posts: 3
File comments: 15
Uploads: 0
Originally posted by Zhinjio
It seems to me that the new character pane obviates the need for this addon. Any comments?
Personally, I'd like it to remain and continue to be updated, it makes stats easier to find and much clearer than having to hover over other stats on the character pane to find them, which I think is silly/tedious.
Report comment to moderator  
Reply With Quote
Unread 11-02-10, 12:21 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 edgeblade
Personally, I'd like it to remain and continue to be updated, it makes stats easier to find and much clearer than having to hover over other stats on the character pane to find them, which I think is silly/tedious.
Ok, I'll take a look into how hard its going to be to update it to current APIs.
Report comment to moderator  
Reply With Quote
Unread 11-03-10, 08:40 AM  
edgeblade
A Defias Bandit

Forum posts: 3
File comments: 15
Uploads: 0
Originally posted by Zhinjio
Ok, I'll take a look into how hard its going to be to update it to current APIs.
Awesome thanks!
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.