fishing, alc , manu macro
Fishing macro
I think you have to write the manu macro your self, I made one about a year ago, but I seem to lost it. Enjoy the fishing macro though.
Code: Select all
let>a=1
label>start
mousemove>0,0
Remark>DBLCLICK BEGINS:
LDown
Wait>0.05
LUp
wait>0.05
LDown
Wait>0.05
LUp
Wait>0.1
Remark>END OF DBLCLICK
MouseMove>-75,-75
wait>0.3
LDown
Wait>0.05
LUp
wait>0.3
MouseMove>+75,+75
wait>8.5
wait>0.2
label>cont
let>a=a+1
if>a<200,start
let>a=0
wait>0.2
remark>Dragging used fishing rod away
Mousemove>0,0
wait>0.3
LDown
Wait>0.5
MouseMove>0,+45
wait>0.5
Mousemove>0,0
LUp
wait>1
MouseMove>0,-45
wait>0.3
Goto>start
label>end