Log in

View Full Version : [WoW] Need to push local macros to the server



Darelik
07-25-2010, 12:23 AM
My local macros (wow/WTF/Account/accountname/macros-cache.txt and wow/WTF/Account/accountname/toonname/macros-cache.txt) aren't being pushed to the server. Just wondering how would you be able to push your local changes after editing macros-cache.txt onto the server?

Used to be able to see the changes made after exiting the game and starting it again (probably as far back as patch 3.2 iirc).

/script BackupMacros(); and /script RestoreMacros(); were mentioned in http://www.dual-boxing.com/showpost.php?p=158387&postcount=3 but has since been deprecated according to post #123 in this thread in the official forums. (http://forums.worldofwarcraft.com/post.html?forumId=11120&topicId=11162847363&postId=200528164484&op=3&sid=1)

I've also looked at /console synchronizeConfig 0, /console synchronizeBindings 0 and /console synchronizeMacros 0 so WoW will only use local settings as per this blue post (http://forums.worldofwarcraft.com/post.html?forumId=11120&topicId=11162847363&postId=112274231506&op=3&sid=1) as well as inserting these into the config.wtf file:

SET synchronizeConfig "0"
SET synchronizeBindings "0"
SET synchronizeMacros "0"

It just wouldn't budge. So cheers for the help.