Log in

View Full Version : Fishing Macro Help


AllenWalker
02-18-2017, 03:00 PM
So I have made a good macro for forage which will make me stand, forage, automatically put whatever I forage in my inventory, then sit.
/stand
/doability 2
/pause 5
/autoinventory
/sit

I can't figure out how to get my fishing one to work though. I have tried a lot of different pause amounts with no luck.
this does NOT work
/doability 6
/pause 30
/autoinventory

RDawg816
02-18-2017, 05:01 PM
/stand
/pause 5, /doability 2
/autoinventory
/sit
You can do the pause like this to save space.


/autoinventory
/doability 6

Since you're hitting the button every time anyways, would this work (to clear your cursor and then fish?)

AllenWalker
02-19-2017, 11:48 AM
Hmm, I don't see why but I will try real quick and let you know if it works.