CVar cameraDistanceMaxFactor
From Wowpedia
Sets the factor by which cameraDistanceMax is multiplied.
If the product of this value and the value of cameraDistanceMax exceeds 50, the max distance will be 50. The camera can not be zoomed out beyond 50 yards. The game will set this value to int(50/cameraDistanceMax)+1 at logout if it is manually set higher than that.
Default Setting
- 1
Possible Settings
- 0 - 4
- When set to 0, the camera will always be in first-person mode
Changing this setting
In-game, type the following
/console cameraDistanceMaxFactor setting
Alternatively, you can exit wow, open the Config-cache.wtf file, and add the following line:
SET cameraDistanceMaxFactor setting
You can also use the SetCVar Lua function to modify it:
/run SetCVar("cameraDistanceMaxFactor", value)