PDA

View Full Version : repeater regions: ran into concept problem



zenga
12-19-2010, 01:24 AM
As some might have read into old threads, I'm multiboxing under Linux. I use a tool called xdotool so far that has served me well. So far I've been using keybind heals, but I finally gave in and started to implement mouse broadcasting. Got it this night more or less working the way I wanted it to work. What I do is the hotkeynet style: I define a region in my wow screen and if my mouse is within that area, the mouse pointer is broadcast to another window.

So far so good. I use the standard wow way to drive my toons: I hold both the left and right mouse button to run and steer. When I need to look around I release my right mouse button and press my qszd (i(m an azerty keyboard user).

However if you use Khatovar's HKN solution (http://www.dual-boxing.com/showpost.php?p=303094&postcount=11)


<Hotkey LButton>
<If MouseIsOverWindowRect WoW1 755 481 200 200>
<SendLabel w1, w2, w3, w4, w5>
<Clickmouse LButton>
<RestoreMousePos>
<Else>
<SendFocusWin>
<Clickmouse LButton>

It basically means that your left mouse button becomes useless to steer with. What I like to find out is how the AHK have worked around this for mouse broadcasting healing. Would appreciate any tips/stories as I'm a bit stuck/out of ideas now how I best implement this.

Cheers
z

Khatovar
12-19-2010, 03:35 AM
I just got up, so I'm still asleep, but I don't think you need the second Clickmouse. Try

<Else>
<SendFocusWin>
<Key LButton>