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

    Default Issue with flying/swimming can't go up or down only left and right. Running HKN scrip!

    So I been running a 4 man boxer all dks later on am gonna add a Druid for heals on tank. Anyways finally got flying license but for the life of me I do not understand why I can't fly as usual when I press the space bar on my main it just breaks follow on my 3 slaves. How can I re work my script to make is so that I can fly normal am still a noob at this so would appreciate some clear details PLZ and than you. Like I mention before running all on HKN any help would be greatly appreciated thank u guys..

    // 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 "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>
    <RenameWin "World of Warcraft" WoW3>
    <RenameWin "World of Warcraft" WoW4>
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run "D:\Diablo 3\World of Warcraft\WoW.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>
    <LaunchAndRename Local WoW4>
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3>
    <Label w4 Local 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, Numpad0-Numpad9, Tab, Esc, LShift, Space, Button4, Plus, Minus, Button4, F1-F12 except W, A, S, D; ScrollLockOn Shift A-Z; ScrollLockOn Shift 0-9>
    <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 W, A, S, D>
    <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 Oem5>

    <Hotkey ScrollLockOn Oem5 LButton, MButton, RButton, Button4, Button5>
    <SendLabel w1, w2, w3, w4>
    <ClickMouse %TriggerMainKey%>
    <RestoreMousePos>

  2. #2

    Default

    It has been so long since I used HKN, but something along the lines of a toggle to turn on/off the movement key's?
    Because pressing space bar [if I broadcast it to all clients] will break follow while flying, as well as while I am in the water, attempting to jump will also break follow.
    Typically flying for me [w/isBoxer] is just a follow train, my space bar only affects the Window/slot I am currently driving from.

  3. #3

    Default

    I believe the issue is that your Space-key is under Hotkeys, and not under Movement Keys. The difference between them is that Movement Keys keep track of whether or not (and for how long) a key is kept pressed to enable movement for that period of time, where as normal Hotkeys basically act as if you simply tapped the key quickly, no matter how long you keep it pressed.
    Last edited by Wubsie : 04-05-2016 at 10:45 AM

Posting Rules

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