Close
Showing results 1 to 10 of 20

Thread: Going nuts..

Hybrid View

  1. #1

    Default

    Ty guys, really enjoying that macro! Now another problem has occured, I cant seem to get 4 WoWs on 2 computers up and running. Its says my client is connected, but its not recieving any keystrokes at all.
    This is my HKN txt document:

    //================================================== ==============
    // SAMPLE SCRIPT FOR FOUR WOW'S ON ONE PC
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file.
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You
    // can change this if you want, just like you can change
    // everything else with HotkeyNet.)
    //
    // Requires HotkeyNet build 148 or higher.
    //
    // For more info, go to www.hotkeynet.com
    //================================================== ==============
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <SendPC 192.168.10.100>
    <RenameWin "World of Warcraft" WoW3>
    <RenameWin "World of Warcraft" WoW4>
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run "c:\Program Files\World of Warcraft\WoW.exe">
    <RenameTargetWin %2%>
    <SendPC 192.168.10.100>
    <Run "c:\WoW\WoW\WoW.exe">
    <RenameTargetWin %2%>
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
    <LaunchAndRename 192.168.10.102 WoW1>
    <LaunchAndRename 192.168.10.102 WoW2>
    <LaunchAndRename 192.168.10.100 WoW3>
    <LaunchAndRename 192.168.10.100 WoW4>
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES.
    //-----------------------------------------------------------
    <Label w1 192.168.10.102 SendWinM WoW1>
    <Label w2 192.168.10.102 SendWinM WoW2>
    <Label w3 192.168.10.100 SendWinM WoW3>
    <Label w4 192.168.10.100 SendWinM WoW4>
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Shift AllMainKeys;>
    <SendLabel w1, w2, w3, w4>
    <Key %Trigger%>
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right>
    <SendLabel w1, w2, w3, w4>
    <Key %Trigger%>
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
    // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU
    // WANT TO BROADCAST.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem3>
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
    <SendLabel w1, w2, w3, w4>
    <ClickMouse %TriggerMainKey%>



    What am I doing wrong? Do I need to have the same script on both computers?

    Regards Nikita <3

  2. #2

    Default

    You only need to load a script on a PC if you press hotkeys with your fingers on that PC's keyboard.

    To figure out the source of the problem, you need to look at the messages that HotkeyNet displays when you press a hotkey.

    Start with the first messages, the ones that get displayed on the local copy of Hotkeynet when you press a hotkey. The local copy is on the PC where you press the hotkey with your finger.

    What do those messages say?
    Last edited by Freddie : 07-10-2011 at 06:47 PM
    �Author of HotkeyNet and Mojo

  3. #3

    Default

    Quote Originally Posted by Freddie View Post
    You only need to load a script on a PC if you press hotkeys with your fingers on that PC's keyboard.

    To figure out the source of the problem, you need to look at the messages that HotkeyNet displays when you press a hotkey.

    Start with the first messages, the ones that get displayed on the local copy of Hotkeynet when you press a hotkey. The local copy is on the PC where you press the hotkey with your finger.

    What do those message say?

    So I toyed some more with the script, im now able to launch wow instances on each computer, but on computer 2 is loading all 4 windows, instead of 2. And Im still not able to send keystrokes.

    The messages I get it this:

    Disabling foreground lock.
    Foreground lock successfully disabled.
    Foreground lock timeout is now 0.
    Setting maximum timer resolution.
    System timer resolution has been set to 1 ms.
    Loading script C:\Users\Sebastian\Desktop\4 on 2.txt.
    Line 59 in C:\Users\Sebastian\Desktop\4 on 2.txt: <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Shift AllMainKeys;>
    "Shift AllMainKeys" is not valid. Must be key name, list name, or key range like "F1 - F10" followed by a comma, semicolon, or end of input.
    Finished loading hotkey file.
    1 error was found
    16 definitions were loaded
    1 key will be used as a modifier
    Installing mouse hook
    Hook installation succeeded
    Command line: AutoExec
    Unable to find command AutoExec






Posting Rules

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