Download
(228 Kb)
Download
Updated: 05-24-13 08:12 AM
Pictures
File Info
Compatibility:
Escalation (5.3)
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:05-24-13 08:12 AM
Created:07-26-10 03:44 PM
Downloads:9,308
Favorites:149
MD5:
5.3
Broker: XPBar  Updated less than 3 days ago!  Popular! (More than 5000 hits)
Version: 1.7 r039
by: burny_dd [More]
Port to Broker and upgrade to Ace3 of Wobin's old "Fubar - XPFu".

Displays Infos about XP and watched Faction and adds bars for XP and/or reputation to your Broker bar addon.
Select custom colors for bars or use predefined colors based on standing for the reputation bar.

You can attach the bars to (almost) any frame by click selecting the desired anchor frame with the mouse (similar to Xparky). You can attach the bars to any side of the frame on outside as well as on the inside. Adjust anchor position by setting X- and Y-Offset.

USAGE HINTS -

* Activating Broker: XPBar in your Broker display will show up the label text in that display only. To display the actual bars you will need to attach them to a frame on your screen first. To do this go to Options->Frame and click the button "Select by Mouse". Select the frame to attach the bars to by left-clicking on it and the bars should show up.

* If you are trying to attach to a Broker display make sure you hit an empty spot on the display. If you click on another plugin on the display the bars will attach to the frame of this Broker plugin only.

* If you use Docking Station and want to attach to it's panels you need to make sure you have the Global option (Panels -> General) enabled for the panel you want to connect to.

New features -

* optional Minimap-Button to use addon without Broker display
* added XP per hour to tooltip
* added kills to level (KTL) to tooltip and as broker label option
* added time to level (TTL) to tooltip and as broker label option

The TTL/KTL predictions are still experimental. Goal is to provide precise predictions based on player preferences. All XP calculations are session only - the idea is to give a prediction based on what you do now.
Mob experience is calculated based on the last mob kills and standard deviation is used to eliminate outliers. Possible group bonuses and raid penalties are taken into account as well as rested bonus. The TTL and KTL prediction can be customized. The calculation is based on the data for the whole session and the activity in the last X minutes. The length of the activity frame can be up to 120 minutes. Session and activity XP rates will be weighted for the prediction.
Default values are 30 min activity and weighted 0.8. So session data will have an impact of 20% and the last 30 minutes will make up 80% in the calculation. Depending on your preferences you can shift the weight and time frame to favour the whole session or more recent data.

* option to hide bar or Broker text for XP or Rep on reaching max. level or Rep
* new label options to allow for a single 'omnipotent' configuration that fits the needs of leveling and maxed out chars
* added "Rep over XP" as broker label option showing reputation values on default and falls back to XP if no faction is watched
* added "XP over Rep" as broker label option showing XP values on default and falls back to reputation if maximum level is reached

Official thread
Update Version 1.7 r039:

* modularized addon
* some code cleanup
* moved some generic functionality to namespace functions
* upgraded .toc to 50300

Update Version 1.6 r038:

* fixed accidentally broken reputation history

Update Version 1.6 r037:

* fixed bug with auto tracking, factions now properly switch on rep gain/loss
* updated reputation handling for friendship system (proper ranks and labels)

Update Version 1.6 r036:

* fixed bug which sometimes messes up bars when zoning (division by zero, when UnitXPMax() returns 0)
* fixed activity calculation for reputation history handling
* fixed factions which have isHeader flag in reputation history
* history data now always kept to a maximum of 120 minutes, activity calculation based on set time frame

Update Version 1.6 r035:

* fixed errors in TTL and KTL calculations caused by mixing up seconds and minutes
* added rested bonus and rested percentage to label text options
* added detailed text settings for bar text (like for label)
* simplified lib crayon access for progress based text colorization
* rearranged options in dialog
* several code improvements

Update Version 1.6 r034

* timeframe for history now properly set in minutes (again) - not seconds which messed up calculations
* fixed miscalculation in history with rested experience which underestimated time to level
* proper handling of factions which represent a header in faction list but have reputation as well
* percentage of rested experience in tooltip is now absolute value based on current level
* added korean localization (thanks to next96)
* re-added russian localization (slightly outdated, but still works for many entries)
* minor code cleanups

Update Version 1.6 r033:

* history functions you expect to return a numeric value now always will
* updating libs

Update Version 1.6 r032:

* fixed party bonus / raid penalty handling due to new GetNumGroupMembers

Update Version 1.6 r031:

* fixed bug in text colorization fnction
* replaced overlooked old GetNumPartyMembers, GetNumRaidMembers calls

Update Version 1.6 r030:

* fixed taint issue caused by using global _ variable

Update Version 1.6 r029:

* adjustments due to WoW API changes (replaced old GetNumPartyMembers, GetNumRaidMembers)

Update Version 1.6 r028:

* fix for reputation handling since UPDATE_FACTION doesn't seem to be called anymore when faction table becomes available
* internal text coloring now supports nested colors
* updated libraries
* updated toc to 50001

Update Version 1.6 r027:

* added option to display current xp/rep progress on the respective bars
* added option to display text on mouse-over only
* added font and font size option for bar text

Update Version 1.5 r026:

* fixed bug with retrieving expansion level (replaced GetAccountExpansionLevel() with GetExpansionLevel() )

Update Version 1.5 r025:

* added optional ticks to bars: markings will be drawn at 5%, 10%, 20%, 25%, 33% or 50%
* added missing update of minimap icon on change of resting state
* minor adjustments to tooltip
* updating german localization
* changed internal handling of text colors

Update r024:

* added reputation history
* extended tooltip with data from the reputation history (reputation gained in session, rep per hour and time to level)
* rearranged tooltip data
* history data in tooltip can be collapsed by clicking on the +/- icon in the tooltip
* added undocumented command 'refresh' to manually refresh the bar anchoring and texture points

Update r023

* further code cleanup
* updated LibJostle and LibCrayon to most recent version
* added undocumented command '/bxp bar "bar" "value"' where "bar" is either is one of "XP", "Rested" or "Reputation"; "value" is between 0.0 and 1.0 - will set bar to desired length or if "value" is omitted will output current bar length
* added undocumented command '/bxp update' which will force all bars to be updated with the current xp/reputation data (restore bar lengths after usage of '/bxp bar "bar" "value"')
* minor bugfixes

Update r022:

* fixed order of loading of libraries (loading LibSharedMedia-3.0 before AceGUI-3.0.SharedMediaWidgets)

Update r021:

* major code cleanup and refactoring
* new feature: set textures for bars (using LibSharedMedia and SharedMedia)
* bar thickness can now be up to 32px (max of 8px was a bit small to use with most textures)
* new tooltip info "Session Kills"
* spark halo scales much slower with bar thickness now
* fixed bug with spark size in vertical layout
* reduced spark overlap at the end of xp and rep bar so it does show the actual progress more accurate

Update v1.2 r020:

* reworked bar handling (now using single main frame so other frames can attach to it)
* changed chat command to /bxp

Update v1.2 r019:

* new options to format numbers in label and tooltip
* updated .toc to 4.3

Update v1.2 r018:

* fixing guild reputation bug
* added russian translations (thanks to StingerSoft)
* updated libraries
(same revision; main directory properly included now)

Update v1.2 r017:

* fixing combat log evaluation for ruRU and koKR language clients by removing POSIX position indicators from combat strings

Update v1.2 r016:

* fixed internal faction tracking
* tracking of external watched faction changes
* rep bar gets hidden when no faction is tracked
* allowing to (de)activate all 3 parts of the Broker labe separately (faction name, progress values, percentage)
* introduced new label options to allow for a single 'omnipotent' configuration that fits the needs of leveling and maxed out chars
* "Rep over XP": showing reputation values on default and falls back to XP if no faction is watched
* "XP over Rep": showing XP values on default and falls back to reputation if maximum level is reached

Update v1.2 r015

* fixed copy&paste error resulting in missing option
* added option to show percentage only in Broker label

Update v1.2 r014

* improved handling of reputation for quicker response time
* added session xp to tooltip
* optional faction text in Broker label
* new max. lvl/rep settings: disable bar/label text on reaching max
* minor reorganisation of options menu
* updated german translations

Update v1.1 r013:

* fixed miscalculation for reputation in Broker label
* removed bug using AceTimer library
* added option to hide Broker label on max. level
* added missing German translations

Update v1.1 r012:

* fixed messed up library loading

Update v1.1 r011:

* toc updated to 4.0.1
* more consistent coloring of broker label for xp and rep
* added xp per hour/kills per hour to tooltip
* added kills to level to tooltip and as broker label option
* added time to level to tooltip and as broker label option
* added optional minimap button
* removed french localization since it was not up to date anymore

Update v1.1 r010:

* new option: inverse order of xp and rep bar
* new option: hide usage hints in tooltip
* polished up the tooltip a bit
* fixed bug in color settings
* fixed bug concerning spark intensity
* adjusted some texts
* updated German translations

Update v1.1 r009:

* added support to attach bars to the left/right of frames
* replaced original icons by selfmade versions
(on request of Wobin, the icons were not his to give away)

Update r008:

* added support for placing bars inside frame
* added support for selecting layer for bars

Update r007:

* removed miscalculation in rested xp bar witdth

Update r006:

* fix with Jostle for bars attached to the upper side of frames
* updated readme with short description of the bar setup

Update r005:

* support for X- and Y-Offset
* improved internal bar handling
* improved startup behaviour
* some code cleanup

Update r004:

* attach bar to any frame similar to Xparky by selecting the desired frame by mouse click

Update r003:

* factions in combo box sorted by name
* factions in combo colored according to current standing
* tweaked display colors a bit
* cleaning out the localization files

Update r002:

* removed silly profile settings bug
* improved internal bar handling

Update r001:

* fixed reputation bar problem for level 80 characters
* fixed overlay blending for sparks
Optional Files (0)


Archived Files (21)
File Name
Version
Size
Author
Date
1.6 r038
229kB
burny_dd
01-19-13 12:21 PM
1.6 r037
229kB
burny_dd
01-16-13 11:35 AM
1.6 r036
229kB
burny_dd
10-27-12 02:54 AM
1.6 r035
229kB
burny_dd
10-15-12 03:31 PM
1.6 r034
227kB
burny_dd
10-07-12 11:37 AM
1.6 r033
224kB
burny_dd
09-30-12 10:26 AM
1.6 r032
223kB
burny_dd
09-24-12 03:01 PM
1.6 r031
217kB
burny_dd
09-10-12 11:37 PM
1.6 r030
217kB
burny_dd
09-08-12 09:13 AM
1.6 r029
223kB
burny_dd
08-30-12 07:28 AM
1.6 r028
223kB
burny_dd
08-30-12 03:05 AM
1.6 r027
221kB
burny_dd
08-23-12 11:03 AM
1.5 r026
219kB
burny_dd
07-30-12 03:21 PM
1.5 r025
219kB
burny_dd
07-05-12 12:10 PM
1.4 r024
218kB
burny_dd
06-24-12 04:11 PM
1.3 r023
216kB
burny_dd
06-16-12 03:21 AM
1.3 r022
221kB
burny_dd
06-06-12 02:46 AM
1.3 r021
221kB
burny_dd
06-02-12 02:42 AM
1.2 r020
200kB
burny_dd
02-05-12 02:19 AM
1.2 r019
200kB
burny_dd
12-04-11 09:10 AM
1.2 r018
205kB
burny_dd
10-31-11 09:26 AM


Post A Reply Comment Options
Old 08-05-10, 01:41 PM  
Mechrior
A Chromatic Dragonspawn
 
Mechrior's Avatar

Forum posts: 152
File comments: 98
Uploads: 0
Originally posted by Vrul
You need to make sure you have the Global option (Panels -> General) enabled for the panel you want to connect to.
woot fixed it completely!
__________________
When the light in your heart shines, The rest of the world will pale in comparison


Mechrior is offline Report comment to moderator  
Reply With Quote
Old 08-04-10, 07:53 PM  
Vrul
A Flamescale Wyrmkin
 
Vrul's Avatar
AddOn Author - Click to view AddOns

Forum posts: 122
File comments: 225
Uploads: 23
Originally posted by Mechrior
might just be me but I cant get this to stick to DockingStation at all!

and thats where i need it XD

please help someone?!
You need to make sure you have the Global option (Panels -> General) enabled for the panel you want to connect to.
Vrul is offline Report comment to moderator  
Reply With Quote
Old 08-03-10, 09:25 PM  
Mechrior
A Chromatic Dragonspawn
 
Mechrior's Avatar

Forum posts: 152
File comments: 98
Uploads: 0
might just be me but I cant get this to stick to DockingStation at all!

and thats where i need it XD

please help someone?!
__________________
When the light in your heart shines, The rest of the world will pale in comparison


Mechrior is offline Report comment to moderator  
Reply With Quote
Old 08-02-10, 11:53 AM  
Yukashii
A Kobold Labourer
 
Yukashii's Avatar

Forum posts: 1
File comments: 14
Uploads: 0
Very nice addon, I found one small bug though, caused by a typo.
in line 1114 of broker_XPbar.lua you typed "self.db.profile.Noneg" which of course should be "self.db.profile.None.g" Without the dot the norestedxp grey color isn't saved.
Yukashii is offline Report comment to moderator  
Reply With Quote
Old 08-01-10, 04:59 PM  
fuqinsim
A Murloc Raider

Forum posts: 4
File comments: 24
Uploads: 0
Great to see someone decided to port this and give it new life!!! It is one of those lil addons you dont realize how cool it was until its gone. I'm impressed to see you adding user requested features so fast and i think you're on the right track. Once an option to adjust the offsets are implemented i think it'll be damn near perfect :0] Keep up the great work!!!!!
fuqinsim is offline Report comment to moderator  
Reply With Quote
Old 08-01-10, 08:23 AM  
Valimonde
Premium Member
 
Valimonde's Avatar
Premium Member

Forum posts: 1
File comments: 4
Uploads: 0
Not Extending

For some reason with this and even Xsparky I can not get the mod to extend the length of my screen.

I use a 1920x1200 screen res with a windowed game res of 1920x1080

Here is what happens.



(Full screen shot)

Anyone know what is causing this?

Thanks
Last edited by Valimonde : 08-01-10 at 08:25 AM.
Valimonde is offline Report comment to moderator  
Reply With Quote
Old 07-31-10, 11:11 AM  
Jaim Sandar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 358
Uploads: 1
Like Xparky?

Originally posted by Zidomo
How about doing it the Xparky way: "XP/Rep bar that can be attached to any named frame available. As can be seen from the images, you can attach it to any side of any frame, and even set an offset so that the bars float off the frames."?That way its of more use to more people.
What he said!! Or something that works on other LDB displays. I use Docking Station, not Chocolate Bar.
Jaim Sandar is offline Report comment to moderator  
Reply With Quote
Old 07-28-10, 07:18 PM  
Moosetrax
A Deviate Faerie Dragon

Forum posts: 10
File comments: 92
Uploads: 0
Thanks for revamping this, it's one of my old favorites!
Moosetrax is offline Report comment to moderator  
Reply With Quote
Old 07-27-10, 09:47 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1053
Uploads: 0
Fine idea. I used to be a big fan of FuBar_FuXPFu and later its Ace3 non-bar-specific replacement, Xparky. But Xparky hasn't been updated for a year and has been quite buggy in the past; it appears to currently be in stasis. So nice to see this come along.

One big thing, though. With the method you are using--hooking to specific LDB displays--unless you have hooks into all (or nearly all) of them, the utility of this is reduced and/or unusable for people using displays you don't hook into. And it can be difficult to judge what displays to provide hooks for. There are the straightforward bar-type LDB displays. But there are also "block"-type displays that can be configured to look like a bar. And so on.

How about doing it the Xparky way: "XP/Rep bar that can be attached to any named frame available. As can be seen from the images, you can attach it to any side of any frame, and even set an offset so that the bars float off the frames."?That way its of more use to more people.
Zidomo is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: