Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 20 of 20

Thread: Going nuts..

  1. #11

    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. #12

    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. #13

    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






  4. #14

    Default

    Call the WoW instances via path in the hotkey instead of the subroutine


    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run %2%>
    <RenameTargetWin %3%>


    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
    <LaunchAndRename Local "c:\Program Files\World of Warcraft\WoW.exe" WoW1>
    <LaunchAndRename Local "c:\Program Files\World of Warcraft\WoW.exe" WoW2>
    <LaunchAndRename SLAVE_COMPUTER_IP "c:\WoW\WoW\WoW.exe" WoW3>
    <LaunchAndRename SLAVE_COMPUTER_IP "c:\WoW\WoW\WoW.exe" WoW4>

    I'm not sure what you're trying to do with your key definitions -

    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Shift AllMainKeys;>

    but "Shift AllMainKeys" isn't a key you can define. If you are trying to add another list of keys, it should be

    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D; Shift AllMainKeys>

    However, I'm not sure if that's what you're looking to do. If you are trying to define a set of keys that works with and without sift or other modifiers, I usually just create a list

    <Keylist WoWKeys A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D>

    Then define the hotkey to respond with whatever modifiers

    <Hotkey ScrollLockOn WoWKeys; ScrollLockOn Shift WoWKeys; ScrollLockOn Alt WoWKeys; ScrollLockOn Ctrl WoWKeys>

    But I probably do it assbackwards and Freddie probably has better ideas.
    Last edited by Khatovar : 07-11-2011 at 03:45 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 _

  5. #15

    Default

    Quote Originally Posted by Khatovar View Post
    But I probably do it assbackwards and Freddie probably has better ideas.
    Nope. I was hoping you'd answer this one and I can't think of anything to add.
    �Author of HotkeyNet and Mojo

  6. #16

    Default

    Appreciate the help guys, really do! Now Im able to start up 2 WoW windows on each computer, and they are named right. BUT, the only keys Im able to send is my movement keys; Up, down, left, right.

    Tried to implement Khatovar`s key setup, but didnt help either.

    What I want to do is use ScrollLockOn/Off as a button to turn on and off keystroke sending to my wow toons.

    And I want to use A-Z, 0-9, F1-F12 except W, A, S, D

    And I want to use shift + 0-9, and shift + A-Z


    Getting this when I load my script on main computer:

     
    Loading script C:\Users\Sebastian\Desktop\Text Document.txt.
    Line 31 in C:\Users\Sebastian\Desktop\Text Document.txt: <Hotkey ScrollLockOn WoWKeys; ScrollLockOn Shift WoWKeys; ScrollLockOn Alt WoWKeys; ScrollLockOn Ctrl WoWKey
    unmatched left angle
    Line 33 in C:\Users\Sebastian\Desktop\Text Document.txt: ------------------------------------
    text was found outside <> symbols; that's not allowed.
    Finished loading hotkey file.
    2 errors were found
    15 definitions were loaded
    1 key will be used as a modifier
    Command line: AutoExec
    Unable to find command AutoExec
    Installing mouse hook
    Hook installation succeeded

  7. #17

    Default

    Quote Originally Posted by Nikita View Post
    Appreciate the help guys, really do! Now Im able to start up 2 WoW windows on each computer, and they are named right. BUT, the only keys Im able to send is my movement keys; Up, down, left, right.

    Tried to implement Khatovar`s key setup, but didnt help either.

    What I want to do is use ScrollLockOn/Off as a button to turn on and off keystroke sending to my wow toons.

    And I want to use A-Z, 0-9, F1-F12 except W, A, S, D

    And I want to use shift + 0-9, and shift + A-Z


    Getting this when I load my script on main computer:

     
    Loading script C:\Users\Sebastian\Desktop\Text Document.txt.
    Line 31 in C:\Users\Sebastian\Desktop\Text Document.txt: <Hotkey ScrollLockOn WoWKeys; ScrollLockOn Shift WoWKeys; ScrollLockOn Alt WoWKeys; ScrollLockOn Ctrl WoWKey
    unmatched left angle
    Line 33 in C:\Users\Sebastian\Desktop\Text Document.txt: ------------------------------------
    text was found outside <> symbols; that's not allowed.
    Finished loading hotkey file.
    2 errors were found
    15 definitions were loaded
    1 key will be used as a modifier
    Command line: AutoExec
    Unable to find command AutoExec
    Installing mouse hook
    Hook installation succeeded
    I tinkered with it, and actually got it to work! Ty for your time guys appreciate it, really do!

  8. #18

    Default

    New question about mouse broadcasting with HKN.

    Im trying to make my 4 shamans to cast Healing Rain at the same time and on top of my shamans.

    But its not working. What Ive tried is this:

    <UseKeyAsModifier Oem3>

    <Hotkey Oem3 LButton>
    <SendWinM wow1>
    <ClickMouse LButton>
    <SendWinM wow2>
    <ClickMouse LButton>
    <SendWinM wow3>
    <ClickMouse LButton>
    <SendWinM wow4>
    <ClickMouse LButton>


    I have healing rain keybinded to "Z". So what I want to be able to do is this:

    Press "Z"

    Hold down Oem3, Left Click with mouse where I want to put down the healing rain. Voilà!


    I run 4 wows on 2 computers, I tried this one aswell:

    <Hotkey Oem3 LButton>
    <SendWinM wow1>
    <ClickMouse LButton>
    <SendWinM wow2>
    <ClickMouse LButton>
    <SendPC 192.168.10.100 wow3>
    <ClickMouse LButton>
    <SendPC 192.168.10.100 wow4>
    <ClickMouse LButton>

  9. #19

    Default

    http://www.dual-boxing.com/showpost....4&postcount=11

    My AOE heals look like this

    Code:
    <Hotkey F3>
    	<SendLabel w1, w2, w3, w4>
    		<Key F3>
    		
    <Hotkeyup F3>
    	<SendLabel w1, w2, w3, w4>
    			<Clickmouse LButton>
    		<RestoreMousePos>
    You're sending your commands to window names {wow1-wow4} instead of to the labels {w1-w4}. Use the labels.

    If you want the broadcasting separated, then don't define it again. You already have the OEM3 set up in your key definitions

    Code:
    //-----------------------------------------------------------
     // 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%>
    You should just have to press Z, hold OEM3, click your mouse and release the OEM3 key.
    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 _

  10. #20

    Default

    Just copied yours and its working! Ty again, this is the best community ever.

Posting Rules

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