Close
Showing results 1 to 5 of 5

Threaded View

  1. #2

    Default

    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>
    Last edited by Khatovar : 09-11-2013 at 12:15 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Tags for this Thread

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •