View Single Post
06-03-09, 06:29 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,952
Okay, took a gander in the files and found this that you could change if you were inclined and confident to do so.

File: nUI_UnitPower.lua in nUI/Units folder
Line: 890 or thereabouts

Code:
if frame.bar.enabled then
   frame.bar.updateBar( unit_info.pct_power, unit_info.power_color );
end
If you change pct_power to cur_power it looks like it will display the current power ( in your case mana ) value. Not in game at present to test it at the moment but the value should exist and thus display unless it gets overridden at a later date.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818