View Single Post
03-27-11, 08:13 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
shadowLOD was removed in 4.0.1. The best you can do is set extShadowQuality to 0 to reduce shadows to the old-style blobs. Also, you don't need to reload the UI to apply cvars, and there's no reason to make a macro; just run the command once, and WoW will save the new cvar value.

/console extShadowQuality 0

You can also reduce the density and view distance of grass/rocks/flowers/etc. below the minimum amount allowed by the Video Options panel:

/console groundEffectDensity 16
/console groundEffectDistance 32

Last edited by Phanx : 03-27-11 at 08:17 PM.