Terraria-FishingBot
Terraria-FishingBot copied to clipboard
Not working in lava or honey
Because of the bubble lava animation sometimes there is a bubble that will pass in front of the hook which will make it not visible to the bot for a instant and the bot will confuse it for the bait animation
A possible solution to this would be to look at 2 spots on the hook to see if the hook moves. Then only if the hook isn't visible in both spots, reel it in. Haven't looked through any code to see how checking if the hook is visible or not works, however I believe that having the program cut the image of the hooks in half then checking both halves would work.