Thread Tools Display Modes
12-09-13, 11:49 AM   #1
Firedcylinder
A Defias Bandit
Join Date: Mar 2013
Posts: 2
Disable combo points?

So I play a Rogue, and prefer to use a different addon to display combo points. Is there a way to disable display of combo points in nUI+? I dug through the options and searched here and couldn't find the option, if it exists. Thanks for any help.
  Reply With Quote
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,892
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.
__________________
  Reply With Quote
12-10-13, 12:30 AM   #3
Firedcylinder
A Defias Bandit
Join Date: Mar 2013
Posts: 2
That did the trick. Thanks a lot!
  Reply With Quote

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » General » nUI: Community Chat » Disable combo points?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off