Bloodcrush
05-10-2008, 05:42 AM
Hi guys need some help at Mouseclicks at AHK well my german mates cant help me :D
Well i made a script
#IfWinActive, Leader
LButton::
if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Leader
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box1
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box2
else
Click
return
but then only my Leader cast then and if i wirte this
#IfWinActive, Leader
LButton::
if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box1
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Leader
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box2
else
Click
return
Only the Box1 cast can you help that all cast if i Click in this Range
Sorry for my bad english
Well i made a script
#IfWinActive, Leader
LButton::
if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Leader
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box1
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box2
else
Click
return
but then only my Leader cast then and if i wirte this
#IfWinActive, Leader
LButton::
if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box1
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Leader
else if MouseInRange(250,269,759,778)
ControlSend,,{3 down}{3 up}, Box2
else
Click
return
Only the Box1 cast can you help that all cast if i Click in this Range
Sorry for my bad english