One of the major factors putting me off boxing 5 client’s was the inability to heal different party members without masses of keybinds/macros.

My current setup is a combination of hotkeynet and the healbot addon . The way it is configured is both my Main (Paladin) and my healer (Priest) have the healbot party list positioned in the exact same spot on both screens. Hotkeynet is set to send shift + left mouse clicks only to the healer’s window allowing me to shift click any target on my Paladin’s yet having the Priest do the healing.

I have also configured it for normal mouse clicks for backup Paladin healing and ctrl/shift/alt modifiers with left and right mouse button. It is also very handy for using purify/cleanse/dispel/shield etc

Here is an example of my main heal script in hotkeynet. Keep in mind that this is using multiple PC's rather than two instances of WoW running on the one.

<Hotkey LShift LButton>
<SendPC 192.168.1.1>
<SendWin "World of Warcraft">
<ClickMouse LButton>

With the alt modifier (I'm sure there is an easier way but this works)

<Hotkey LAlt LButton>
<SendPC 192.168.1.1>
<SendWin "World of Warcraft">
<keydown LAlt>
<ClickMouse LButton>
<keyup LAlt>


If you are running multiple clients on the same PC you will need something along the lines of this:

<Hotkey LShift LButton>
<SendPC Local>
<sendwinm wow2>
<ClickMouse LButton>

There are a few settings you may want to change in the healbot addon to make this work correctly. The main issue with the default is that your party member lists will be in a different order on each PC. To get around this I set 'Healing Bars' under the Healing tab to 'Raid' and set sorting of extra bars to by name. You may also want to play around with the size and spacing of the bars to allow more margin for error.

Within Hotkeynet I also had to set ClickMouse delays to 100 rather than the default 15 to get consistant click sending most likely due to my slower second PC. This can be found under Options > Settings and requires you to edit both fields.

Using this method I have managed to free up loads of keys and made tanking and healing a random group fairly viable.

Hopefully someone else finds this of some use. I'll be on the forums frequently anyone has any questions thanks to Error 202 preventing me from starting 5 boxing at the moment :cursing: