gAme.Ch.

와우 서버측 자동 저장을 수동 저장으로 변경

Pesadelo 2009. 6. 9. 20:26
[Change configuration Server-side automatic synchronization to manual control]

1. Stopping to synchronize with server. You can type commands to chat window or you can write that is below to Config.wtf

console commands)
/console synchronizeConfig 0          stop synchronization of normal settings
/console synchronizeBindings 0       stop synchronization of keyboard settings
/console synchronizeMacros 0        매stop synchronization of macros
Config.wtf)
SET synchronizeConfig "0"
SET synchronizeBindings "0"
SET synchronizeMacros "0"



2. Save (Restore) settings to(from) server.

console commands)
/run UploadSettings()                 save settings to server
/run BackupMacros()                 save macros to server

/run DownloadSettings()  
           restore settings from server
/run RestoreMacros()                 restore macros from server