View Single Post
10-13-10, 05:19 PM   #65
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Is there something in place to hide blizzards raid frames when there are raid frames spawned by the layout?

This is how I spawn my raid
Code:
	self:SetActiveStyle"Nivea - Raid"
	local raid = self:SpawnHeader('oUF_Raid', nil, 'raid10',			
	'showRaid', true, 
	'showPlayer', true,
...

I'm currently doing this to hide blizzards raid frames
Code:
	CompactRaidFrameContainer:Hide() -- hide blizz raid
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote