Compare commits

...

2 commits

Author SHA1 Message Date
0d354abe8f Merge pull request 'Rebinds and remove autolootdefault' (#1) from master into release
Reviewed-on: #1
2023-11-04 17:38:09 +01:00
Imbus
6431258471 Rebinds and remove autolootdefault 2023-11-04 17:37:04 +01:00

View file

@ -86,8 +86,8 @@ local cameraBinds = {
["-"] = "CAMERAZOOMOUT", ["-"] = "CAMERAZOOMOUT",
["+"] = "CAMERAZOOMIN", ["+"] = "CAMERAZOOMIN",
["MOUSEWHEELUP"] = "FOLLOWTARGET", ["MOUSEWHEELUP"] = "STARTAUTORUN",
["MOUSEWHEELDOWN"] = "STARTAUTORUN", ["MOUSEWHEELDOWN"] = "FOLLOWTARGET",
} }
-- Unsets a binding, if it exists -- Unsets a binding, if it exists
@ -129,7 +129,6 @@ local function enableBars()
SetCVar("alwaysShowActionBars", 1); SetCVar("alwaysShowActionBars", 1);
SetCVar("lockActionBars", 1); SetCVar("lockActionBars", 1);
SetCVar("countdownForCooldowns", 1); SetCVar("countdownForCooldowns", 1);
SetCVar("autoLootDefault", 1);
SetCVar("cameraDistanceMaxZoomFactor", 2); SetCVar("cameraDistanceMaxZoomFactor", 2);
SetCVar("instantQuestText", 1); SetCVar("instantQuestText", 1);
SetCVar("nameplateShowAll", 1); SetCVar("nameplateShowAll", 1);