WoW Interface Notes

Gaming Stuff
Post Reply
User avatar
syntax
Site Admin
Posts: 54
Joined: Tue Jan 06, 2009 9:25 pm

WoW Interface Notes

Post by syntax »

Disabling synchronization--

http://www.mmo-champion.com/threads/831 ... ar-button-
settings-locally

Right now if you want to disable the setting synchronization, you can do this on each computer where you want only local settings:
/console synchronizeSettings 0

In 3.0.3 you will be able to manage macros vs key bindings separately:
/console synchronizeConfig 0
-- turns off synchronization of UI settings
/console synchronizeBindings 0
-- turns off synchronization of key bindings
/console synchronizeMacros 0
-- turns off synchronization of macros


another way--

http://us.battle.net/wow/en/forum/topic/1127490531#1

/run SetCvar("synchronizeSettings", 0); SetCvar("synchronizeConfig", 0);
Post Reply