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

    Default Problem with Mouse Broadcasting , HKN

    Hello everyone , I just downloaded HKN and am trying to get the hang of with 2 starter accounts ( For the purpose of 5 multibox gathering in BfA - WoW ) .
    I copy pasta a simple script and it worked ! But unfortunately my mouse broadcasting doesnt work properly . In my script there is a trigger key ( OEM3 ) . But it works poorly . Whenever I click the OEM3 button , my mouse goes from wow1 to wow2 and nothing happens . I am trying to use right mouse click to adjust the screen but cannot do it .

    My script is

    //================================================== ==============
    // 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 "World of Warcraft" WoW1>
    <RenameWin "World of Warcraft" WoW2>


    <Hotkey ScrollLockOn Ctrl T>
    <SendPC local>
    <RenameWin WoW1 "World of Warcraft">
    <RenameWin WoW2 "World of Warcraft">

    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run "C:\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>

    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>

    //-----------------------------------------------------------
    // 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-7, Numpad0-Numpad9, Oem2, Tab, Esc, LShift, Enter, Backspace, Space, Button5, Plus, Minus, F1-F12 except W, A, S, D; ScrollLockOn Shift A-Z; ScrollLockOn Shift 0-9>
    <SendLabel w1, w2>
    <Key %Trigger%>

    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL FORMATIONS BINDS.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn 8>
    <SendLabel w1>
    <Key F1>
    <SendLabel w2>
    <Key F1>
    //-----------------------------------------------------------
    // 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>
    <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>
    <ClickMouse %TriggerMainKey%>
    <RestoreMousePos>

    ps : I tried researching this is this forum , but most of the topics were missing information , sorry if this is a repost/against the rules .

  2. #2

    Default

    I'm having the same issues, though when I try the script you posted i just get "Error at line 1, Line Text S, Error: the leftmost character is an illegal expression." I get that for every script I've tried so far in wow besides the one I found that just helps me dualbox with 1-0. Need help!
    Last edited by hatchettwit : 10-03-2018 at 09:10 AM

  3. #3

    Default

    Hello!
    I believe i have similar situation but i still could not fix.
    I am dual boxing with 5 but the issue is with broadcasting also. When I click even using OeM3 he clicks for 3 screens only.
    I noticed that there is a tiny difference of perspective for each window that I can[t fix.... have anyone fixed this yet? How can i perfect align wow screens?

  4. #4

    Default

    Would have to see your script to determine whether is is an issue with it, or some other issue. There was a thread a few days ago with someone trying to do gathering and having some issues with clicks as well. While troubleshooting that I found HKN a bit finnicky with clicks, so I would recommend trying to use Interact With Mouseover instead. You can find it in the keybinds under targetting in WoW. As far as the HKN script, a simple definition like this worked 100% fine for me:

    <Hotkey ScrollLockOn F>
    <SendLabel w1, w2>
    <Clickmouse Noclick>
    <Key F>
    <RestoreMousePos>
    (this assumes interact with mouseover is bound to F ingame.)
    Last edited by MiRai : 10-15-2018 at 02:52 PM Reason: Formatting - Automatic Text Color

  5. #5

    Default

    look at the where is it going if its on the herb or mine then can click on it and rename ur main character WoW1 to WoW2 and then ur 2nd character from WoW2 to WoW1 its worked i think gl

Posting Rules

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