KevinTyrrell / FishingBot

World of Warcraft automatic fishing program. Fishes by using the mouse and searching pixel colors around the cursor to detect 'splashes' in-game.
34 stars 22 forks source link

Not catching every other fish #3

Closed Poeleke closed 7 years ago

Poeleke commented 7 years ago

Hey, thanks for this fishingbot, it works very well except for one simple issue. It's failing on almost every other cast but I know what the problem is. So when I turn it on, the first catch always works. Then, it casts again and now if the dobber happens to land at the same spot, the tooltip appears. It then starts scanning but the tooltip is still there so the scan stops right away, thinking it found the dobber. This happens all the time, so it's pretty bad. I can work around it myself by moving the mouse away after it loots the fish. So I think it would be fixed if a line is added after looting the fish that moves the cursor away.

Poeleke commented 7 years ago

Nevermind! I figured out the root cause now, this issue only occurs when running in bordered window. I switched to borderless window and now it is not happening!