View Single Post
12-10-09, 03:39 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,937
Okay, just took a look at the layout files for solo play and can see why if my last idea is what you are talking about.

Folder : \nUI\Layouts\Default\UnitPanels\Solo or Party or Raid etc

Files : nUI_UnitSkin_SoloFocus.lua and nUI_UnitSkin_SoloTarget.lua

In SoloTarget.lua you have this block in it :

Code:
		["ComboPoints"] =
		{
			anchor =
			{
				anchor_pt   = "CENTER",
				relative_to = "$parent_Label1",
				relative_pt = "BOTTOM",
				xOfs        = 0,
				yOfs        = 0,
			},		
			options =
			{
				enabled = true,
				size    = 20,
				strata  = nil,
				level   = nil,
				orient  = "CENTER",
			},
		},
You might be able to put that into the SoloFocus.lua file and have combo points appear once you have adjusted thee anchor to where you want it to appear. Assuming that the focus window is programmed to update the combo points frame with data.
__________________


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