New question about mouse broadcasting with HKN.

Im trying to make my 4 shamans to cast Healing Rain at the same time and on top of my shamans.

But its not working. What Ive tried is this:

<UseKeyAsModifier Oem3>

<Hotkey Oem3 LButton>
<SendWinM wow1>
<ClickMouse LButton>
<SendWinM wow2>
<ClickMouse LButton>
<SendWinM wow3>
<ClickMouse LButton>
<SendWinM wow4>
<ClickMouse LButton>


I have healing rain keybinded to "Z". So what I want to be able to do is this:

Press "Z"

Hold down Oem3, Left Click with mouse where I want to put down the healing rain. Voilà!


I run 4 wows on 2 computers, I tried this one aswell:

<Hotkey Oem3 LButton>
<SendWinM wow1>
<ClickMouse LButton>
<SendWinM wow2>
<ClickMouse LButton>
<SendPC 192.168.10.100 wow3>
<ClickMouse LButton>
<SendPC 192.168.10.100 wow4>
<ClickMouse LButton>