How do i full reset WoW?

I do the UI reset(cache,interface adn wtfold maps) + uninstall the game.There is a more deeper reset option available? I want to fix my weather problem.

All settings are stored in the WoW folder. If you delete the interface, cache and WTF folder it’ll reset the game.

Maybe describe the issue you are having, there might be a simple fix.

I hear but dont see the weather effects…The first time when i start play wow i see the rain too. I delete all of my addons,i reset UI,all my settings are high,all my drivers are fresh.

maybe a graphics card problem ?

Graphics cards don’t have a dedicated weather core.

I dont think there is the vga the problem :confused:

There is one more thing you can look at…

It’s account variables. There are settings that are saved on your account and on your different characters.

I discovered this when I noticed a bug where nameplates were horizontally locked to the middle of my screen. Turns out there’s a variable called “nameplatetopinset” and “nameplatebottominset”, which determines how free nameplates are to float around your screen. Some addon, don’t know which, runs a script which locks them to the middle and on reload, these settings are stored on my character, and even uninstalling the addon doesn’t fix this, because they are saved on Blizzard’s server.

/run SetCVar("nameplateMaxDistance", 100) SetCVar("nameplateOtherTopInset", 0.03) SetCVar("nameplateOtherBottomInset", 0.03)ReloadUI()

^This script fixes my issue by changing the settings on my character, then saving them on Blizzard’s end.

So maybe there’s a similar script for the weather?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.