Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default

    Why do you have a LaunchAndRename command when you're not actually going to utilize the entire command?

    Just change it to
    Code:
    <Hotkey Alt Ctrl T>
    <SendPC Local> <Run "C:\Program Files (x86)\World of Warcraft\_retail_\Wow.exe">
    <RenameWin "World of Warcraft" HiddenDialogBox1> <RenameWin "World of Warcraft" WoW1> <TargetWin WoW1> <SendWin WoW1>
    <text [YourUsernameHere]>
    <Key Tab> <Wait 100> <SendWin WoW1> <Text [YourPassword]> <Key Enter> <TargetWin WoW1> <SetWinSize 1920 1050> <SetWinPos 320 0>
    Also, what if one of your three clients crashes? With your script, you'd have to restart all three clients instead of the the actual one that crashed. This script also logins automatically for you so you don't have to remember username and password for multiple accounts.

    I'd change the hotkey to
    Code:
    <Hotkey ScrollLockOn Alt Numpad1>
    For the first client, and add the code below it. Do the same for the other two clients.
    Code:
    <Hotkey ScrollLockOn Alt Numpad2>
    So essentially, pressing Alt + Numpad 1 to 3 (with ScrollLock On) starts each individual client for you. Logins automatically, resizes it and moves the window to its correct position. You can also start everything holding Alt and pressing Numpad1, Numpad2 and Numpad3 and it will start everything for you.

    Having the entire start order in one sequence is a bad thing

  2. #2

    Default I actually got things to work - Alt Ctrl L - loads and logs in - key was wait fields (test & shorten for ur PC)

    <Command LaunchAndRename>
    <SendPC %1%>
    <Run %2%>
    <Wait 5000>






    <Hotkey Alt Ctrl L>
    <LaunchAndRename local "<your path here>\World of Warcraft\wow.exe">
    <wait 500>
    <wait 500>
    <RenameWin "World of Warcraft" WoW1>
    <wait 500>
    <wait 500>
    <text Usernamehere>
    <wait 500>
    <Key Tab>
    <wait 500>
    <text Passwordhere>
    <wait 500>
    <wait 500>
    <Key Enter>


    <LaunchAndRename local "<your path here>\World of Warcraft\wow.exe">
    <wait 500>
    <wait 500>
    <RenameWin "World of Warcraft" WoW2>
    <wait 500>
    <wait 500>
    <text Usernamehere>
    <wait 500>
    <Key Tab>
    <wait 500>
    <wait 500>
    <text Passwordhere>
    <wait 500>
    <wait 500>
    <Key Enter>


    <label alpha local SendWinM WoW1>
    <label bravo local SendWinM WoW2>




    <MovementHotkey 1,2,3,4,5,6,7,8,9, q, e, r, f,Up, Down, Left, Right, Space>
    <SendLabel alpha, bravo>
    <Key %Trigger%>


    <UseKeyAsModifier Oem3>
    <Hotkey Oem3, MButton, RButton, Button4, Button5>
    <SendLabel alpha, bravo>
    <ClickMouse %TriggerMainKey%>

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
  •