This is a method I found for detecting bites while fishing. While writing my own fishing bot (it's not very great so I won't bother posting it), I was having some trouble detecting bites. I was using color recognition to see the splash, but it was not consistent. Then I found this method and it works almost 100% of the time for me. My bot now makes me plenty of gold and fishes quite well.
The idea behind this is instead of visually recognizing the bite, we are going to use sound. The lure always makes a splash noise when there is a bite.
First we are going to need a way to detect the sound. I use Omega Unfold . It is 25$ to buy, and free for a trial period. See my post about Date Cracker 2000 in order to extend the free trial as long as you need.
http://www.mmowned.com/forums/genera...-programs.html
Basically you need to set the threshold on the audio program so that it is perfect for the fishing sound. Then we set the trigger to press a hotkey. This hotkey can be anything you want. Now in your fishing bot, you need to register the hotkey and make the program reel in when it is pressed. Now, when the audio program detects the splash sound, it will press the hotkey, which your fishing bot will pick up and then reel in the fish.
If anyone needs any more help with making fishing bots of their own I'd be glad to help. Hope this gets put to good use.