View Single Post
06-03-09, 06:35 AM   #6
clarkeyboy
A Murloc Raider
Join Date: Jun 2009
Posts: 5
Originally Posted by Xrystal View Post
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.
Ok well im off to work now but I will try this tonight, no programming knowledge so this might be a bit over my head but I can try! Thank you so much matey.