Close
Showing results 1 to 4 of 4
  1. #1

    Default [HotKeyNet] WASD not working on main

    Changed this code to fit RIFT for me but now I cant get WASD to move my main character. Would be W1 in this line up. When I move over to W2 or W3, i can press WASD and it moves my main character. Can anyone spot what im missing.

    Thanks!

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR TWO 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 147 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 "RIFT" WoW1>
            <RenameWin "RIFT" WoW2>
        <RenameWin "RIFT" WoW3>
     
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%>
          <Run "D:\Program Files (x86)\RIFT\riftpatchlive.exe">
            <RenameTargetWin %2%>
     
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
        <LaunchAndRename Local WoW3>
     
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3> 
    //-----------------------------------------------------------
    // 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>
    <SendLabel w1, w2, w3>
    <Key %Trigger%>
     
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn W, S, A, D>
    <SendLabel w1, w2, w3>
    <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>
          <ClickMouse %TriggerMainKey%>

  2. #2

    Default

    I've never used HKN to be honest but are you sure your windows are getting renamed to WoW1 WoW2 and WoW3? Since you are using the RIFT launcher, it's probably renaming the launcher window instead of the game window -- so if you don't do the Ctrl+R or it has the wrong title for the window to find to rename, then I'd guess this is the issue
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  3. #3

    Default

    Seems to me working fine with these names and passing the commands I want passed to each window other than allowing me to use WASD on my main window. Ive unbound WASD as movement keys on my two alts and made them follow keys. Other than that im at a loss.

    Not sure why when scrolllock is off I can move my main guy with WASD but once Scrolllock is on I loose the ability.

    Anyone?
    Last edited by cman18 : 03-30-2014 at 03:36 PM

  4. #4

    Default

    Take a look at these posts. They mention wonkiness with Rift's movement.


    http://www.hotkeynet.com/phpBB3/view...php?f=3&t=1963
    http://www.dual-boxing.com/threads/34828-Rift-with-HKN

    Beyond that, why are you trying to pass WASD to all screens? Slaves should use follow, not mirror the master's moevement.
    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 _

Posting Rules

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