WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Community Chat (https://www.wowinterface.com/forums/forumdisplay.php?f=98)
-   -   Disable combo points? (https://www.wowinterface.com/forums/showthread.php?t=48641)

Firedcylinder 12-09-13 11:49 AM

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.

Xrystal 12-09-13 03:09 PM

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.

Firedcylinder 12-10-13 12:30 AM

That did the trick. Thanks a lot!


All times are GMT -6. The time now is 12:38 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI