Close
Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast
Showing results 11 to 20 of 44
  1. #11

    Default

    It was a temp fix for me as well I'm afraid. Worked once but can't get it to work again.

  2. #12

    Default

    I first I tought was Wow related, but today I tried using on notepad to be sure and didn't work too. So probally the problem is with windows and HKN, I hope they fixed this cause I like HKN. I'm using autohotkey while HKN isnt working

  3. #13
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    There's no reason to have multiple threads about the same topic, so they've been merged.
    Do not send me a PM if what you want to talk about isn't absolutely private.
    Ask your questions on the forum where others can also benefit from the information.

    Author of the almost unknown and heavily neglected blog: Multiboxology

  4. #14

    Default

    I am still having issues, all I can do is rename the windows.
    None of the other keys work in any wow windows.
    I re downloaded hkn and use default script but nothing works still.

    Anyone has any more tips on how to make this work again?

  5. #15

    Default

    Came here to see if anyone else was having a similar issue and if there was a fix for it. I can open wow fine manually but when I use my script I get the same blank grey error box as everyone else. I did manage a work around for this problem but hope someone can come up with a better solution. Anyway, here is what I did:

    Open each instance of wow manually
    Then use HKN program menu to manually rename each instance. The rename option is under the Actions menu. Right click the title bar of the window you want to rename when the Rename option is open. Then type the windows new name.
    Then I just use the hotkey I have set up that Configures the position of the windows.

    Note: Depending on how your config file is set you may want to add a <RemoveWinFrame> to your ResizeAndPosition command.

    Hope this helps and that we can come up with a better solution soon.

    Here is the relevant code for reference:

    //----------------------------------------------------------------
    // Alternate Window CONFIG WITH HOTKEYS Alt Shift F1-F5
    //----------------------------------------------------------------
    <Hotkey ScrollLockOn Alt Shift F1>
    <ResizeAndPosition 1 2 3 4 5>
    <SetActiveWindowTracking On>
    <SendWin WoW1>
    <Key Oem6> // Key to send to focus win to tell slaves to follow.

    <Hotkey ScrollLockOn Alt Shift F2>
    <ResizeAndPosition 2 1 3 4 5>
    <SetActiveWindowTracking On>
    <SendWin WoW2>
    <Key Oem6>

    <Hotkey ScrollLockOn Alt Shift F3>
    <ResizeAndPosition 3 1 2 4 5>
    <SetActiveWindowTracking On>
    <SendWin WoW3>
    <Key Oem6>

    <Hotkey ScrollLockOn Alt Shift F4>
    <ResizeAndPosition 4 1 2 3 5>
    <SetActiveWindowTracking On>
    <SendWin WoW4>
    <Key Oem6>

    <Hotkey ScrollLockOn Alt Shift F5>
    <ResizeAndPosition 5 1 2 3 4>
    <SetActiveWindowTracking On>
    <SendWin WoW5>
    <Key Oem6>

    //-----------------------------------------------------------
    // SUBROUTINE TO Position Windows for 5 boxing.
    //-----------------------------------------------------------
    <Command ResizeAndPosition>
    <SendWinM WoW%1%>
    <RemoveWinFrame>
    <SetWinRect 0 0 1920 1050>
    <SendWinM WoW%2%>
    <RemoveWinFrame>
    <SetWinRect 1920 0 840 525>
    <SendWinM WoW%3%>
    <RemoveWinFrame>
    <SetWinRect 2760 0 840 525>
    <SendWinM WoW%4%>
    <RemoveWinFrame>
    <SetWinRect 1920 525 840 525>
    <SendWinM WoW%5%>
    <RemoveWinFrame>
    <SetWinRect 2760 525 840 525>

  6. #16

    Default

    I thought I was going crazy the other day when it stopped working.
    I run two wow's on two machines, and normally I send to "World of Warcraft" on the second machine so I don't need to bother renaming windows.

    What seems to happen is that the actual "World of Warcraft" window isn't being recognized. If you put up another window with the "World of Warcraft" title, such as a website, your keystrokes will be sent there. However if the game window is the only titled window matching "World of Warcraft" the keypresses go into the void.

    What I found to work was to manually rename my "World of Warcraft" default window to something else and direct the script on my master hotkey client to send to the new name, and not "World of Warcraft."

    Hotkeynet simply can't recognize the default "World of Warcraft" window.

  7. #17

    Default

    Yes the problem is to do with how the windows are renamed. I have some code in my script that renames my 2 World of Warcraft instances as WoW1 and WoW2. I have also made my own code to rename them back to World of Warcraft. Just keep playing with renaming the windows until you get it to work. If the windows don't seem to be renamed the first time you press the key, don't worry and try the game anyway. That might be what gets it to work.

  8. #18

    Default

    Manually renaming does work, thanks for the tip.

    I cannot get any of the usual commands to rename them from a script. It makes me wonder if its some kind of change to hurt botters? Once renamed everything else works just fine.

  9. #19

    Default

    Hello,
    I was just going to post this too, I cannot get it to work anymore.
    Yesterday I got it to work, but I dont really know why, today nothing works anymore.
    Yesterday renaming manually worked, today not.

    -------

    Seems to be depending on luck? I just started it again, now it seems to work, but I did really nothing else than I did before, when it did not work. Puzzled.
    Last edited by MiRai : 04-07-2017 at 12:14 PM Reason: Merged
    Battletag EU:
    Moonflower#2711

  10. #20

    Default

    Wildflower you got an Ingame Invite from BlueShadow.
    So kann man sich direkt austauschen^^

Posting Rules

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