FISHING Help
FISHING Help
I am lookin for a simple macro to help train my fishing on a boat. If anyone could help a brotha out i would be really grateful.
- Gargl Kark
- Posts: 484
Re: FISHING Help
targets all 4 tiles around you.
don't forget to change the serial and put in loop mode
don't forget to change the serial and put in loop mode
Code: Select all
//Fishing
useobject 0x408c03d3
waitfortarget 15000
targettileoffset -4 -4 -3
pause 8500
useobject 0x408c03d3
waitfortarget 15000
targettileoffset! -4 4 -3
pause 8500
useobject 0x408c03d3
waitfortarget 15000
targettileoffset! 4 -4 -3
pause 8500
useobject 0x408c03d3
waitfortarget 15000
targettileoffset! 4 4 -3
pause 8500