View Single Post
Old 08-25-2004, 05:18 AM   #1 (permalink)
brayburn
 
Join Date: Aug 2004
Age: 24
Posts: 1
Default Fishing macro questions

I'm working on a fishing macro. I have a problem, and a question. I'm wondering if there's a way to include hiding in an If statement, so that if I'm not hiding, it will use the hiding skill until I am, then continue fishing. I'm using this with a boat.
Also, I'm having problems with the If sysmessage command. I'm using it when an area runs dry, on the "The fish don't seem to be biting here." message, then moving the boat, but it doesn't seem to be working. Any suggestions?

Current script:
Double Click (fishing pole)
Wait for Target
Pause 8.00 Sec //Wait until skill used again
Target RelLoc (x,y) //Relative location used to switch target when boat moves
if (JournalContains "The fish don't seem to be biting here.")
Say: forward
Pause 4.00sec
Say: stop
End If
brayburn is offline   Reply With Quote