Close
Showing results 1 to 10 of 11

Hybrid View

  1. #1

    Default

    It's been awhile since my HKN days, but I'm pretty sure your problem is you don't have the keys defined as movement keys in HKN. I don't remember the command, but basically it's not holding down the key like you want, and I stead just pushing it for a fraction of a second. Find that command and you'll be golden.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  2. #2

    Default

    Code:
    //----------------------------------------------------------------
    //Formation 1
    //----------------------------------------------------------------
    <Hotkey ScrollLockOn Shift Ctrl 1>
        <SendLabel w2>
            <KeyDown Left>
            <KeyDown Down>
        <SendLabel w3>
            <KeyDown Right>
            <KeyDown Down>
    
    <HotkeyUp ScrollLockOn Shift Ctrl 1>
        <SendLabel w2>
            <KeyUp Left>
            <KeyUp Down>
        <SendLabel w3>
            <KeyUp Right>
            <KeyUp Down>
    WoW had a Cataclysm.
    I quit.


    Now 3-boxing EVE until CCP mess that up.

  3. #3

    Default

    Quote Originally Posted by Mukade View Post
    Code:
     
    //----------------------------------------------------------------
    //Formation 1
    //----------------------------------------------------------------
    <Hotkey ScrollLockOn Shift Ctrl 1>
        <SendLabel w2>
            <KeyDown Left>
            <KeyDown Down>
        <SendLabel w3>
            <KeyDown Right>
            <KeyDown Down>
     
    <HotkeyUp ScrollLockOn Shift Ctrl 1>
        <SendLabel w2>
            <KeyUp Left>
            <KeyUp Down>
        <SendLabel w3>
            <KeyUp Right>
            <KeyUp Down>

    Thanks for the help guys.. This is exactly what I was looking for!

  4. #4

    Default moving via mouse?

    Okay so this thread is 3 years old now, but I had recently been exploring this sort of "formation" movement myself. I thought you could use mouse clicks in conjunction with click-to-move on the slaves to do it but so far haven't had any luck. So far, I've tried the following:

    Code:
    <Hotkey ScrollLockOn Oem1>
        <SendLabel w2>
            <ClickMouse RButton Both Window 50% 50%>
        <SendLabel w3>
            <ClickMouse RButton Both Window 45% 50%>
        <SendLabel w4>
            <ClickMouse RButton Both Window 55% 50%>
        <SendLabel w5>
            <ClickMouse RButton Both Window 60% 50%>
    Which doesn't seem to do anything at all, actually. That is, I press the key, HotkeyNet picks it up and apparently executes the macro, but I don't see any sort of response in my slave windows. Based on this thread, it looks like most people just use key movement, but I thought you could make for more interesting formations using click-to-move. I've tried moving the 1st value around a bit to make sure i wasn't clicking too close to the center to cause it to move. Any suggestions as to what I might be doing wrong?

  5. #5

    Default

    ... and I just met Krystallus for the first time... twice he killed 4 of my party in one shot before I researched to figure out wtf was going on, only to find that a solution to the positioning issue would be pretty handy right about now.

    Edit: I managed to get the fight done using the key method. I'd still be interested in the mouse solution just for S&G if anyone can help.
    Last edited by tldr : 03-12-2013 at 10:28 PM

Posting Rules

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