WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Technical Support (https://www.wowinterface.com/forums/forumdisplay.php?f=92)
-   -   Castbar (https://www.wowinterface.com/forums/showthread.php?t=44415)

thornwall2 09-17-12 03:34 PM

Castbar
 
How do i remove the cast bar? tried using --[ and ]-- in a few spots but its removes my party/raid frames and drops my FPS around 5ish

Xrystal 09-17-12 03:51 PM

I believe it is able to be disabled via the Layout files. Let me check.

Yep :

Folder : Interface\AddOns\nUI\Layouts\Default\HUDLayouts\PlayerTarget
File : nUI_HUDSkin_PlayerTarget_Castbar.lua where the PlayerTarget part is dependant on what hud layout you use.

Section:
Quote:

["Casting"] =
{
anchor =
{
anchor_pt = "BOTTOM",
relative_to = nUI_HUDLAYOUT_PLAYERTARGET.."Bottom",
relative_pt = "TOP",
xOfs = 0,
yOfs = 130,
},
options =
{
enabled = true, <<<< Change to false
height = 40,
width = 375,
inset = 0,
strata = "LOW",
level = 4,

thornwall2 09-17-12 04:48 PM

Sweet thank you very much when i read the file as playertarget i was assuming that was my target not myself but after looking at it it made sense : )

Xrystal 09-17-12 04:53 PM

Rofl, thanks for pointing that out. The targets castbar is in the same folder in the target file. The player file doesn't have a cast bar section.


All times are GMT -6. The time now is 04:39 AM.

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