Thread: Castbar
View Single Post
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,929
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,
__________________


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

Last edited by Xrystal : 09-17-12 at 03:54 PM.