View Single Post
08-16-15, 09:31 AM   #8
ievil
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 22
Originally Posted by Gethe View Post
Hit Esc and go to Interface -> Raid Frames and check "Use Raid style party frames"
Found it under Interface -> Raid Profiles -> The box is in the top right corner of the box "Use Raid-Style Party Frames"

This is the same variable as useCompactPartyFrames which is set for all of my Turalyon characters, but non of my Doomhammer ones on the same account.

It's set twice in the nibRealUI files:

nibRealUI/Core/Settings.lua: SetCVar("useCompactPartyFrames", 1) -- Raid-style party frames
nibRealUI/Core/MiniPatches.lua: _G.SetCVar("useCompactPartyFrames", 1) -- Raid-style party frames


Question then; Why does this fail on some characters and not on others? This seems to only happen to me on toons that I create on new servers and after 6.2 (new toons created on Turalyon get the flag). But for my gf there are also some older ones that she had not logged into before 6.2 since she installed RealUI.

I'll create a new one again now to see if there's any errors.
  Reply With Quote