Close
Showing results 1 to 7 of 7

Threaded View

  1. #1

    Default Healing with HotKeyNet

    *edit: I've added my current solution a few posts down, if anyone is interested in setting this up themselves.*

    Hey,

    I'm brand new to multiboxing and I'm trying to set up my healing with HotKeyNet. I've got a Pally and Shaman duo, and I pilot from the Pally.

    The TLDR is: I'm using both <Key %Trigger%> and <ClickMouse> in the same <HotKey> definition to make a mouseover healing macro work. Is this something I should avoid since it's then sending two hardware events for my one button press? Does it make a difference if I use <ClickMouse NoClick>?



    Here's how I've got things working... I'm broadcasting all my actionbar keybinds, and have set up macros for both characters. I've installed Grid2 and shared my profile so the frames are in the same location on both screens.
    Here's my Resto Shaman's macro:
    Code:
    /cast [@mouseover,exists,help] Healing Surge
    /cast [@focustarget] Lightning Bolt
    For that to work while piloting my Pally, I've got this in my HKN script:
    Code:
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
        <SendLabel w1, w2>
        <ClickMouse NoClick>
        <Key %Trigger%>
    This works. I'm able to spam my keybinds, and the Shaman does some DPS along with me. Then when I need to heal, I can mouseover my party frames and continue spamming the same keybind. The Pally continues doing his thing on his target, and the Shaman begins to heal my mouseover target.

    I'm not sure if this is a "legal" way to set this up, since <Key> and <ClickMouse> could be considered two separate hardware events which both fire when I hit one key. If this is sketchy, how would you recommend I set up healing using HotKeyNet?
    Last edited by Puggy83 : 11-08-2018 at 01:41 AM

Posting Rules

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