Download
(143Kb)
Download
Updated: 12-08-10 02:18 PM
Pictures
File Info
Updated:12-08-10 02:18 PM
Created:11-03-10 04:27 PM
Downloads:1,760
Favorites:5
MD5:

mPlayerInfo

Version: 1.1.1
by: RaWi [More]

After patch 4.0 I was unable to find something similar to FuBar_PlayerInFu(RIP), so mPlayerInfo was born.

Features:

  • Show (or not) name, level and experience info on panel.
  • Show character stats and info in tooltip.
  • Fully configurable and scalable tooltip.
  • Usable with Data Broker display or FuBar panel (with Broker2FuBar).

Options:
You can access the options panel by right-clicking the data on display or through the Blizzard Interface->Addons panel.

To do:
  • More localisations.

Not be implemented:
  • Profiles - do you really need it?

Credits:
Kayde of Alleria (FuBar_PlayerInFu)
Whitetooth (LibStatLogic)

v1.1.1
Fixed max_level and prof_max_level for Cataclysm.
v1.1.0
Armor and Damage Reduction formulas from LibStatLogic by Whitetooth embedded in main code for lowering memory usage.
v1.0.1
Fixed nextLevel procedure.
Optional Files (0)


Post A Reply Comment Options
Unread 11-04-10, 01:46 PM  
RaWi
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 4
Originally posted by SkOODaT
Sweet Addon.... i am getting an error on my 80 with your next talent point info


.... add this in maby.. it fixed it for me

if nextLevel then
line = tooltip:AddLine()
tooltip:SetCell(line, 1, L["Next Talent Point: "])
tooltip:SetCell(line, 2, nextLevel.." lvl")
end

if thier is another talent point to get the addon will show it... if not it just leaves the entire line out

Thanks

SkOO~
Fixed in v1.0.1.
Changed line to:

line = tooltip:AddLine()
if nextLevel then
tooltip:SetCell(line, 1, L["Next Talent Point: "])
tooltip:SetCell(line, 2, nextLevel.." lvl")
end
tooltip:SetCell(line, 4, fishing_name)
tooltip:SetCell(line, 5, fishing_skill..fishing_maxskill)

Good advice, thanks.

RaWi
Report comment to moderator  
Reply With Quote
Unread 11-04-10, 12:51 PM  
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 57
File comments: 63
Uploads: 6
Sweet Addon.... i am getting an error on my 80 with your next talent point info


.... add this in maby.. it fixed it for me

if nextLevel then
line = tooltip:AddLine()
tooltip:SetCell(line, 1, L["Next Talent Point: "])
tooltip:SetCell(line, 2, nextLevel.." lvl")
end

if thier is another talent point to get the addon will show it... if not it just leaves the entire line out

Thanks

SkOO~
Last edited by SkOODaT : 11-04-10 at 12:53 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: