Close
Showing results 1 to 7 of 7

Threaded View

  1. #2

    Default

    I'm a she, but glad my guides have helped.

    Are there any errors from HotKeyNet when you send those keys?

    I can not get any of the interaction or questing stuff to work
    Interaction should be done in this fashion -

    1. Main selects target.
    2. Send the assist key so slaves pick up the target.
    3. Send the interact key.

    All three toons should select and move to the target. If that's not happening, I need to know exactly what IS going on. Are the slaves getting the assist and actually targeting the same target? Are there error messages from the game when you use interact? Have you enabled both click to move and interact with target in the game itself?

    It doesn't sound like Click to Move is turned on if mouse passing {OEM3} and clicking doesn't send everyone moving to a new location.

    You also have OEM4 and OEM6 excluded from passing to your slaves via the keylist

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E, OEM1, OEM2, OEM4, OEM6, OEM7, COMMA, PERIOD>
    <SendLabel w1, w2, w3>
    <Key %Trigger%>
    which means if you've selected [ and ] as your Assist and Interact, they aren't being sent to the slaves.

    It's the same with Jamba's item use bar. If you have set all the bindings within WoW's keybindings, then they aren't getting them because you've excluded OEM1 {;}, OEM7 {'}, Comma {,}, Period {.} and OEM2 {/} from being sent to your slaves.

    If you wish to add keys, it needs to be before the EXCEPT in the keylist

    Code:
    <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12, OEM1, OEM2, OEM4, OEM6, OEM7, COMMA, PERIOD except W, A, S, D, Q, E>
    <SendLabel w1, w2, w3>
    <Key %Trigger%>
    Last edited by Khatovar : 11-19-2013 at 02:34 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

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
  •