1. #1

    Stuf Boss Frames

    Hello,

    I have seen a few videos where people using Stuf have more than just the boss1 displayed, I however can't make it work. I have the latest version, and I have configured all of the boss frames with the options available (funny enough I get the full setup options only for boss1, for boss2 and higher I can only copy the options from other frames or move them). In config mode, it looks okay, on a multiple target fight only boss1 gets displayed.

    How do I fix this? I would appreciate any suggestion.
    ~ I'm having trouble hearing you. Getting a lot of bullshit on this line. ~

  2. #2
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Boss2-Boss4 copy the settings for Boss1.

    Only mobs labelled in-game as "Boss" usually get boss frames - adds often don't.

  3. #3
    Hm, fair enough. I just don't understand why Blizzard Boss frames list something like feet on Rhyolith and hatchlings on Alysrazor, but the Stuf ones don't.
    ~ I'm having trouble hearing you. Getting a lot of bullshit on this line. ~

  4. #4
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Did you make sure that they're not marked "Disabled"? Or completely transparent?

  5. #5
    Legendary! Vargur's Avatar
    10+ Year Old Account
    Join Date
    Nov 2009
    Location
    European Federation
    Posts
    6,664
    Are there any other specific boss frames addons? The Blizz ones are shit, and I don't use DBM. Also using Xperl, and not gonna replace that.
    Science flies you to the moon. Religion flies you into buildings.
    To resist the influence of others, knowledge of oneself is most important.


  6. #6
    I use Stuf boss frames and the feet/hatchlings show up for me. I'll post my settings later if you can't figure it out.

  7. #7
    Well, apart from deleting all saved variables and starting from scratch, I have no clue what else to try. No, they are not disabled or hidden
    ~ I'm having trouble hearing you. Getting a lot of bullshit on this line. ~

  8. #8
    Make sure that they aren't off the screen. I had a problem where my other boss frames got moved off screen.
    --Any fool can criticize, condemn and complain and most fools do- (B. Franklin)--

  9. #9
    Thanks to everyone trying to help.

    I do know how to configure an addon, so if I missed anything it won't be something as obvious as having the frame hidden. I was wondering, if this is working properly for other people, so I can look into what's causing this. Something seems to be blocking the rest of the boss frames from displaying, just need to find what exactly it is. If I can't identify the problem, I'll have to try resetting everything, I just really don't want to do that just yet. Might be I'm missing something very simple, but it escapes me.


    My Stuf in config mode:

    On boss fights, only boss1 is displayed, regardless of any other existing boss units. I disabled the default Blizzard boss frames via Stuf settings.

    Addons I use:


    My Stuf.lua:
    Code:
    StufDB = {
    	["party3target"] = {
    		["frame"] = {
    			["y"] = -265,
    			["x"] = 162,
    			["hide"] = true,
    		},
    	},
    	["arenapet4"] = {
    		["frame"] = {
    			["y"] = -434,
    			["x"] = 864,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["party3"] = {
    		["frame"] = {
    			["y"] = -684,
    			["x"] = 1181,
    			["hide"] = true,
    		},
    	},
    	["party1target"] = {
    		["frame"] = {
    			["y"] = -145,
    			["x"] = 162,
    			["hide"] = true,
    		},
    	},
    	["arena4target"] = {
    		["frame"] = {
    			["y"] = -422,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["arena2target"] = {
    		["frame"] = {
    			["y"] = -328,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["arenapet2"] = {
    		["frame"] = {
    			["y"] = -340,
    			["x"] = 864,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["boss2"] = {
    		["frame"] = {
    			["y"] = -500,
    			["x"] = 864,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["arena1"] = {
    		["text2"] = {
    			["pattern"] = "[perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 50,
    			["framelevel"] = 2,
    			["y"] = -8,
    			["h"] = 12,
    			["fontsize"] = 10,
    			["x"] = 88,
    		},
    		["portrait"] = {
    			["y"] = 40,
    			["x"] = -40,
    			["show3d"] = true,
    			["h"] = 120,
    			["w"] = 100,
    			["camera"] = 1,
    		},
    		["castbar"] = {
    			["spellfontsize"] = 10,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["spelljustifyH"] = "CENTER",
    			["iconw"] = 10,
    			["h"] = 5,
    			["timefontsize"] = 8,
    			["timeh"] = 26,
    			["spellfontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 0.502,
    				["b"] = 0.2,
    			},
    			["w"] = 90,
    			["icony"] = 6,
    			["timew"] = 80,
    			["x"] = 24,
    			["iconx"] = 91,
    			["timejustifyV"] = "CENTER",
    			["spellw"] = 80,
    			["baralpha"] = 0,
    			["spellh"] = 12,
    			["border"] = "None",
    			["iconh"] = 10,
    			["spelly"] = -12,
    			["spellx"] = 0,
    			["timey"] = 0,
    			["framelevel"] = 3,
    			["spelljustifyV"] = "CENTER",
    			["alpha"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0.094,
    				["g"] = 0.094,
    				["b"] = 0.094,
    			},
    			["iconalpha"] = 1,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 0.502,
    				["b"] = 0.2,
    			},
    			["y"] = -28,
    			["spellshadowx"] = -1,
    			["timejustifyH"] = "CENTER",
    			["spellshadowy"] = -1,
    			["timex"] = 0,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    		},
    		["text3"] = {
    			["pattern"] = "[perchp]%",
    			["w"] = 54,
    			["y"] = -13,
    			["h"] = 10,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["justifyH"] = "CENTER",
    			["x"] = 25,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = -22,
    			["h"] = 10,
    			["x"] = 115,
    			["w"] = 10,
    			["alpha"] = 0.9,
    			["framelevel"] = 0,
    		},
    		["debuffgroup"] = {
    			["countty"] = 0,
    			["w"] = 15,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["counttshadowy"] = -1,
    			["x"] = 24,
    			["rows"] = 2,
    			["growth"] = "LRTB",
    			["cols"] = 6,
    			["y"] = -68,
    			["h"] = 15,
    			["count"] = 12,
    			["spacing"] = 2,
    			["push"] = "v",
    			["vspacing"] = 1,
    			["counttfontsize"] = 11,
    			["counttshadowx"] = -1,
    		},
    		["mpbar"] = {
    			["y"] = -22,
    			["x"] = 24,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["barcolormethod"] = "power",
    			["h"] = 5,
    			["bgalpha"] = 0.3,
    			["w"] = 90,
    			["bgcolormethod"] = "powerdark",
    		},
    		["hpbar"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 100,
    			["bgcolormethod"] = "solid",
    			["y"] = -1,
    			["h"] = 20,
    			["barcolormethod"] = "solid",
    			["fade"] = true,
    			["x"] = 24,
    			["smoothfade"] = true,
    			["barcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    		},
    		["text4"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["w"] = 54,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -661,
    			["x"] = 1085,
    			["w"] = 160,
    			["h"] = 30,
    		},
    		["text1"] = {
    			["pattern"] = "[class:name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 100,
    			["framelevel"] = 2,
    			["y"] = 0,
    			["x"] = 25,
    			["fontsize"] = 12,
    			["justifyV"] = "TOP",
    			["h"] = 12,
    			["justifyH"] = "LEFT",
    		},
    		["buffgroup"] = {
    			["w"] = 15,
    			["counttshadowy"] = -1,
    			["x"] = 24,
    			["rows"] = 2,
    			["growth"] = "LRBT",
    			["cols"] = 6,
    			["y"] = 2,
    			["h"] = 15,
    			["count"] = 12,
    			["spacing"] = 2,
    			["vspacing"] = 1,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["counttfontsize"] = 11,
    			["counttshadowx"] = -1,
    		},
    	},
    	["global"] = {
    		["bglist"] = "statusbar",
    		["bgcolor"] = {
    			["a"] = 0,
    			["r"] = 0.08599999999999999,
    			["g"] = 0.08599999999999999,
    			["b"] = 0.08599999999999999,
    		},
    		["shortk"] = 100000,
    		["powercolor"] = {
    			{
    				["a"] = 1,
    				["r"] = 0.725,
    				["g"] = 0,
    				["b"] = 0.118,
    			}, -- [1]
    			{
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			}, -- [2]
    			{
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			}, -- [3]
    			{
    				["a"] = 1,
    				["r"] = 0.549,
    				["g"] = 0.761,
    				["b"] = 1,
    			}, -- [4]
    			{
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			}, -- [5]
    			{
    				["a"] = 1,
    				["r"] = 0.549,
    				["g"] = 0.761,
    				["b"] = 1,
    			}, -- [6]
    			[0] = {
    				["a"] = 1,
    				["r"] = 0.549,
    				["g"] = 0.761,
    				["b"] = 1,
    			},
    		},
    		["hpgreen"] = {
    			["a"] = 1,
    			["r"] = 0.122,
    			["g"] = 0.122,
    			["b"] = 0.122,
    		},
    		["bg"] = "fer34",
    		["hpred"] = {
    			["a"] = 1,
    			["r"] = 0.122,
    			["g"] = 0.122,
    			["b"] = 0.122,
    		},
    		["init"] = 9,
    		["aurastyle"] = 3,
    		["failcolor"] = {
    			["a"] = 1,
    			["r"] = 0.443,
    			["g"] = 0,
    			["b"] = 0,
    		},
    		["font"] = "Accidental Presidency",
    		["castcolor"] = {
    			["a"] = 1,
    			["r"] = 0.745,
    			["g"] = 0.871,
    			["b"] = 1,
    		},
    		["bordermousecolor"] = {
    			["a"] = 0,
    			["r"] = 1,
    			["g"] = 1,
    			["b"] = 0,
    		},
    		["border"] = "1",
    		["lbfbackdrop"] = true,
    		["shadowcolor"] = {
    			["a"] = 0.9,
    			["r"] = 0,
    			["g"] = 0,
    			["b"] = 0,
    		},
    		["classcolor"] = {
    			["HUNTER"] = {
    				["r"] = 0.67,
    				["g"] = 0.83,
    				["b"] = 0.45,
    			},
    			["WARRIOR"] = {
    				["r"] = 0.78,
    				["g"] = 0.61,
    				["b"] = 0.43,
    			},
    			["PALADIN"] = {
    				["r"] = 0.96,
    				["g"] = 0.55,
    				["b"] = 0.73,
    			},
    			["MAGE"] = {
    				["r"] = 0.41,
    				["g"] = 0.8,
    				["b"] = 0.94,
    			},
    			["PRIEST"] = {
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["WARLOCK"] = {
    				["r"] = 0.58,
    				["g"] = 0.51,
    				["b"] = 0.79,
    			},
    			["DEATHKNIGHT"] = {
    				["a"] = 1,
    				["r"] = 0.77,
    				["g"] = 0.12,
    				["b"] = 0.23,
    			},
    			["DRUID"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.49,
    				["b"] = 0.04,
    			},
    			["SHAMAN"] = {
    				["r"] = 0,
    				["g"] = 0.44,
    				["b"] = 0.87,
    			},
    			["ROGUE"] = {
    				["r"] = 1,
    				["g"] = 0.96,
    				["b"] = 0.41,
    			},
    		},
    		["mpfadecolor"] = {
    			["a"] = 1,
    			["r"] = 0.122,
    			["g"] = 0.122,
    			["b"] = 0.122,
    		},
    		["reactioncolor"] = {
    			{
    				["a"] = 1,
    				["r"] = 0.8,
    				["g"] = 0.176,
    				["b"] = 0.153,
    			}, -- [1]
    			{
    				["a"] = 1,
    				["r"] = 0.8,
    				["g"] = 0.176,
    				["b"] = 0.153,
    			}, -- [2]
    			{
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.584,
    				["b"] = 0.286,
    			}, -- [3]
    			{
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			}, -- [4]
    			{
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			}, -- [5]
    			{
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			}, -- [6]
    			{
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			}, -- [7]
    			{
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			}, -- [8]
    			{
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			}, -- [9]
    			{
    				["a"] = 1,
    				["r"] = 0.8,
    				["g"] = 0.176,
    				["b"] = 0.153,
    			}, -- [10]
    		},
    		["lbfgloss"] = 0,
    		["lbfskin"] = "Svelte Shadow",
    		["classification"] = {
    			["elite"] = "Elite ",
    			["normal"] = "",
    			["worldboss"] = "Boss ",
    			["unknown"] = "??",
    			["rareelite"] = "Rare Elite ",
    			["rare"] = "Rare ",
    		},
    		["bgmousecolor"] = {
    			["a"] = 0,
    			["r"] = 0,
    			["g"] = 0,
    			["b"] = 0,
    		},
    		["bartexture"] = "fer34",
    		["hpfadecolor"] = {
    			["a"] = 1,
    			["r"] = 0.122,
    			["g"] = 0.122,
    			["b"] = 0.122,
    		},
    		["borderaggrocolor"] = {
    			["a"] = 0,
    			["r"] = 1,
    			["g"] = 0,
    			["b"] = 0,
    		},
    		["alpha"] = 1,
    		["disableboss"] = true,
    		["auracolor"] = {
    			[""] = {
    				["r"] = 0.8,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["Disease"] = {
    				["a"] = 1,
    				["r"] = 0.918,
    				["g"] = 0.659,
    				["b"] = 0.29,
    			},
    			["Buff"] = {
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["MyBuff"] = {
    				["a"] = 1,
    				["r"] = 0.749,
    				["g"] = 0.898,
    				["b"] = 1,
    			},
    			["Poison"] = {
    				["a"] = 1,
    				["r"] = 0.408,
    				["g"] = 0.733,
    				["b"] = 0.412,
    			},
    			["Curse"] = {
    				["a"] = 1,
    				["r"] = 0.753,
    				["g"] = 0.584,
    				["b"] = 1,
    			},
    			["Magic"] = {
    				["a"] = 1,
    				["r"] = 0.549,
    				["g"] = 0.761,
    				["b"] = 1,
    			},
    			["none"] = {
    				["a"] = 1,
    				["r"] = 0.388,
    				["g"] = 0.388,
    				["b"] = 0.388,
    			},
    		},
    		["nK"] = "k",
    		["completecolor"] = {
    			["a"] = 1,
    			["r"] = 0.745,
    			["g"] = 0.871,
    			["b"] = 1,
    		},
    		["channelcolor"] = {
    			["a"] = 1,
    			["r"] = 0.82,
    			["g"] = 0.718,
    			["b"] = 1,
    		},
    		["nocustomclass"] = false,
    		["runecolor"] = {
    			["UNHOLY"] = {
    				["a"] = 1,
    				["r"] = 0.318,
    				["g"] = 0.847,
    				["b"] = 0.373,
    			},
    			["BLOOD"] = {
    				["a"] = 1,
    				["r"] = 0.761,
    				["g"] = 0.145,
    				["b"] = 0.153,
    			},
    			["FROST"] = {
    				["a"] = 1,
    				["r"] = 0.522,
    				["g"] = 0.729,
    				["b"] = 1,
    			},
    			["DEATH"] = {
    				["a"] = 1,
    				["r"] = 0.725,
    				["g"] = 0.529,
    				["b"] = 1,
    			},
    		},
    		["nM"] = "M",
    		["gray"] = {
    			["a"] = 1,
    			["r"] = 0.396,
    			["g"] = 0.396,
    			["b"] = 0.396,
    		},
    	},
    	["arenapet1"] = {
    		["text2"] = {
    			["y"] = 0,
    			["h"] = 12,
    			["pattern"] = "[perchp]",
    			["justifyH"] = "CENTER",
    			["justifyV"] = "CENTER",
    			["x"] = 0,
    			["w"] = 24,
    			["fontsize"] = 9,
    		},
    		["portrait"] = {
    			["y"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["x"] = 24,
    		},
    		["text3"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 1,
    			["w"] = 6,
    			["cols"] = 6,
    			["y"] = -12,
    			["h"] = 6,
    			["count"] = 6,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["y"] = -9,
    			["x"] = 0,
    			["bgcolormethod"] = "powerdark",
    			["barcolormethod"] = "power",
    			["h"] = 3,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["hide"] = true,
    		},
    		["hpbar"] = {
    			["y"] = 0,
    			["h"] = 12,
    			["reverse"] = true,
    			["barcolormethod"] = "hpgreen",
    			["x"] = 0,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "hpgreendark",
    		},
    		["text4"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -293,
    			["x"] = 864,
    			["h"] = 12,
    			["w"] = 36,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 12,
    			["w"] = 24,
    			["hide"] = true,
    		},
    		["buffgroup"] = {
    			["y"] = -12,
    			["x"] = 0,
    			["count"] = 6,
    			["cols"] = 6,
    			["h"] = 6,
    			["rows"] = 1,
    			["w"] = 6,
    			["hide"] = true,
    		},
    	},
    	["pet"] = {
    		["buffgroup"] = {
    			["y"] = -52,
    			["h"] = 17,
    			["count"] = 32,
    			["cols"] = 16,
    			["x"] = 0,
    			["rows"] = 2,
    			["w"] = 17,
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 0,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["border"] = "None",
    			["framelevel"] = 0,
    			["y"] = -4,
    			["camera"] = 0,
    			["alpha"] = 0.6,
    			["x"] = 2,
    			["w"] = 158,
    			["h"] = 18,
    			["bg"] = "fer34",
    			["hide"] = true,
    		},
    		["combattext"] = {
    			["y"] = 1,
    			["h"] = 12,
    			["justifyH"] = "CENTER",
    			["fontsize"] = 10,
    			["w"] = 40,
    			["x"] = -1,
    			["justifyV"] = "TOP",
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 5,
    			["y"] = -10,
    			["h"] = 20,
    			["justifyH"] = "RIGHT",
    			["fontsize"] = 10,
    			["x"] = -130,
    			["w"] = 120,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = -37,
    			["x"] = 50,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 3,
    			["w"] = 17,
    			["cols"] = 16,
    			["y"] = -52,
    			["push"] = "v",
    			["count"] = 40,
    			["h"] = 17,
    			["x"] = 0,
    			["hide"] = true,
    		},
    		["text6"] = {
    			["pattern"] = "[gray_if_dead:DEAD]",
    			["w"] = 40,
    			["framelevel"] = 6,
    			["y"] = -8,
    			["h"] = 14,
    			["justifyH"] = "RIGHT",
    			["justifyV"] = "CENTER",
    			["fontsize"] = 10,
    			["x"] = 34,
    		},
    		["text1"] = {
    			["pattern"] = "[name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["w"] = 70,
    			["y"] = 6,
    			["h"] = 14,
    			["fontsize"] = 10,
    			["bg"] = "Empty",
    			["fontflags"] = "None",
    			["x"] = 4,
    			["fontcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["justifyH"] = "RIGHT",
    		},
    		["text2"] = {
    			["pattern"] = "[perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 6,
    			["y"] = -8,
    			["h"] = 14,
    			["justifyH"] = "RIGHT",
    			["w"] = 40,
    			["x"] = -18,
    			["fontsize"] = 10,
    		},
    		["castbar"] = {
    			["spellfontsize"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["timeshadowy"] = -1,
    			["spelljustifyH"] = "CENTER",
    			["iconw"] = 9,
    			["h"] = 2,
    			["timefontsize"] = 9,
    			["timeh"] = 10,
    			["spellfontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 0.502,
    				["b"] = 0.2,
    			},
    			["w"] = 78,
    			["spelljustifyV"] = "CENTER",
    			["timew"] = 40,
    			["x"] = 0,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["timeformat"] = "remain",
    			["spellw"] = 0,
    			["baralpha"] = 1,
    			["spellh"] = 0,
    			["iconh"] = 9,
    			["iconhide"] = true,
    			["spellshadowy"] = -1,
    			["spellx"] = 0,
    			["timey"] = 10,
    			["timeshadowx"] = -1,
    			["icony"] = 4,
    			["alpha"] = 1,
    			["y"] = -20,
    			["iconx"] = 64,
    			["timejustifyV"] = "CENTER",
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["spellshadowx"] = -1,
    			["timejustifyH"] = "CENTER",
    			["iconalpha"] = 1,
    			["timex"] = -14,
    			["spelly"] = -18,
    		},
    		["text5"] = {
    			["pattern"] = "[percmp]%",
    			["justifyV"] = "BOTTOM",
    			["y"] = -36,
    			["h"] = 10,
    			["justifyH"] = "RIGHT",
    			["w"] = 140,
    			["x"] = 63,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["dispellicon"] = {
    			["y"] = -4,
    			["x"] = 149,
    			["h"] = 42,
    			["w"] = 42,
    			["hide"] = true,
    		},
    		["text4"] = {
    			["pattern"] = "[curmp]/[maxmp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -25,
    			["x"] = -65,
    			["justifyH"] = "LEFT",
    			["justifyV"] = "CENTER",
    			["h"] = 20,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 4,
    			["barinsetleft"] = 1,
    			["hide"] = true,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 78,
    			["y"] = -24,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["bgcolormethod"] = "solid",
    			["smoothfade"] = true,
    			["hidemanatick"] = true,
    		},
    		["pettime"] = {
    			["y"] = -25,
    			["x"] = 0,
    			["fontsize"] = 10,
    			["h"] = 10,
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 36,
    			["hide"] = true,
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.227,
    				["g"] = 0.227,
    				["r"] = 0.227,
    			},
    			["barcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["w"] = 78,
    			["fade"] = true,
    			["y"] = -2,
    			["x"] = 0,
    			["barcolormethod"] = "solid",
    			["reverse"] = true,
    			["h"] = 20,
    			["framelevel"] = 1,
    			["smoothfade"] = true,
    			["bgcolormethod"] = "solid",
    		},
    		["raidtargeticon"] = {
    			["y"] = 8,
    			["x"] = 42,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -732,
    			["h"] = 20,
    			["bordercolormethod"] = "solid",
    			["bordercolor"] = {
    				["a"] = 0,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 80,
    			["x"] = 422,
    		},
    		["happinessicon"] = {
    			["y"] = -4,
    			["h"] = 12,
    			["framelevel"] = 2,
    			["w"] = 12,
    			["x"] = -6,
    			["alpha"] = 0.8,
    			["hide"] = true,
    		},
    		["statusicon"] = {
    			["y"] = -24,
    			["h"] = 12,
    			["hide"] = true,
    			["alpha"] = 0.9,
    			["x"] = -4,
    			["w"] = 12,
    			["framelevel"] = 4,
    		},
    	},
    	["boss4"] = {
    		["frame"] = {
    			["y"] = -380,
    			["x"] = 864,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["player"] = {
    		["dispellicon"] = {
    			["y"] = -4,
    			["x"] = 149,
    			["h"] = 42,
    			["w"] = 42,
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["alpha"] = 1,
    			["framelevel"] = 5,
    			["y"] = 20,
    			["camera"] = 0,
    			["w"] = 50,
    			["h"] = 30,
    			["border"] = "fer10",
    			["bg"] = "fer34",
    			["x"] = 100,
    		},
    		["debuffgroup"] = {
    			["rows"] = 3,
    			["w"] = 17,
    			["cols"] = 16,
    			["y"] = -52,
    			["h"] = 17,
    			["count"] = 40,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["runebar"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["rows"] = 1,
    			["w"] = 7,
    			["framelevel"] = 5,
    			["y"] = -12,
    			["h"] = 6,
    			["spacing"] = 1,
    			["vspacing"] = 1,
    			["growth"] = "TBLR",
    			["x"] = 101,
    		},
    		["lfgicon"] = {
    			["h"] = 12,
    			["framelevel"] = 6,
    			["alpha"] = 0.6,
    			["x"] = 146,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["leadericon"] = {
    			["y"] = 26,
    			["x"] = 140,
    			["h"] = 10,
    			["w"] = 10,
    			["alpha"] = 0.9,
    			["framelevel"] = 6,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 160,
    			["y"] = -28,
    			["x"] = 0,
    			["bgcolormethod"] = "solid",
    			["reverse"] = true,
    			["barinsetright"] = 1,
    			["hidemanatick"] = true,
    			["smoothfade"] = true,
    			["barcolormethod"] = "power",
    		},
    		["druidbar"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 160,
    			["barcolor"] = {
    				["a"] = 1,
    				["r"] = 0.549,
    				["g"] = 0.761,
    				["b"] = 1,
    			},
    			["border"] = "None",
    			["fade"] = true,
    			["y"] = -36,
    			["h"] = 3,
    			["bgalpha"] = 1,
    			["reverse"] = true,
    			["bgcolormethod"] = "solid",
    			["barcolormethod"] = "solid",
    			["x"] = 0,
    			["hide"] = true,
    		},
    		["text7"] = {
    			["pattern"] = "",
    			["justifyV"] = "CENTER",
    			["y"] = 0,
    			["h"] = 1,
    			["justifyH"] = "CENTER",
    			["w"] = 1,
    			["x"] = 0,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["vehicleicon"] = {
    			["hide"] = true,
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.227,
    				["g"] = 0.227,
    				["r"] = 0.227,
    			},
    			["barcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["w"] = 160,
    			["fade"] = true,
    			["y"] = -2,
    			["h"] = 24,
    			["barcolormethod"] = "solid",
    			["reverse"] = true,
    			["x"] = 0,
    			["framelevel"] = 2,
    			["smoothfade"] = true,
    			["bgcolormethod"] = "solid",
    		},
    		["combattext"] = {
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 52,
    			["y"] = -2,
    			["x"] = -1,
    			["justifyH"] = "CENTER",
    			["justifyV"] = "TOP",
    			["h"] = 14,
    			["fontsize"] = 12,
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "[perchp]% || [curhp] / [maxhp] [gray:deficithp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -10,
    			["h"] = 20,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["justifyV"] = "CENTER",
    			["x"] = 4,
    			["justifyH"] = "LEFT",
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 150,
    			["circular"] = true,
    			["framelevel"] = 6,
    			["w"] = 12,
    			["h"] = 12,
    			["alpha"] = 0.9,
    			["hide"] = true,
    		},
    		["totembar"] = {
    			["y"] = 13,
    			["x"] = 20,
    			["bgcolor"] = {
    				["a"] = 0.4,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["h"] = 12,
    			["w"] = 32,
    			["hide"] = true,
    		},
    		["text6"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 8,
    			["y"] = -10,
    			["h"] = 14,
    			["justifyH"] = "CENTER",
    			["w"] = 189,
    			["x"] = 52,
    			["fontsize"] = 12,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["w"] = 140,
    			["pattern"] = "[name]",
    			["bg"] = "Empty",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["h"] = 14,
    			["y"] = 13,
    			["x"] = -44,
    			["fontsize"] = 12,
    			["emptyhide"] = true,
    			["fontflags"] = "None",
    			["justifyH"] = "RIGHT",
    			["fontcolor"] = {
    				["a"] = 1,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["font"] = "Accidental Presidency",
    		},
    		["shardbar"] = {
    			["y"] = 0,
    			["x"] = -80,
    			["scale"] = 0.6,
    		},
    		["voiceicon"] = {
    			["y"] = 7,
    			["x"] = -7,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["text2"] = {
    			["pattern"] = "[level] [class:class]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 140,
    			["framelevel"] = 6,
    			["y"] = 24,
    			["x"] = -44,
    			["justifyH"] = "RIGHT",
    			["emptyhide"] = true,
    			["justifyV"] = "CENTER",
    			["h"] = 14,
    			["fontsize"] = 10,
    		},
    		["buffgroup"] = {
    			["y"] = -52,
    			["x"] = 0,
    			["count"] = 32,
    			["cols"] = 16,
    			["h"] = 17,
    			["rows"] = 2,
    			["w"] = 17,
    			["hide"] = true,
    		},
    		["castbar"] = {
    			["spellfontsize"] = 10,
    			["bgcolor"] = {
    				["a"] = 0,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["timeshadowy"] = -1,
    			["spelljustifyH"] = "LEFT",
    			["iconw"] = 12,
    			["h"] = 3,
    			["timefontsize"] = 10,
    			["timeh"] = 10,
    			["spellfontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["w"] = 218,
    			["spelljustifyV"] = "TOP",
    			["spelly"] = 0,
    			["x"] = 234,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["barinsetright"] = 0,
    			["spellw"] = 80,
    			["baralpha"] = 1,
    			["spellh"] = 10,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["border"] = "None",
    			["iconh"] = 12,
    			["lagcolor"] = {
    				["a"] = 0,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["spellshadowy"] = -1,
    			["icony"] = 6,
    			["timew"] = 80,
    			["iconalpha"] = 0.9,
    			["barinsetleft"] = 0,
    			["timejustifyV"] = "CENTER",
    			["timeformat"] = "none",
    			["barinsettop"] = 0,
    			["framelevel"] = 4,
    			["spellx"] = 80,
    			["bartexture"] = "fer34",
    			["timeshadowx"] = -1,
    			["y"] = -84,
    			["alpha"] = 1,
    			["spellfontflags"] = "None",
    			["barinsetbottom"] = 0,
    			["timey"] = 0,
    			["iconx"] = 4,
    			["spellshadowx"] = -1,
    			["timejustifyH"] = "RIGHT",
    			["showlag"] = true,
    			["timex"] = 110,
    			["bordercolor"] = {
    				["a"] = 0,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    		},
    		["text8"] = {
    			["pattern"] = "",
    			["justifyV"] = "CENTER",
    			["y"] = 0,
    			["h"] = 1,
    			["justifyH"] = "CENTER",
    			["w"] = 1,
    			["x"] = 0,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["eclipsebar"] = {
    			["y"] = 5,
    			["x"] = -48,
    			["scale"] = 0.7,
    			["alpha"] = 1,
    			["framelevel"] = 3,
    		},
    		["pvpicon"] = {
    			["y"] = -12,
    			["x"] = -15,
    			["h"] = 28,
    			["w"] = 28,
    			["hide"] = true,
    		},
    		["tempenchant"] = {
    			["y"] = -52,
    			["x"] = -17,
    			["count"] = 2,
    			["h"] = 17,
    			["w"] = 17,
    			["growth"] = "TBLR",
    			["hide"] = true,
    		},
    		["holybar"] = {
    			["y"] = 10,
    			["x"] = -90,
    			["scale"] = 0.5,
    		},
    		["looticon"] = {
    			["y"] = 26,
    			["h"] = 9,
    			["x"] = 130,
    			["w"] = 9,
    			["alpha"] = 0.9,
    			["framelevel"] = 6,
    		},
    		["grouptext"] = {
    			["bgcolor"] = {
    				["a"] = 0.3,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 14,
    			["y"] = -40,
    			["x"] = 5,
    			["justifyH"] = "CENTER",
    			["justifyV"] = "CENTER",
    			["h"] = 12,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["text4"] = {
    			["onmouse"] = true,
    			["pattern"] = "[curmp] / [maxmp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["y"] = -10,
    			["h"] = 20,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["w"] = 120,
    			["x"] = 34,
    			["justifyH"] = "RIGHT",
    		},
    		["raidtargeticon"] = {
    			["y"] = 8,
    			["x"] = 42,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -694,
    			["h"] = 35,
    			["bordercolormethod"] = "solid",
    			["x"] = 339,
    			["bordercolor"] = {
    				["a"] = 0,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 160,
    			["fasthp"] = true,
    		},
    		["text5"] = {
    			["pattern"] = "[gray_if_dead:DEAD][gray_if_ghost:GHOST][gray_if_afk:AFK][gray_if_dnd:DND][gray_if_offline:OFFLINE]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 8,
    			["y"] = -8,
    			["x"] = 14,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["w"] = 140,
    			["h"] = 20,
    			["justifyH"] = "RIGHT",
    		},
    		["statusicon"] = {
    			["y"] = -20,
    			["h"] = 12,
    			["x"] = -6,
    			["alpha"] = 0.9,
    			["w"] = 12,
    			["framelevel"] = 32,
    		},
    	},
    	["boss3target"] = {
    		["frame"] = {
    			["y"] = -375,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["partypet2"] = {
    		["frame"] = {
    			["y"] = -245,
    			["x"] = 7,
    			["hide"] = true,
    		},
    	},
    	["partypet1"] = {
    		["text2"] = {
    			["pattern"] = "[perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 40,
    			["framelevel"] = 6,
    			["y"] = -8,
    			["x"] = 34,
    			["fontsize"] = 10,
    			["justifyH"] = "RIGHT",
    			["h"] = 14,
    			["justifyV"] = "CENTER",
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 0,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["border"] = "None",
    			["framelevel"] = 0,
    			["y"] = -4,
    			["camera"] = 0,
    			["alpha"] = 0.6,
    			["x"] = 2,
    			["h"] = 18,
    			["w"] = 158,
    			["bg"] = "fer34",
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -10,
    			["x"] = -130,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["justifyH"] = "RIGHT",
    			["h"] = 20,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = -37,
    			["x"] = 50,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 3,
    			["w"] = 17,
    			["cols"] = 16,
    			["y"] = -52,
    			["h"] = 17,
    			["count"] = 40,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["hide"] = true,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 160,
    			["y"] = -33,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["hidemanatick"] = true,
    			["smoothfade"] = true,
    			["bgcolormethod"] = "solid",
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 60,
    			["fade"] = true,
    			["y"] = -2,
    			["x"] = 0,
    			["framelevel"] = 1,
    			["barcolormethod"] = "solid",
    			["bgcolormethod"] = "solid",
    			["h"] = 10,
    			["smoothfade"] = true,
    			["barcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    		},
    		["text4"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -25,
    			["x"] = -65,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["justifyH"] = "LEFT",
    			["h"] = 20,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 8,
    			["x"] = 42,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -710,
    			["x"] = 1090,
    			["bordercolormethod"] = "solid",
    			["h"] = 20,
    			["bordercolor"] = {
    				["a"] = 0,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 80,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["pattern"] = "[name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 70,
    			["fontsize"] = 10,
    			["y"] = 6,
    			["h"] = 14,
    			["justifyH"] = "LEFT",
    			["fontcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["fontflags"] = "None",
    			["x"] = 4,
    			["bg"] = "Empty",
    			["justifyV"] = "CENTER",
    		},
    		["buffgroup"] = {
    			["y"] = -52,
    			["x"] = 0,
    			["count"] = 32,
    			["cols"] = 16,
    			["h"] = 17,
    			["rows"] = 2,
    			["w"] = 17,
    			["hide"] = true,
    		},
    	},
    	["targettargettarget"] = {
    		["text2"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["pattern"] = "[reaction:perchp]",
    			["fontsize"] = 10,
    			["w"] = 24,
    			["h"] = 12,
    			["justifyV"] = "CENTER",
    			["justifyH"] = "CENTER",
    		},
    		["portrait"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["w"] = 12,
    			["h"] = 12,
    		},
    		["text3"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 1,
    			["w"] = 6,
    			["cols"] = 6,
    			["y"] = -12,
    			["h"] = 6,
    			["count"] = 6,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["y"] = -9,
    			["x"] = 12,
    			["barcolormethod"] = "power",
    			["h"] = 3,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "powerdark",
    		},
    		["hpbar"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["barcolormethod"] = "hpgreen",
    			["h"] = 9,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "hpgreendark",
    		},
    		["text4"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 4,
    			["x"] = 4,
    			["h"] = 8,
    			["w"] = 8,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -37,
    			["x"] = 480,
    			["h"] = 12,
    			["w"] = 36,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["pattern"] = "[reaction:name]",
    			["h"] = 12,
    			["w"] = 24,
    			["hide"] = true,
    		},
    		["buffgroup"] = {
    			["y"] = -12,
    			["x"] = 0,
    			["count"] = 6,
    			["cols"] = 6,
    			["h"] = 6,
    			["rows"] = 1,
    			["w"] = 6,
    			["hide"] = true,
    		},
    	},
    	["arenapet5"] = {
    		["frame"] = {
    			["y"] = -481,
    			["x"] = 864,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["party2target"] = {
    		["frame"] = {
    			["y"] = -205,
    			["x"] = 162,
    			["hide"] = true,
    		},
    	},
    	["target"] = {
    		["buffgroup"] = {
    			["counttshadowy"] = -1,
    			["rows"] = 2,
    			["counttshadowx"] = -1,
    			["framelevel"] = 6,
    			["h"] = 15,
    			["spacing"] = 1,
    			["vspacing"] = 1,
    			["hide"] = true,
    			["growth"] = "LRBT",
    			["y"] = 26,
    			["push"] = "None",
    			["count"] = 20,
    			["cols"] = 10,
    			["x"] = 0,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["counttfontsize"] = 10,
    			["w"] = 15,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["border"] = "fer10",
    			["framelevel"] = 4,
    			["y"] = 20,
    			["x"] = 10,
    			["w"] = 50,
    			["h"] = 30,
    			["alpha"] = 1,
    			["bg"] = "fer34",
    			["camera"] = 0,
    		},
    		["combattext"] = {
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "TOP",
    			["framelevel"] = 8,
    			["y"] = -2,
    			["h"] = 14,
    			["fontsize"] = 12,
    			["w"] = 52,
    			["x"] = -1,
    			["justifyH"] = "CENTER",
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "[gray_if_helpful:deficithp] [curhp] / [maxhp] || [perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -10,
    			["h"] = 20,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["justifyV"] = "CENTER",
    			["x"] = 34,
    			["justifyH"] = "RIGHT",
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 150,
    			["circular"] = true,
    			["framelevel"] = 6,
    			["alpha"] = 0.9,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["counttshadowy"] = -1,
    			["rows"] = 2,
    			["counttshadowx"] = -1,
    			["cols"] = 10,
    			["h"] = 15,
    			["spacing"] = 1,
    			["timefontsize"] = 1,
    			["hide"] = true,
    			["counttfontflags"] = "None",
    			["w"] = 15,
    			["x"] = 0,
    			["y"] = 26,
    			["push"] = "v",
    			["count"] = 20,
    			["framelevel"] = 6,
    			["growth"] = "LRBT",
    			["timefontcolor"] = {
    				["a"] = 0,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["counttfontsize"] = 10,
    			["vspacing"] = 1,
    		},
    		["text7"] = {
    			["pattern"] = "",
    			["justifyV"] = "CENTER",
    			["y"] = 0,
    			["h"] = 1,
    			["justifyH"] = "CENTER",
    			["w"] = 1,
    			["x"] = 0,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["threatbar"] = {
    			["y"] = 11,
    			["x"] = 100,
    			["bgcolor"] = {
    				["a"] = 0.4,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["h"] = 12,
    			["w"] = 32,
    			["hide"] = true,
    		},
    		["text6"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 8,
    			["y"] = -10,
    			["h"] = 14,
    			["justifyH"] = "CENTER",
    			["w"] = 189,
    			["x"] = 52,
    			["fontsize"] = 12,
    			["hide"] = true,
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 160,
    			["fade"] = true,
    			["y"] = -2,
    			["x"] = 0,
    			["barcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["barcolormethod"] = "solid",
    			["framelevel"] = 2,
    			["h"] = 24,
    			["smoothfade"] = true,
    			["bgcolormethod"] = "solid",
    		},
    		["text1"] = {
    			["w"] = 140,
    			["pattern"] = "[name]",
    			["fontcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 6,
    			["y"] = 13,
    			["x"] = 64,
    			["fontsize"] = 12,
    			["justifyH"] = "LEFT",
    			["fontflags"] = "None",
    			["emptyhide"] = true,
    			["bg"] = "Empty",
    			["h"] = 14,
    		},
    		["text4"] = {
    			["onmouse"] = true,
    			["pattern"] = "[curmp] / [maxmp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -10,
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    			["justifyV"] = "CENTER",
    			["emptyhide"] = true,
    			["x"] = 4,
    			["fontsize"] = 10,
    			["fontflags"] = "None",
    		},
    		["comboframe"] = {
    			["combo3glowcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.8,
    				["b"] = 0.404,
    			},
    			["glowcolor"] = {
    				["a"] = 0.8,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 0,
    			},
    			["combo2h"] = 8,
    			["combo1glowcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			},
    			["framelevel"] = 8,
    			["combo2glowcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			},
    			["combo5h"] = 8,
    			["combo2color"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			},
    			["combo4color"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.596,
    				["b"] = 0.357,
    			},
    			["color"] = {
    				["a"] = 1,
    				["r"] = 0.7,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["combo1w"] = 8,
    			["combostyle"] = 2,
    			["h"] = 20,
    			["combo4h"] = 8,
    			["combo1color"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.957,
    				["b"] = 0.545,
    			},
    			["combo4glowcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.596,
    				["b"] = 0.357,
    			},
    			["combo5glowcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.486,
    				["b"] = 0.302,
    			},
    			["combo5w"] = 8,
    			["combo4w"] = 8,
    			["alpha"] = 0.9,
    			["combo1h"] = 8,
    			["y"] = -12,
    			["x"] = 10,
    			["combo3h"] = 8,
    			["w"] = 80,
    			["combo3w"] = 8,
    			["combo3color"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.8,
    				["b"] = 0.404,
    			},
    			["combo5color"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 0.486,
    				["b"] = 0.302,
    			},
    			["combo2w"] = 8,
    		},
    		["grouptext"] = {
    			["bgcolor"] = {
    				["a"] = 0.3,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 14,
    			["y"] = -40,
    			["x"] = 5,
    			["justifyH"] = "CENTER",
    			["justifyV"] = "CENTER",
    			["h"] = 12,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 160,
    			["y"] = -28,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["bgcolormethod"] = "solid",
    			["smoothfade"] = true,
    			["hidemanatick"] = true,
    		},
    		["text2"] = {
    			["pattern"] = "[class_if_pc:class][custom_ifnot_pc:classification][reaction_ifnot_pc:creaturetype] [level]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 6,
    			["y"] = 24,
    			["x"] = 64,
    			["fontsize"] = 10,
    			["w"] = 140,
    			["emptyhide"] = true,
    			["h"] = 14,
    			["fontcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["justifyH"] = "LEFT",
    		},
    		["text8"] = {
    			["pattern"] = "",
    			["justifyV"] = "CENTER",
    			["y"] = 0,
    			["h"] = 1,
    			["justifyH"] = "CENTER",
    			["w"] = 1,
    			["x"] = 0,
    			["fontsize"] = 10,
    			["hide"] = true,
    		},
    		["castbar"] = {
    			["spellfontsize"] = 14,
    			["spellshadowy"] = -1,
    			["timeshadowy"] = -1,
    			["spelljustifyH"] = "CENTER",
    			["iconw"] = 12,
    			["h"] = 3,
    			["timefontsize"] = 12,
    			["timeh"] = 12,
    			["spellfontcolor"] = {
    				["a"] = 0,
    				["b"] = 0.2,
    				["g"] = 0.502,
    				["r"] = 1,
    			},
    			["w"] = 218,
    			["icony"] = 6,
    			["spelly"] = -26,
    			["x"] = -291,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["timejustifyV"] = "CENTER",
    			["timefontcolor"] = {
    				["a"] = 0,
    				["b"] = 0.2,
    				["g"] = 0.502,
    				["r"] = 1,
    			},
    			["baralpha"] = 1,
    			["spellh"] = 14,
    			["iconh"] = 12,
    			["bgcolor"] = {
    				["a"] = 0,
    				["b"] = 0,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["spellx"] = 0,
    			["timey"] = -36,
    			["timeshadowx"] = -1,
    			["spelljustifyV"] = "CENTER",
    			["alpha"] = 1,
    			["y"] = -63,
    			["iconx"] = 4,
    			["spellw"] = 193,
    			["framelevel"] = 4,
    			["spellshadowx"] = -1,
    			["timejustifyH"] = "CENTER",
    			["timew"] = 193,
    			["timex"] = 0,
    			["iconalpha"] = 0.9,
    		},
    		["text5"] = {
    			["pattern"] = "[gray_if_dead:DEAD ][gray_if_ghost:GHOST ][gray_if_afk:AFK ][gray_if_dnd:DND ][gray_if_offline:OFFLINE ][gray_if_tapped:TAPPED ]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 80,
    			["y"] = -8,
    			["x"] = 6,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["justifyV"] = "CENTER",
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    		},
    		["leadericon"] = {
    			["y"] = 26,
    			["x"] = 12,
    			["h"] = 10,
    			["w"] = 10,
    			["alpha"] = 0.9,
    			["framelevel"] = 6,
    		},
    		["pvpicon"] = {
    			["y"] = -12,
    			["h"] = 28,
    			["x"] = -15,
    			["w"] = 28,
    			["hide"] = true,
    		},
    		["dispellicon"] = {
    			["y"] = -4,
    			["h"] = 42,
    			["x"] = 149,
    			["w"] = 42,
    			["hide"] = true,
    		},
    		["looticon"] = {
    			["y"] = 26,
    			["x"] = 22,
    			["h"] = 9,
    			["w"] = 9,
    			["alpha"] = 0.9,
    			["framelevel"] = 6,
    		},
    		["rangetext"] = {
    			["y"] = 10,
    			["h"] = 10,
    			["justifyH"] = "CENTER",
    			["x"] = 0,
    			["fontsize"] = 10,
    			["w"] = 95.5,
    			["hide"] = true,
    		},
    		["auratimers"] = {
    			["count"] = 12,
    			["rows"] = 6,
    			["w"] = 160,
    			["cols"] = 2,
    			["y"] = 154,
    			["push"] = "v",
    			["fontsize"] = 10,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["x"] = -251,
    			["h"] = 14,
    			["growth"] = "TBLR",
    			["hide"] = true,
    		},
    		["lfgicon"] = {
    			["h"] = 16,
    			["hide"] = true,
    			["w"] = 16,
    			["alpha"] = 0.6,
    			["framelevel"] = 0,
    		},
    		["raidtargeticon"] = {
    			["y"] = 30,
    			["h"] = 20,
    			["x"] = 44,
    			["w"] = 20,
    			["alpha"] = 0.9,
    			["framelevel"] = 8,
    		},
    		["frame"] = {
    			["y"] = -694,
    			["h"] = 35,
    			["bordercolormethod"] = "solid",
    			["x"] = 864,
    			["bordercolor"] = {
    				["a"] = 0,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 160,
    			["fasthp"] = true,
    		},
    		["inspectbutton"] = {
    			["y"] = 8,
    			["h"] = 16,
    			["x"] = 183,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["statusicon"] = {
    			["y"] = -20,
    			["x"] = 154,
    			["h"] = 12,
    			["w"] = 12,
    			["alpha"] = 0.9,
    			["framelevel"] = 6,
    		},
    	},
    	["arena3target"] = {
    		["frame"] = {
    			["y"] = -375,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["arena2"] = {
    		["frame"] = {
    			["y"] = -560,
    			["x"] = 1086,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["focus"] = {
    		["buffgroup"] = {
    			["y"] = -52,
    			["h"] = 17,
    			["count"] = 32,
    			["cols"] = 16,
    			["x"] = 0,
    			["rows"] = 2,
    			["w"] = 17,
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 0,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["border"] = "None",
    			["framelevel"] = 0,
    			["y"] = -4,
    			["camera"] = 0,
    			["alpha"] = 0.6,
    			["x"] = 2,
    			["w"] = 158,
    			["h"] = 18,
    			["bg"] = "fer34",
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -10,
    			["h"] = 20,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["x"] = -130,
    			["justifyH"] = "RIGHT",
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = -37,
    			["x"] = 50,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 3,
    			["w"] = 17,
    			["cols"] = 16,
    			["y"] = -52,
    			["h"] = 17,
    			["count"] = 40,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["text1"] = {
    			["pattern"] = "[name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["justifyV"] = "CENTER",
    			["y"] = 6,
    			["h"] = 14,
    			["fontsize"] = 10,
    			["fontcolor"] = {
    				["a"] = 1,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["fontflags"] = "None",
    			["justifyH"] = "LEFT",
    			["bg"] = "Empty",
    			["x"] = 4,
    		},
    		["text2"] = {
    			["pattern"] = "[perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 40,
    			["framelevel"] = 6,
    			["y"] = -8,
    			["x"] = 34,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["h"] = 14,
    			["justifyH"] = "RIGHT",
    		},
    		["castbar"] = {
    			["baralpha"] = 1,
    			["spellfontsize"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["spellh"] = 0,
    			["spellshadowy"] = -1,
    			["spelljustifyH"] = "CENTER",
    			["spellshadowx"] = -1,
    			["iconh"] = 9,
    			["iconw"] = 9,
    			["h"] = 2,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["b"] = 0.2,
    				["g"] = 0.502,
    				["r"] = 1,
    			},
    			["timeformat"] = "none",
    			["iconhide"] = true,
    			["timefontsize"] = 1,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["w"] = 78,
    			["icony"] = 4,
    			["timew"] = 0,
    			["spellx"] = 0,
    			["timey"] = -853,
    			["timeh"] = 0,
    			["spellfontcolor"] = {
    				["a"] = 0,
    				["b"] = 0.2,
    				["g"] = 0.502,
    				["r"] = 1,
    			},
    			["alpha"] = 1,
    			["spelljustifyV"] = "CENTER",
    			["y"] = -20,
    			["x"] = 0,
    			["spelly"] = -18,
    			["iconx"] = 4,
    			["timejustifyH"] = "CENTER",
    			["spellw"] = 0,
    			["timex"] = -1365,
    			["timejustifyV"] = "CENTER",
    		},
    		["comboframe"] = {
    			["y"] = -16,
    			["h"] = 15,
    			["x"] = 0,
    			["glowcolor"] = {
    				["a"] = 0.8,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 0,
    			},
    			["color"] = {
    				["a"] = 1,
    				["r"] = 0.7,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 25,
    			["hide"] = true,
    		},
    		["text4"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -25,
    			["x"] = -65,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    			["hide"] = true,
    		},
    		["pvpicon"] = {
    			["y"] = -12,
    			["x"] = -15,
    			["h"] = 28,
    			["w"] = 28,
    			["hide"] = true,
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.227,
    				["g"] = 0.227,
    				["b"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 78,
    			["bgcolormethod"] = "solid",
    			["y"] = -2,
    			["x"] = 0,
    			["barcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["barcolormethod"] = "solid",
    			["fade"] = true,
    			["h"] = 20,
    			["smoothfade"] = true,
    			["framelevel"] = 1,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["hide"] = true,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 160,
    			["y"] = -33,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["bgcolormethod"] = "solid",
    			["smoothfade"] = true,
    			["hidemanatick"] = true,
    		},
    		["rangetext"] = {
    			["y"] = 10,
    			["x"] = 0,
    			["fontsize"] = 10,
    			["h"] = 10,
    			["w"] = 39,
    			["justifyH"] = "CENTER",
    		},
    		["auratimers"] = {
    			["rows"] = 4,
    			["w"] = 50,
    			["cols"] = 1,
    			["y"] = -24,
    			["x"] = 0,
    			["count"] = 4,
    			["growth"] = "TBLR",
    			["h"] = 12,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["dispellicon"] = {
    			["y"] = -4,
    			["x"] = 149,
    			["h"] = 42,
    			["w"] = 42,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 8,
    			["x"] = 42,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -732,
    			["x"] = 946,
    			["bordercolormethod"] = "solid",
    			["bordercolor"] = {
    				["a"] = 0,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["w"] = 80,
    			["h"] = 20,
    		},
    		["threatbar"] = {
    			["y"] = 12,
    			["x"] = 10,
    			["bgcolor"] = {
    				["a"] = 0.4,
    				["r"] = 0,
    				["g"] = 0,
    				["b"] = 0,
    			},
    			["h"] = 12,
    			["w"] = 32,
    			["hide"] = true,
    		},
    		["statusicon"] = {
    			["y"] = -24,
    			["x"] = -4,
    			["framelevel"] = 4,
    			["alpha"] = 0.9,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    	},
    	["party1"] = {
    		["buffgroup"] = {
    			["y"] = -40,
    			["x"] = 28,
    			["count"] = 12,
    			["cols"] = 12,
    			["h"] = 12,
    			["rows"] = 1,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["border"] = "fer10",
    			["framelevel"] = 4,
    			["y"] = 20,
    			["camera"] = 0,
    			["x"] = 4,
    			["h"] = 20,
    			["alpha"] = 1,
    			["bg"] = "fer34",
    			["w"] = 30,
    		},
    		["combattext"] = {
    			["y"] = 1,
    			["x"] = -1,
    			["fontsize"] = 10,
    			["h"] = 12,
    			["w"] = 40,
    			["justifyH"] = "CENTER",
    			["justifyV"] = "TOP",
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "[gray:deficithp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = 2,
    			["h"] = 20,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["justifyH"] = "RIGHT",
    			["x"] = -42,
    			["justifyV"] = "CENTER",
    		},
    		["infoicon"] = {
    			["y"] = -28,
    			["x"] = 37,
    			["h"] = 9,
    			["w"] = 9,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 2,
    			["growth"] = "TBLR",
    			["cols"] = 4,
    			["y"] = -14,
    			["x"] = 147,
    			["count"] = 8,
    			["w"] = 12,
    			["h"] = 12,
    			["hide"] = true,
    		},
    		["text6"] = {
    			["pattern"] = "[gray_if_oor:OOR ][gray_if_dead:DEAD][gray_if_ghost:GHOST][gray_if_offline: OFFLINE]",
    			["justifyV"] = "CENTER",
    			["y"] = -22,
    			["x"] = 1,
    			["justifyH"] = "CENTER",
    			["w"] = 145,
    			["fontsize"] = 10,
    			["h"] = 10,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["w"] = 140,
    			["pattern"] = "[name]",
    			["bg"] = "Empty",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 6,
    			["y"] = 20,
    			["h"] = 14,
    			["fontsize"] = 12,
    			["justifyH"] = "LEFT",
    			["emptyhide"] = true,
    			["fontflags"] = "None",
    			["fontcolor"] = {
    				["a"] = 1,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["x"] = 38,
    		},
    		["voiceicon"] = {
    			["y"] = 7,
    			["x"] = -7,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["text2"] = {
    			["pattern"] = "[class_if_pc:class][custom_ifnot_pc:classification][reaction_ifnot_pc:creaturetype] [level]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 140,
    			["framelevel"] = 6,
    			["y"] = 31,
    			["x"] = 38,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["emptyhide"] = true,
    			["justifyH"] = "LEFT",
    			["fontcolor"] = {
    				["a"] = 1,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["h"] = 14,
    		},
    		["lfgicon"] = {
    			["alpha"] = 0.6,
    			["h"] = 14,
    			["w"] = 14,
    			["hide"] = true,
    		},
    		["castbar"] = {
    			["baralpha"] = 0,
    			["spellfontsize"] = 12,
    			["bgcolor"] = {
    				["a"] = 0.2,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 0,
    			},
    			["spellh"] = 12,
    			["spelljustifyH"] = "CENTER",
    			["spellshadowy"] = -1,
    			["iconh"] = 12,
    			["iconw"] = 12,
    			["h"] = 38,
    			["w"] = 147,
    			["spellw"] = 147,
    			["iconhide"] = true,
    			["timefontsize"] = 10,
    			["timejustifyH"] = "CENTER",
    			["hide"] = true,
    			["spellshadowx"] = -1,
    			["icony"] = -26,
    			["spellx"] = 0,
    			["timey"] = -30,
    			["timeh"] = 10,
    			["spellfontcolor"] = {
    				["a"] = 0.7,
    				["r"] = 1,
    				["g"] = 0.5,
    				["b"] = 0.2,
    			},
    			["alpha"] = 1,
    			["spelljustifyV"] = "CENTER",
    			["y"] = 1,
    			["x"] = -1,
    			["spelly"] = -18,
    			["iconx"] = 62,
    			["timejustifyV"] = "CENTER",
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 0.5,
    				["b"] = 0.2,
    			},
    			["timex"] = 0,
    			["timew"] = 147,
    		},
    		["text5"] = {
    			["pattern"] = "[gray_if_dead:DEAD][gray_if_ghost:GHOST][gray_if_afk:AFK][gray_if_dnd:DND][gray_if_offline:OFFLINE]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["y"] = 2,
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    			["emptyhide"] = true,
    			["x"] = 6,
    			["fontsize"] = 10,
    			["w"] = 80,
    		},
    		["leadericon"] = {
    			["y"] = 26,
    			["x"] = 12,
    			["h"] = 10,
    			["alpha"] = 0.9,
    			["w"] = 10,
    			["framelevel"] = 6,
    		},
    		["pvpicon"] = {
    			["y"] = -9,
    			["x"] = -12,
    			["h"] = 23,
    			["w"] = 23,
    			["hide"] = true,
    		},
    		["text4"] = {
    			["onmouse"] = true,
    			["pattern"] = "[curmp] / [maxmp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["justifyV"] = "CENTER",
    			["y"] = -10,
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    			["fontsize"] = 10,
    			["fontflags"] = "None",
    			["x"] = 4,
    			["emptyhide"] = true,
    			["hide"] = true,
    		},
    		["dispellicon"] = {
    			["y"] = -4,
    			["x"] = 112,
    			["h"] = 34,
    			["w"] = 34,
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 80,
    			["y"] = -18,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["hidemanatick"] = true,
    			["smoothfade"] = true,
    			["bgcolormethod"] = "solid",
    		},
    		["looticon"] = {
    			["y"] = 26,
    			["x"] = 22,
    			["h"] = 9,
    			["alpha"] = 0.9,
    			["w"] = 9,
    			["framelevel"] = 6,
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.227,
    				["g"] = 0.227,
    				["r"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 80,
    			["fade"] = true,
    			["y"] = 4,
    			["x"] = 0,
    			["bgcolormethod"] = "solid",
    			["barcolormethod"] = "solid",
    			["framelevel"] = 2,
    			["h"] = 20,
    			["smoothfade"] = true,
    			["barcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    		},
    		["raidtargeticon"] = {
    			["y"] = 7,
    			["x"] = 30,
    			["h"] = 14,
    			["w"] = 14,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -683,
    			["x"] = 1055,
    			["h"] = 38,
    			["w"] = 145,
    			["hide"] = true,
    		},
    		["vehicleicon"] = {
    			["hide"] = true,
    		},
    		["statusicon"] = {
    			["y"] = -31,
    			["x"] = -7,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    	},
    	["party4"] = {
    		["frame"] = {
    			["y"] = -782,
    			["x"] = 1183,
    			["hide"] = true,
    		},
    	},
    	["arena5"] = {
    		["frame"] = {
    			["y"] = -255,
    			["x"] = 1085,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["arena4"] = {
    		["frame"] = {
    			["y"] = -355,
    			["x"] = 1085,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["partypet3"] = {
    		["frame"] = {
    			["y"] = -305,
    			["x"] = 7,
    			["hide"] = true,
    		},
    	},
    	["party4target"] = {
    		["frame"] = {
    			["y"] = -325,
    			["x"] = 162,
    			["hide"] = true,
    		},
    	},
    	["arenapet3"] = {
    		["frame"] = {
    			["y"] = -387,
    			["x"] = 864,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["focustarget"] = {
    		["text2"] = {
    			["y"] = 0,
    			["h"] = 12,
    			["pattern"] = "[reaction:perchp]",
    			["justifyH"] = "CENTER",
    			["justifyV"] = "CENTER",
    			["x"] = 12,
    			["w"] = 24,
    			["fontsize"] = 10,
    		},
    		["portrait"] = {
    			["y"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["x"] = 0,
    		},
    		["text3"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 1,
    			["w"] = 6,
    			["cols"] = 6,
    			["y"] = -12,
    			["h"] = 6,
    			["count"] = 6,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["y"] = -9,
    			["x"] = 12,
    			["barcolormethod"] = "power",
    			["h"] = 3,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "powerdark",
    		},
    		["hpbar"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["barcolormethod"] = "hpgreen",
    			["h"] = 9,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "hpgreendark",
    		},
    		["text4"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 4,
    			["x"] = 4,
    			["h"] = 8,
    			["w"] = 8,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -170,
    			["x"] = 464,
    			["h"] = 12,
    			["w"] = 36,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["pattern"] = "[reaction:name]",
    			["h"] = 12,
    			["w"] = 24,
    			["hide"] = true,
    		},
    		["buffgroup"] = {
    			["y"] = -12,
    			["x"] = 0,
    			["count"] = 6,
    			["cols"] = 6,
    			["h"] = 6,
    			["rows"] = 1,
    			["w"] = 6,
    			["hide"] = true,
    		},
    	},
    	["pettarget"] = {
    		["text2"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["pattern"] = "[reaction:perchp]",
    			["fontsize"] = 10,
    			["w"] = 24,
    			["h"] = 12,
    			["justifyV"] = "CENTER",
    			["justifyH"] = "CENTER",
    		},
    		["portrait"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["w"] = 12,
    			["h"] = 12,
    		},
    		["text3"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 1,
    			["w"] = 6,
    			["cols"] = 6,
    			["y"] = -12,
    			["h"] = 6,
    			["count"] = 6,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["y"] = -9,
    			["x"] = 12,
    			["barcolormethod"] = "power",
    			["h"] = 3,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "powerdark",
    		},
    		["hpbar"] = {
    			["y"] = 0,
    			["x"] = 12,
    			["barcolormethod"] = "hpgreen",
    			["h"] = 9,
    			["bgalpha"] = 0.3,
    			["w"] = 24,
    			["bgcolormethod"] = "hpgreendark",
    		},
    		["text4"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["pattern"] = "",
    			["h"] = 10,
    			["fontsize"] = 10,
    			["w"] = 10,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 4,
    			["x"] = 4,
    			["h"] = 8,
    			["w"] = 8,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -88,
    			["x"] = 188,
    			["h"] = 12,
    			["w"] = 36,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["pattern"] = "[reaction:name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "TOP",
    			["y"] = 0,
    			["h"] = 12,
    			["justifyH"] = "LEFT",
    			["w"] = 24,
    			["x"] = 12,
    			["fontsize"] = 12,
    			["hide"] = true,
    		},
    		["buffgroup"] = {
    			["y"] = -12,
    			["x"] = 0,
    			["count"] = 6,
    			["cols"] = 6,
    			["h"] = 6,
    			["rows"] = 1,
    			["w"] = 6,
    			["hide"] = true,
    		},
    	},
    	["boss2target"] = {
    		["frame"] = {
    			["y"] = -328,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["targettarget"] = {
    		["text2"] = {
    			["pattern"] = "[perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 40,
    			["framelevel"] = 6,
    			["y"] = -8,
    			["x"] = 34,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["h"] = 14,
    			["justifyH"] = "RIGHT",
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 0,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["border"] = "None",
    			["framelevel"] = 0,
    			["y"] = -4,
    			["camera"] = 0,
    			["alpha"] = 0.6,
    			["x"] = 2,
    			["w"] = 158,
    			["h"] = 18,
    			["bg"] = "fer34",
    			["hide"] = true,
    		},
    		["text4"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -25,
    			["x"] = -65,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    			["hide"] = true,
    		},
    		["pvpicon"] = {
    			["y"] = -12,
    			["x"] = -15,
    			["h"] = 28,
    			["w"] = 28,
    			["hide"] = true,
    		},
    		["text3"] = {
    			["pattern"] = "",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -10,
    			["x"] = -130,
    			["fontsize"] = 10,
    			["justifyV"] = "CENTER",
    			["h"] = 20,
    			["justifyH"] = "RIGHT",
    			["hide"] = true,
    		},
    		["infoicon"] = {
    			["y"] = -37,
    			["x"] = 50,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 3,
    			["w"] = 17,
    			["cols"] = 16,
    			["y"] = -52,
    			["x"] = 0,
    			["count"] = 40,
    			["h"] = 17,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["dispellicon"] = {
    			["y"] = -4,
    			["x"] = 149,
    			["h"] = 42,
    			["w"] = 42,
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["hide"] = true,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 160,
    			["y"] = -33,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["bgcolormethod"] = "solid",
    			["smoothfade"] = true,
    			["hidemanatick"] = true,
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.227,
    				["g"] = 0.227,
    				["r"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 78,
    			["fade"] = true,
    			["y"] = -2,
    			["x"] = 0,
    			["barcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["barcolormethod"] = "solid",
    			["bgcolormethod"] = "solid",
    			["h"] = 20,
    			["smoothfade"] = true,
    			["framelevel"] = 1,
    		},
    		["buffgroup"] = {
    			["y"] = -52,
    			["x"] = 0,
    			["count"] = 32,
    			["cols"] = 16,
    			["h"] = 17,
    			["rows"] = 2,
    			["w"] = 17,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 8,
    			["x"] = 42,
    			["h"] = 16,
    			["w"] = 16,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -732,
    			["x"] = 864,
    			["bordercolormethod"] = "solid",
    			["bordercolor"] = {
    				["a"] = 0,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 80,
    			["h"] = 20,
    		},
    		["text1"] = {
    			["pattern"] = "[name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["w"] = 70,
    			["y"] = 6,
    			["x"] = 4,
    			["fontsize"] = 10,
    			["bg"] = "Empty",
    			["fontflags"] = "None",
    			["justifyH"] = "LEFT",
    			["fontcolor"] = {
    				["a"] = 1,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["h"] = 14,
    		},
    		["statusicon"] = {
    			["y"] = -24,
    			["h"] = 12,
    			["hide"] = true,
    			["w"] = 12,
    			["x"] = -4,
    			["alpha"] = 0.9,
    			["framelevel"] = 4,
    		},
    	},
    	["arena5target"] = {
    		["frame"] = {
    			["y"] = -469,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    	["partypet4"] = {
    		["frame"] = {
    			["y"] = -365,
    			["x"] = 7,
    			["hide"] = true,
    		},
    	},
    	["arena1target"] = {
    		["text2"] = {
    			["y"] = -11,
    			["x"] = 1,
    			["pattern"] = "",
    			["h"] = 10,
    			["w"] = 108,
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["y"] = 0,
    			["h"] = 24,
    			["w"] = 24,
    			["x"] = 55,
    		},
    		["text3"] = {
    			["y"] = -13,
    			["h"] = 10,
    			["pattern"] = "[perchp]%",
    			["justifyH"] = "CENTER",
    			["justifyV"] = "CENTER",
    			["x"] = 1,
    			["w"] = 54,
    			["fontsize"] = 10,
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 1,
    			["growth"] = "LRTB",
    			["cols"] = 8,
    			["y"] = -23,
    			["h"] = 10,
    			["count"] = 8,
    			["w"] = 10,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["y"] = -19,
    			["h"] = 5,
    			["reverse"] = true,
    			["barcolormethod"] = "power",
    			["x"] = 1,
    			["bgalpha"] = 0.3,
    			["w"] = 53,
    			["bgcolormethod"] = "powerdark",
    		},
    		["hpbar"] = {
    			["y"] = -1,
    			["h"] = 17,
    			["reverse"] = true,
    			["barcolormethod"] = "hpgreen",
    			["x"] = 1,
    			["bgalpha"] = 0.3,
    			["w"] = 53,
    			["bgcolormethod"] = "hpgreendark",
    		},
    		["text4"] = {
    			["y"] = -24,
    			["x"] = 1,
    			["pattern"] = "",
    			["h"] = 10,
    			["w"] = 54,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -281,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["pattern"] = "[reaction:*][class:name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 54,
    			["y"] = 0,
    			["x"] = 1,
    			["fontsize"] = 12,
    			["justifyV"] = "TOP",
    			["h"] = 12,
    			["justifyH"] = "RIGHT",
    		},
    		["buffgroup"] = {
    			["rows"] = 1,
    			["growth"] = "LRTB",
    			["cols"] = 8,
    			["y"] = -24,
    			["h"] = 10,
    			["count"] = 8,
    			["w"] = 10,
    			["x"] = 0,
    			["hide"] = true,
    		},
    	},
    	["boss1target"] = {
    		["text2"] = {
    			["y"] = -11,
    			["x"] = 1,
    			["pattern"] = "",
    			["h"] = 10,
    			["w"] = 108,
    			["hide"] = true,
    		},
    		["portrait"] = {
    			["y"] = 0,
    			["h"] = 24,
    			["w"] = 24,
    			["x"] = 55,
    		},
    		["text3"] = {
    			["y"] = -13,
    			["h"] = 10,
    			["pattern"] = "[perchp]%",
    			["justifyH"] = "CENTER",
    			["justifyV"] = "CENTER",
    			["x"] = 1,
    			["w"] = 54,
    			["fontsize"] = 10,
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 0,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["debuffgroup"] = {
    			["rows"] = 1,
    			["growth"] = "LRTB",
    			["cols"] = 8,
    			["y"] = -23,
    			["h"] = 10,
    			["count"] = 8,
    			["w"] = 10,
    			["x"] = 0,
    			["push"] = "v",
    			["hide"] = true,
    		},
    		["mpbar"] = {
    			["y"] = -19,
    			["h"] = 5,
    			["reverse"] = true,
    			["barcolormethod"] = "power",
    			["x"] = 1,
    			["bgalpha"] = 0.3,
    			["w"] = 53,
    			["bgcolormethod"] = "powerdark",
    		},
    		["hpbar"] = {
    			["y"] = -1,
    			["h"] = 17,
    			["reverse"] = true,
    			["barcolormethod"] = "hpgreen",
    			["x"] = 1,
    			["bgalpha"] = 0.3,
    			["w"] = 53,
    			["bgcolormethod"] = "hpgreendark",
    		},
    		["buffgroup"] = {
    			["rows"] = 1,
    			["growth"] = "LRTB",
    			["cols"] = 8,
    			["y"] = -24,
    			["h"] = 10,
    			["count"] = 8,
    			["w"] = 10,
    			["x"] = 0,
    			["hide"] = true,
    		},
    		["raidtargeticon"] = {
    			["y"] = 7,
    			["x"] = 4,
    			["h"] = 12,
    			["w"] = 12,
    			["hide"] = true,
    		},
    		["frame"] = {
    			["y"] = -281,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    		["text1"] = {
    			["pattern"] = "[class:name]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 54,
    			["y"] = 0,
    			["x"] = 1,
    			["fontsize"] = 12,
    			["justifyV"] = "TOP",
    			["h"] = 12,
    			["justifyH"] = "RIGHT",
    		},
    		["text4"] = {
    			["y"] = -24,
    			["x"] = 1,
    			["pattern"] = "",
    			["h"] = 10,
    			["w"] = 54,
    			["hide"] = true,
    		},
    	},
    	["boss3"] = {
    		["frame"] = {
    			["y"] = -440,
    			["x"] = 864,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["boss1"] = {
    		["text2"] = {
    			["pattern"] = "[class_if_pc:class][custom_ifnot_pc:classification][reaction_ifnot_pc:creaturetype] [level]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["justifyV"] = "CENTER",
    			["framelevel"] = 6,
    			["y"] = 24,
    			["x"] = 50,
    			["fontsize"] = 10,
    			["justifyH"] = "LEFT",
    			["emptyhide"] = true,
    			["h"] = 14,
    			["fontcolor"] = {
    				["a"] = 1,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["w"] = 140,
    		},
    		["portrait"] = {
    			["bgcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    			["show3d"] = true,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["border"] = "fer10",
    			["framelevel"] = 4,
    			["y"] = 12,
    			["camera"] = 0,
    			["x"] = 6,
    			["h"] = 20,
    			["alpha"] = 1,
    			["bg"] = "fer34",
    			["w"] = 40,
    		},
    		["castbar"] = {
    			["spellfontsize"] = 14,
    			["spellshadowy"] = -1,
    			["timeshadowy"] = -1,
    			["spelljustifyH"] = "CENTER",
    			["iconw"] = 10,
    			["h"] = 3,
    			["timefontsize"] = 12,
    			["timeh"] = 12,
    			["spellfontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 0.502,
    				["b"] = 0.2,
    			},
    			["w"] = 120,
    			["spelljustifyV"] = "CENTER",
    			["timew"] = 193,
    			["x"] = 0,
    			["sparkcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["timejustifyV"] = "CENTER",
    			["spellw"] = 193,
    			["baralpha"] = 1,
    			["spellh"] = 14,
    			["framelevel"] = 4,
    			["iconx"] = 4,
    			["spellx"] = 0,
    			["timey"] = -36,
    			["timeshadowx"] = -1,
    			["spelly"] = -26,
    			["alpha"] = 1,
    			["icony"] = 6,
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 0.502,
    				["b"] = 0.2,
    			},
    			["iconh"] = 10,
    			["iconalpha"] = 0.9,
    			["spellshadowx"] = -1,
    			["timejustifyH"] = "CENTER",
    			["y"] = -22,
    			["timex"] = 0,
    			["bgcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 0,
    			},
    		},
    		["text3"] = {
    			["pattern"] = "[curhp] || [perchp]%",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["y"] = -5,
    			["h"] = 20,
    			["fontsize"] = 10,
    			["emptyhide"] = true,
    			["justifyH"] = "RIGHT",
    			["x"] = -2,
    			["justifyV"] = "CENTER",
    		},
    		["infoicon"] = {
    			["y"] = 0,
    			["x"] = 150,
    			["circular"] = true,
    			["hide"] = true,
    			["w"] = 12,
    			["h"] = 12,
    			["alpha"] = 0.9,
    			["framelevel"] = 6,
    		},
    		["debuffgroup"] = {
    			["counttshadowy"] = -1,
    			["rows"] = 2,
    			["counttshadowx"] = -1,
    			["cols"] = 10,
    			["h"] = 15,
    			["spacing"] = 1,
    			["vspacing"] = 1,
    			["hide"] = true,
    			["timefontsize"] = 1,
    			["w"] = 15,
    			["x"] = 0,
    			["y"] = 26,
    			["push"] = "v",
    			["count"] = 20,
    			["framelevel"] = 6,
    			["growth"] = "LRBT",
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["counttfontsize"] = 10,
    			["counttfontflags"] = "None",
    		},
    		["hpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.227,
    				["g"] = 0.227,
    				["r"] = 0.227,
    			},
    			["bgalpha"] = 1,
    			["w"] = 120,
    			["fade"] = true,
    			["y"] = -2,
    			["x"] = 0,
    			["bgcolormethod"] = "solid",
    			["barcolormethod"] = "solid",
    			["framelevel"] = 2,
    			["h"] = 20,
    			["smoothfade"] = true,
    			["barcolor"] = {
    				["a"] = 1,
    				["r"] = 0.122,
    				["g"] = 0.122,
    				["b"] = 0.122,
    			},
    		},
    		["mpbar"] = {
    			["baralpha"] = 1,
    			["bgcolor"] = {
    				["a"] = 1,
    				["b"] = 0.122,
    				["g"] = 0.122,
    				["r"] = 0.122,
    			},
    			["bgalpha"] = 1,
    			["border"] = "None",
    			["fade"] = true,
    			["h"] = 6,
    			["barinsetleft"] = 1,
    			["hide"] = true,
    			["barinsettop"] = 1,
    			["bartexture"] = "fer34",
    			["barinsetbottom"] = 1,
    			["bordercolor"] = {
    				["a"] = 1,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 120,
    			["y"] = -24,
    			["x"] = 0,
    			["barcolormethod"] = "power",
    			["barinsetright"] = 1,
    			["hidemanatick"] = true,
    			["smoothfade"] = true,
    			["bgcolormethod"] = "solid",
    		},
    		["text4"] = {
    			["onmouse"] = true,
    			["pattern"] = "[curmp] / [maxmp]",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 120,
    			["justifyV"] = "CENTER",
    			["y"] = -10,
    			["h"] = 20,
    			["justifyH"] = "LEFT",
    			["fontsize"] = 10,
    			["fontflags"] = "None",
    			["x"] = 4,
    			["emptyhide"] = true,
    			["hide"] = true,
    		},
    		["buffgroup"] = {
    			["counttshadowy"] = -1,
    			["rows"] = 2,
    			["counttshadowx"] = -1,
    			["framelevel"] = 6,
    			["h"] = 15,
    			["spacing"] = 1,
    			["vspacing"] = 1,
    			["hide"] = true,
    			["w"] = 15,
    			["y"] = 26,
    			["push"] = "None",
    			["count"] = 20,
    			["x"] = 0,
    			["growth"] = "LRBT",
    			["timefontcolor"] = {
    				["a"] = 0,
    				["r"] = 1,
    				["g"] = 1,
    				["b"] = 1,
    			},
    			["counttfontsize"] = 10,
    			["cols"] = 10,
    		},
    		["raidtargeticon"] = {
    			["y"] = -2,
    			["x"] = -15,
    			["h"] = 20,
    			["alpha"] = 0.9,
    			["w"] = 20,
    			["framelevel"] = 8,
    		},
    		["frame"] = {
    			["y"] = -560,
    			["h"] = 35,
    			["bordercolormethod"] = "solid",
    			["bordercolor"] = {
    				["a"] = 0,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["w"] = 120,
    			["x"] = 864,
    		},
    		["text1"] = {
    			["justifyV"] = "CENTER",
    			["pattern"] = "[name]",
    			["bg"] = "Empty",
    			["shadowx"] = -1,
    			["shadowy"] = -1,
    			["w"] = 140,
    			["framelevel"] = 6,
    			["y"] = 13,
    			["x"] = 50,
    			["fontsize"] = 12,
    			["justifyH"] = "LEFT",
    			["emptyhide"] = true,
    			["fontflags"] = "None",
    			["fontcolor"] = {
    				["a"] = 1,
    				["b"] = 1,
    				["g"] = 1,
    				["r"] = 1,
    			},
    			["h"] = 14,
    		},
    		["threatbar"] = {
    			["y"] = 11,
    			["x"] = 100,
    			["bgcolor"] = {
    				["a"] = 0.4,
    				["b"] = 0,
    				["g"] = 0,
    				["r"] = 0,
    			},
    			["h"] = 12,
    			["w"] = 32,
    			["hide"] = true,
    		},
    	},
    	["party2"] = {
    		["frame"] = {
    			["y"] = -782,
    			["x"] = 1059,
    			["hide"] = true,
    		},
    	},
    	["arena3"] = {
    		["frame"] = {
    			["y"] = -457,
    			["x"] = 1086,
    			["w"] = 78,
    			["h"] = 24,
    		},
    	},
    	["boss4target"] = {
    		["frame"] = {
    			["y"] = -422,
    			["x"] = 980,
    			["h"] = 24,
    			["w"] = 78,
    			["hide"] = true,
    		},
    	},
    }
    Last edited by Revan Bane; 2011-09-08 at 10:33 PM.
    ~ I'm having trouble hearing you. Getting a lot of bullshit on this line. ~

  10. #10
    Glancing at things I dont see anything wrong with your settings.

    But I do really like your set up Im thinking of stealing it lol
    Last edited by Tatsu; 2011-09-09 at 05:01 AM.
    --Any fool can criticize, condemn and complain and most fools do- (B. Franklin)--

  11. #11
    So I did end up stealing your setup. Some minor changes on my part, mostly size of things. But the big thing is the boss frames work fine for me.

    Did you make sure that under the global tab in Stuf that the disable default boss frames was checked?
    --Any fool can criticize, condemn and complain and most fools do- (B. Franklin)--

  12. #12
    Yes, they are definitely disabled.
    Quote Originally Posted by Duskmoon View Post
    I disabled the default Blizzard boss frames via Stuf settings.
    I'll see on tonight's raid, if other frames pop-up, else I can just delete the saved variables, install Stuf fresh, and copy my settings back in. It worked for you, so I guess it can solve this for me.

    Thanks for reporting back!
    ~ I'm having trouble hearing you. Getting a lot of bullshit on this line. ~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •