Close
Showing results 1 to 2 of 2

Hybrid View

  1. #1

    Default repeater regions: ran into concept problem

    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

    Code:
    <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
    Everything that is fun in life is either bad for your health, immoral or illegal!

  2. #2

    Default

    I just got up, so I'm still asleep, but I don't think you need the second Clickmouse. Try

    <Else>
    <SendFocusWin>
    <Key LButton>
    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 _

Posting Rules

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