View Single Post
11-05-11, 03:35 PM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,941
The only way to change nUI version 5 is via the lua files as explained.

You should see a folder tree as follows inside your wow folder.

\Interface\AddOns\nUI\Layouts\Default\UnitPanels\Solo

This is where the settings are for the Unit Panels for Solo play. There is a Party and various Raid ones to suit other displays but for testing purposes Solo works well.

In that folder there are a bunch of files that contain the settings for the different sections of the Unit Panels.

nUI_UnitSkin_SoloPlayer.lua

Is the file for your own unit frame. In that file there is a section starting pct_health = which contains the settings relating to the display of health as a percent. Its possible that changing the line enabled = true for that section to false will do what you what.

The mana/power etc display is under the setting block starting with pct_power =. Similar changes will do the same here as was done with the health changes.

I haven't personally played with this setting myself but it will hopefully do what you want.

Once you have made the change save the file and reload the UI in wow and it should use the changes you made in the game. Once you see it working in Solo you just need to do similar changes in the Party and Raid displays you may need it displayed for too.
__________________


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