
Fishing Macro
First you need to download Macro Scheduler from here... <a href='http://www.mjtnet.com/software/msched.zip' target='_blank'>http://www.mjtnet.com/software/msched.zip</a>
Then you need this Macro Script...
Directions for who wants to use fishing macro:
Find a spot where:
You will be near water with no big fish in it
When you leftclick on water you are not starting to run in any direction
Open your bag
Stack the fishing rods together
The best way to stack them is to drop fishing rod and then pick it up - this way you will get a pile of rods which looks like a single rod in standard place of bag where new items are going to.
Drag your bag window near the water
Left-upper corner will point to the point where you will use your fishing rod at
Put your mouse over the rod
Be sure to check that you pointed correctly - when you press left mouse button down it must select a fishing rod and fishing rod must be draggable
Also preferably point to the top half of the rod, this will avoid clicking on the bag
Activate macro using hotkey which you specified in it's properties (to stop it press Shift+Esc)
Here is known problem: some computers with win2k makes delay about 5 minutes before repeating macro, still no solution for this case
Then you need this Macro Script...
Code: Select all
remark>Assume that first time rod is already a bit used
let>a=50
label>start
Remark>DBLCLICK BEGINS:
LDown
Wait>0.05
LUp
wait>0.05
LDown
Wait>0.05
LUp
Wait>0.1
Remark>END OF DBLCLICK
MouseMove>-70,-70
wait>0.3
LDown
Wait>0.05
LUp
wait>0.3
MouseMove>+70,+70
remark> 8.5 usual, 10 sec if lag
wait>8.5
wait>0.2
let>a=a+1
if>a<200,start
let>a=0
wait>0.2
remark>Dragging used fishing rod away
wait>0.3
LDown
Wait>0.5
MouseMove>0,+40
wait>0.5
LUp
wait>1
MouseMove>0,-40
wait>0.3
Goto>start
label>end
Find a spot where:
You will be near water with no big fish in it
When you leftclick on water you are not starting to run in any direction
Open your bag
Stack the fishing rods together
The best way to stack them is to drop fishing rod and then pick it up - this way you will get a pile of rods which looks like a single rod in standard place of bag where new items are going to.
Drag your bag window near the water
Left-upper corner will point to the point where you will use your fishing rod at
Put your mouse over the rod
Be sure to check that you pointed correctly - when you press left mouse button down it must select a fishing rod and fishing rod must be draggable
Also preferably point to the top half of the rod, this will avoid clicking on the bag
Activate macro using hotkey which you specified in it's properties (to stop it press Shift+Esc)
Here is known problem: some computers with win2k makes delay about 5 minutes before repeating macro, still no solution for this case
Girlfriends are dedicated hookers.