Close
Page 9 of 10 FirstFirst ... 7 8 9 10 LastLast
Showing results 81 to 90 of 92
  1. #81

    Default

    ...[SNIP]

    tl;dr: The sample code (http://www.hotkeynet.com/wow/wow-sample-two-on-two.html) works great, but I can't figure out how to get modifier keys to work with it.

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <PassThrough>   
    <SendLabel w2>
    <Key %Trigger%>
    
    <KeyList MyList A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
    <PassThrough>   
           <SendLabel w2>
           <Key %Trigger%>
    With that I can send modifier keys over, (Shift + R was my test, worked! Yay!), but now ScrollLockOn doesn't seem to matter. My slave is going crazy right now opening the map and stuff as I type this as Scroll Lock is off.

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <PassThrough>   
    <SendLabel w2>
    <Key %Trigger%>
    
    <KeyList MyList A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey MyList; ScrollLockOn Shift MyList; ScrollLockOn Alt MyList; ScrollLockOn Ctrl MyList>
    <PassThrough>   
           <SendLabel w2>
           <Key %Trigger%>
    It still doesn't care about Scroll Lock. Maybe an If block would do it?

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    <PassThrough>   
    <SendLabel w2>
    <Key %Trigger%>
    
    <KeyList ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey ScrollLockOn; Shift ScrollLockOn; Alt ScrollLockOn; Ctrl ScrollLockOn>
    <PassThrough>   
           <SendLabel w2>
           <Key %Trigger%>
    You must supply the name of at least one non-modifier key.
    Last edited by Nimoi : 09-10-2009 at 02:19 PM

  2. #82

    Default

    Code:
    <Hotkey ScrollLockOn MyList; ScrollLockOn Shift MyList; ScrollLockOn Alt MyList; ScrollLockOn Ctrl MyList>
       <SendLabel w1, w2>
          <Key %Trigger%>
    �Author of HotkeyNet and Mojo

  3. #83

    Default

    Quote Originally Posted by Freddie View Post
    Code:
    <Hotkey ScrollLockOn MyList; ScrollLockOn Shift MyList; ScrollLockOn Alt MyList; ScrollLockOn Ctrl MyList>
       <SendLabel w1, w2>
          <Key %Trigger%>
    A response, and from the creator no less! How grand! Thanks very much for the help!

  4. #84

    Default

    I hate to doublepost, but it seems that every time I cast something with Shift + key, and then attempt to use that combination again it disregards the fact that I am holding Shift for both clients.

    Code:
    <Hotkey ScrollLockOn Shift R>
    <Hotkey ScrollLockOn R>
    <Hotkey ScrollLockOn R>
    <Hotkey ScrollLockOn R>
    <Hotkey ScrollLockOn R>
    Shift was held the entire time.

    It only seems to count for the first key, I need to release and then press shift again for it to continue.

    Any help would be very appreciated!

    Edit: this is what I have, thanks to Freddie:

    Code:
    <KeyList MyList A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
    
    <Hotkey ScrollLockOn MyList; ScrollLockOn Shift MyList; ScrollLockOn Alt MyList; 
    
    ScrollLockOn Ctrl MyList>
       <SendLabel w1, w2>
          <Key %Trigger%>
    Seems like such a simple problem, sorry to bother.
    Last edited by Nimoi : 09-12-2009 at 04:16 PM

  5. #85

    Default

    Quote Originally Posted by Nimoi View Post
    I hate to doublepost, but it seems that every time I cast something with Shift + key, and then attempt to use that combination again it disregards the fact that I am holding Shift for both clients.
    Uncheck "Clear modifiers before executing hotkey" on the Settings Panel.
    �Author of HotkeyNet and Mojo

  6. #86

    Default

    Quote Originally Posted by Freddie View Post
    Uncheck "Clear modifiers before executing hotkey" on the Settings Panel.
    I love you. If you ever go paid I will definitely be paying.

    Edit: Oddly enough, after having checked the option on both clients and restarting, it still doesn't seem to be making any difference. I'm searching your reference.

    Edit2: I got it to work after changing SendWin to SendWinM.

    Code:
    <Label w1 Local SendWinM "World of Warcraft">
    <Label w2 192.168.254.6 SendWinM "World of Warcraft">
    Last edited by Nimoi : 09-12-2009 at 06:11 PM

  7. #87

    Default

    Hi trying to figure out how to use the
    The No Focus Manifesto v 2.0
    its from this post on here with hotkeynet
    http://www.dual-boxing.com/showthread.php?t=25679
    On page 3 i put some stuff in and asked if it would work in hotkeynet but since no one using it prob reads that topic thought i would ask here for some help on it. And don't want to double post so am putting the link to it above. My question is on page 3 of that topic.
    Any help would he greatly appreciated.
    Thanks in advance

  8. #88

    Default

    Posting in this old thread! I need some help with setting up FTL for HotKeyNet. Ive tried to implement this into a script, but nothing is working as intended.

    Infoz:

    Using 2 computers

    Main IP: 192.168.10.103
    Alt IP: 192.168.10.102

    Using ScrollLock as on/off button.

    I use 0-9, shift+0-9 and shift+a-z in my keybindings.

    How the hell can I make this work? Any help would be appreciated highly, dearly, and sincerly.

    Regards Nikita

  9. #89
    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. #90

    Default

    Ive been reading all those threads, and Im still not even close to getting it to work. Any FTL, and HotKeyNet users who could throw me a bone here?

    Code:
    //-----------------------------------------------------------
    // 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 192.168.10.102 "c:\WoW\WoW\WoW.exe" WoW3>
    <LaunchAndRename 192.168.10.102 "c:\WoW\WoW\WoW.exe" WoW4>
    //-----------------------------------------------------------
    // DEFINE A MAIL LABEL FOR EACH WOW 
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 192.168.10.102 SendWinM WoW3>
    <Label w4 192.168.10.102 SendWinM WoW4>
     
    <Template Assist>
    <If ActiveWinIs w1>
    <Sendlabel w2, w3, w4>
    <Key F1> 
    <Else If ActiveWinIs w2>
    <Sendlabel w1, w3, w4>
    <Key F2> 
     
    <Else If ActiveWinIs w3>
    <Sendlabel w1, w2, w4>
    <Key F3>
    <Else If ActiveWinIs P4>
    <Sendlabel w1, w2, w3>
    <Key F4> 
    <EndIf>
    <EndTemplate>
     
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO ALL FOUR WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Hotkeyup ScrollLockOn Space, A-Z, NumPad0-NumPad9, Plus, Minus, 1-9, F5-F12 except W, A, S, D, X, R, Z, C; ScrollLockOn Shift AllMainKeys;>
    <ApplyTemplate Assist>
    <SendLabel w1,w2,w3,w4> 
    <Key %trigger%>
     
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL FOUR WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right>
    <SendLabel w1, w2, w3, w4>
    <Key %Trigger%>
     
    <Hotkey ScrollLockOn Shift T>
    <SendLabel w1,w2,w3,w4> 
    <Key Shift T>
     
    <Hotkeyup ScrollLockOn Shift T>
    <SendLabel w1,w2,w3,w4> 
    <Key K>
     
    <Hotkey ScrollLockOn x>
    <Toggle>
    <SendLabel w1> 
    <Key x>
    <Toggle>
    <SendLabel w2> 
    <Key y>
    <Toggle>
    <SendLabel w3> 
    <Key u>
    <Toggle>
    <SendLabel w4> 
    <Key i>
    <ResetToggles>
     
    <Hotkeyup ScrollLockOn x>
    <Toggle>
    <SendLabel w4> 
    <Key t>
    <Toggle>
    <SendLabel w3> 
    <Key t>
    <Toggle>
    <SendLabel w2> 
    <Key t>
    <Toggle>
    <SendLabel w1> 
    <Key t>
    <ResetToggles> 
     
    <Hotkey ScrollLockOn r>
    <Toggle>
    <SendLabel w1> 
    <Key r>
    <Toggle>
    <SendLabel w2> 
    <Key o>
    <Toggle>
    <SendLabel w3> 
    <Key p>
    <Toggle>
    <SendLabel w4> 
    <Key l>
    <ResetToggles>
     
    <HotkeyUp ScrollLockOn r>
    <Toggle>
    <SendLabel w2> 
    <Key j>
    <Toggle>
    <SendLabel w1> 
    <Key t>
    <Toggle>
    <SendLabel w4> 
    <Key n>
    <Toggle>
    <SendLabel w3> 
    <Key t>
    <ResetToggles>
     
    <Hotkey ScrollLockOn z>
    <SendLabel w1, w2, w3, w4>
    <Key z>
     
    <Hotkeyup ScrollLockOn z>
    <SendLabel w1, w2, w3, w4>
    <Clickmouse LButton>
    <RestoreMousePos>
    <Hotkey ScrollLockOn c>
    <SendLabel w1, w2, w3, w4>
    <Key c>
     
    <Hotkeyup ScrollLockOn c>
    <SendLabel w1, w2, w3, w4>
    <Clickmouse LButton>
    <RestoreMousePos>
    Ive read that you need assist macros through out your team!

    F1:
    /assist shaman1

    F2:
    /assist shaman2

    F3:
    /assist shaman3

    F4:
    /assist shaman4

    All 4 shamans has these macros bound on these keys.

    Now, how do I setup ApplyTemplate to press my assist button, and my keys @ the same time? What am I missing here? Do I need to use key modifiers like shift, ctrl and alt?
    Last edited by MiRai : 10-09-2011 at 01:58 PM Reason: Wrapped HKN Code Using [Code] Tag

Similar Threads

  1. Replies: 15
    Last Post: 03-18-2012, 08:42 AM
  2. Lotro Dual-Boxing Howto
    By KrunkTheMadMan in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 04-02-2009, 02:27 AM
  3. 2 Boxing, 1-60 guide RAF guide?
    By pinnacle2009 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-18-2009, 07:59 PM
  4. Beginners Guide 2 Dual-Boxing (3,4,5 boxing)
    By piejoh77 in forum New Multi-Boxers & Support
    Replies: 78
    Last Post: 03-12-2009, 03:17 AM
  5. Dual-Boxing / Multi-Boxing leveling guide
    By Ziie in forum General WoW Discussion
    Replies: 3
    Last Post: 09-06-2007, 12:45 PM

Posting Rules

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