Easy AHK script for copying addon settings across accounts (cross posted from forum post of the same name)
by
, 01-23-2013 at 04:29 PM (8147 Views)
1) Install Auto Hot Key http://www.autohotkey.com/
2) Paste the following into a notepad file and name it "something.ahk".
3) Change the directories to match your own.
4) Change "quartz.lua" to match the file in your wtf saved variables folder for the addon you want to copy.
5) Change the settings for the addon in your first account (designated here as ACCOUNTx1).
6) Make sure you are logged out to at least the character screen on all boxes.
7) Double click your script.
Code:
Code:Addon:="Quartz.lua" Msgbox, Copying %Addon%! FileCopy, F:\World of Warcraft\WTF\Account\ACCOUNTx1\SavedVariables\%Addon%, F:\World of Warcraft\WTF\Account\ACCOUNTx2\SavedVariables\%Addon%, 1 FileCopy, F:\World of Warcraft\WTF\Account\ACCOUNTx1\SavedVariables\%Addon%, F:\World of Warcraft\WTF\Account\ACCOUNTx3\SavedVariables\%Addon%, 1 FileCopy, F:\World of Warcraft\WTF\Account\ACCOUNTx1\SavedVariables\%Addon%, F:\World of Warcraft\WTF\Account\ACCOUNTx4\SavedVariables\%Addon%, 1 FileCopy, F:\World of Warcraft\WTF\Account\ACCOUNTx1\SavedVariables\%Addon%, F:\World of Warcraft\WTF\Account\ACCOUNTx5\SavedVariables\%Addon%, 1
Connect With Us