Download
(8Kb)
Download
Updated: 07-26-09 03:10 PM
Compatibility:
Legion (7.0.3)
Updated:07-26-09 03:10 PM
Created:unknown
Downloads:6,613
Favorites:99
MD5:
Categories:Discontinued and Outdated Mods, Data Broker

picoEXP  Popular! (More than 5000 hits)

Version: 3.1.0.3-Release
by: Tekkub [More]

picoEXP is a small LibDataBroker based info addon. It provides a simple EXP display, with a tooltip that shows detailed session experience statistics.

picoEXP does not provide it's own display, you will need a LDB-based display addon.

Links

Visit my site for more great addons
Please report all bugs and feature requests to my Github tracker
" Alpha builds can be found on GitHub.
Please direct all feedback and questions to my Google Groups mailinglist


3.1.0.3-Release
More decimal places!
Fix error with MaxXP on tooltip being incorrect. (Thanks lowlee)

3.0.3.2-Release
LDB type

2.4.3.1-Beta
Rename to picoEXP
Post A Reply Comment Options
Unread 11-28-09, 12:45 PM  
Sec
A Cyclonian
 
Sec's Avatar

Forum posts: 48
File comments: 177
Uploads: 0
Great addon. Straight to the point.

I wonder if there is any way for the LDB to only show/load if the character is under level 80? I have to disable it manually (via DockingStation for example) if I am playing a level 80, but then must manually enable it again if I switch to a non-80 character.
Report comment to moderator  
Reply With Quote
Unread 08-20-09, 12:08 PM  
slickwalker
A Deviate Faerie Dragon
 
slickwalker's Avatar

Forum posts: 18
File comments: 155
Uploads: 0
Rest Xp in LDB

I would like to view the rest xp total on the LDB display as well. I have NO idea what i'm doing, but I modified this line in the LUA
function f:PLAYER_XP_UPDATE()
cur = UnitXP("player")
max = UnitXPMax("player")
dataobj.text = string.format("%d%%", cur/max*100)
end
to this, thinking it would work, but no.. it didn't

function f:PLAYER_XP_UPDATE()
cur = UnitXP("player")
max = UnitXPMax("player")
rest = GetXPExhaustion()
dataobj.text = string.format("%d%%", cur/max*100,"/",(rest or 0)/max*100)
end
Anyone with some experience that can assist?
Last edited by slickwalker : 08-20-09 at 12:08 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: