View Single Post
12-09-13, 03:09 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Give this a go but make sure you make a copy to restore it if it doesn't work.

Folder: \Interface\AddOns\nUI\Layouts\Default\HUDLayouts\PlayerTarget
... PlayerTarget is the type of hud you are using so change to whatever folder is for the hud you want to change

File: nUI_HUDSkin_PlayerTarget_Target.lua

Code Block:
Lua Code:
  1. ["ComboPoints"] =
  2.         {
  3.             anchor =
  4.             {
  5.                 anchor_pt   = "BOTTOM",
  6.                 relative_to = nUI_HUDLAYOUT_PLAYERTARGET.."Bottom",
  7.                 relative_pt = "TOP",
  8.                 xOfs        = 0,
  9.                 yOfs        = 130,
  10.             },     
  11.             options =
  12.             {
  13.                 enabled = true,
  14.                 size    = 30,
  15.                 strata  = nil,
  16.                 level   = nil,
  17.                 orient  = "CENTER",
  18.             },
  19.         },

Simply change enabled to false and reload the UI and see if that resolves it for you.

That may only affect the hud's version of the combo points though if it does appear anywhere else.
__________________


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
  Reply With Quote