View Single Post
12-29-10, 11:20 PM   #5
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 53
I don't think it has to do with QulightUI.

Code:
Search "cvar" (29 hits in 6 files)
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\datatext\gold.lua (2 hits)
	Line 57: 		local myPlayerRealm = GetCVar("realmName");
	Line 121: 		local myPlayerRealm = GetCVar("realmName");
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\loot.lua (1 hits)
	Line 187: 	if(GetCVar("lootUnderMouse") == "1") then
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\map.lua (5 hits)
	Line 29: 	local maplock = GetCVar("advancedWorldMap")
	Line 37: 	local maplock = GetCVar("advancedWorldMap")
	Line 47: local MoveMap = GetCVarBool("advancedWorldMap")
	Line 49: 	SetCVar("advancedWorldMap", 1)
	Line 173: 	local SmallerMap = GetCVarBool("miniWorldMap")
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\Nameplates.lua (2 hits)
	Line 252: 		SetCVar("nameplateShowEnemies", 0)
	Line 259: 		SetCVar("nameplateShowEnemies", 1)
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\QulightUI\Tweak.lua (11 hits)
	Line 7: SetCVar("cameraDistanceMax", 50)
	Line 8: SetCVar("cameraDistanceMaxFactor", 3.4)
	Line 9: SetCVar("nameplateShowFriends", 0)
	Line 10: SetCVar("nameplateShowEnemies", 1)
	Line 11: SetCVar("ShowClassColorInNameplate", 1)
	Line 12: SetCVar( "bloattest", 1)
	Line 13: SetCVar( "spreadnameplates", 0)
	Line 14: SetCVar( "consolidateBuffs", 0)
	Line 15: SetCVar("ShowClassColorInNameplate", 1)
	Line 16: SetCVar("consolidateBuffs",0) 
	Line 17: SetCVar("buffDurations",1)
  C:\Users\Public\Games\World of Warcraft\Addon Downloads\Interface\AddOns\xCT\xCT.lua (8 hits)
	Line 576: 	SetCVar("CombatLogPeriodicSpells",0)
	Line 577: 	SetCVar("PetMeleeDamage",0)
	Line 578: 	SetCVar("CombatDamage",0)
	Line 579: 	SetCVar("CombatHealing",0)
	Line 583: -- hook blizz float mode selector. blizz sucks, because changing  cVar combatTextFloatMode doesn't fire CVAR_UPDATE
	Line 583: -- hook blizz float mode selector. blizz sucks, because changing  cVar combatTextFloatMode doesn't fire CVAR_UPDATE
	Line 822: 				SetCVar('CombatHealing',0)
	Line 826: 				SetCVar('CombatHealing',1)
  Reply With Quote