Close
Showing results 1 to 3 of 3

Thread: HKN (Help?)

Threaded View

  1. #3

    Default

    [Edit: Olipcs covered a lot of this but anyways..]

    Quote Originally Posted by Trythas View Post
    You see i like to run with the arrows. but i also like to run with W, A, S, D, Q, E as well and sometime with my mouse (click both buttons at the same time) but i'm not quiet sure how to put that in my script.
    You already have movement hotkeys set up in your script correctly. It is this bit here:
    Quote Originally Posted by Trythas View Post
    Code:
    //-----------------------------------------------------------
     // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
     // ADD MORE KEYS IF YOU WANT.
     //-----------------------------------------------------------
     <MovementHotkey ScrollLockOn w, a, s, d, up, down, left, right, space>
     <SendLabel w1, w2>
     <Key %Trigger%>
    You should probably add Q and E to this list.

    If it is still not working, try making sure that HKN has correctly renamed the windows to WoW1 and WoW2 after launching HKN and pressing Ctrl Alt L with the scroll lock on (since this is how the script has been written).
    Not running HKN with 'run as administrator' is one possible cause if this does not happen.

    PS There is a sample script that includes a nice way to get HKN to do the launching and resizing and border removal for you here:
    http://www.dual-boxing.com/showthread.php?t=16177


    Quote Originally Posted by Trythas View Post
    I also can't figure out how to keep my people lined up. I am running with two right now and would like them side by side. But anytime i get them side by side if i turn at all and continue walking it screws up the formation.
    Assuming you are playing WoW, then you should use the /follow command in-game to move the group around. Put it in a macro like "/follow NameHere", bind the same key to that macro on every wow window (except the leader). Press the button and your toons will follow the main toon around. More info is available around these forums - it is a very old problem/solution so best to search it out.

    Quote Originally Posted by Trythas View Post
    I also can't use the mouse on the background window. I don't minimize it though. could ya'll help please?
    Normal operation should be to click once anywhere on the window (to focus the window). Subsequent clicks should be seen by that wow window. This would happen with or without HKN running.
    The only mousey thing your script does is it sends the click to the same coordinates on both windows if you also hold down Oem3 (which is the ` key normally).
    Playing with full mouse broadcasting (like copying more than just individual clicks) is not needed, and beyond what I can help you with. For example, you will never be able to steer both toons simultaneously with the mouse - so use follow.
    Last edited by Flekkie : 11-30-2009 at 12:18 PM
    Coming out of nowhere drivin' like rain, Stormbringer dance on the thunder again
    Dark cloud gathering breaking the day, no point running cause its coming your way

    Rainbow shaker on a stallion twister, bareback rider on the eye of the sky
    Stormbringer coming down meaning to stay, thunder and lightning heading your way

    Ride the rainbow crack the sky, Stormbringer coming time to die

    ~ Deep Purple, Stormbringer

Tags for this Thread

Posting Rules

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