After patching, my Wow.exe disappeared from my main folder. After putting Wow.exe back {from backups} it became slow to launch. Eventually the windows would pop, but too late for the script to complete the renaming.
I changed 2 of the paths in my HotKeyNet script to point to Wow-64.exe instead of Wow.exe to check if it was a conflict with the exes and the 2 using the new path launched flawlessly while the ones using simply Wow.exe took ages to load and failed to do anything else in the subroutine {didn't rename, no password inserted, no borders removed, no resize or repostition}.
Just change the Wow.exe to Wow-64.exe in your launch subroutine and you should be good to go.
Code:
<Hotkey LCtrl LAlt w>
<if WinDoesNotExist WoW1>
<LaunchAndRename Local "G:\WoW\World of Warcraft\Wow-64.exe" WoW1 PASSWORD>
<endif>
<if WinDoesNotExist WoW2>
<LaunchAndRename Local "G:\WoW - Slave1\World of Warcraft\Wow-64.exe" WoW2 PASSWORD>
<endif>
<if WinDoesNotExist WoW3>
<LaunchAndRename Local "G:\WoW - Slave2\World of Warcraft\Wow-64.exe" WoW3 PASSWORD>
<endif>
<if WinDoesNotExist WoW4>
<LaunchAndRename Local "G:\WoW - Slave3\World of Warcraft\Wow-64.exe" WoW4 PASSWORD>
<endif>
<if WinDoesNotExist WoW5>
<LaunchAndRename Local "G:\WoW - Slave4\World of Warcraft\Wow-64.exe" WoW5 PASSWORD>
<endif>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
Connect With Us