Thread Tools Display Modes
09-17-12, 03:34 PM   #1
thornwall2
A Murloc Raider
Join Date: Feb 2012
Posts: 6
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
 
09-17-12, 03:51 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
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:
["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,
__________________

Last edited by Xrystal : 09-17-12 at 03:54 PM.
 
09-17-12, 04:48 PM   #3
thornwall2
A Murloc Raider
Join Date: Feb 2012
Posts: 6
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 : )
 
09-17-12, 04:53 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
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.
__________________
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Castbar

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