Ok here is my config-cache.wtf


Well good infos, here is my SET autoSelfCast "1"
SET minimapZoom "0"
SET showPartyPets "0"
SET cameraSavedDistance "20.000000"
SET cameraSavedPitch "13.926129"
SET playerStatLeftDropdown "PLAYERSTAT_BASE_STATS"
SET playerStatRightDropdown "PLAYERSTAT_DEFENSES"
SET showTokenFrameHonor "1"
SET threatWarning "3"


So the game first loads the gobal stuffs then as you log in yur character it gets overwritten with this file infos. Well hummm. No wonder nothing works lol.

Ok make a macro:

(this is only for #2(a) and #3(b) views; change values to suit yur self you can save up to 4 by using 4(c) and 5(d) commands.

/script SetCVar (“cameraDistancemax” ,25)
/script SetCVar (“cameraDistanceMaxFactor” ,2)
/script SetCVar (“cameraPitchA” ,19.0)
/script SetCVar (“cameraYawA” ,0)
/script SetCVar (“cameraDistanceA” ,20)
/script SetCVar (“cameraPitchB” ,80.0)
/script SetCVar (“cameraYawB” ,0)
/script SetCVar (“cameraDistanceB” ,20)
/script SaveView(2)
/script SaveView(3)
/script SetView(2)
/script BackupMacros()
/script UploadSettings()
/console reloadui

Run that first thing when you log in and RIGHT Before you log out (as apparently the config-cache.wtf file will be written to as you log out, saving your last position at log out). I would think that this will set the config-cache.wtf file with the settings in View(2) so that when you log in next time thats what will be used. I have to get to work but I will test tonight.

More infos:

http://forums.worldofwarcraft.com/th...sid=1&pageNo=6

Well can't we just umm well not sure how to do this is there a command to save cameraSavedDistance and cameraSavedPitch, is it a console varible? Not sure how to do this:

/script SetCVar (“cameraSavedDistance” ,20)
/script SetCVar ("cameraSavedPitch" ,80)
/script BackupMacros()
/script UploadSettings()
/console reloadui

Or just change it by hand and set the file to read only lol ..... probably thats the best as if you run multiple characters on the same computer you don't want individual settings anyways.