dereklee0310 / RussianFishing4Script

Russian Fishing 4 Bot
GNU General Public License v3.0
71 stars 19 forks source link

When the retrieval is done, the fish stuck at the shore. #4

Closed dereklee0310 closed 8 months ago

dereklee0310 commented 8 months ago

The difference between reels' line capacity and diameter of the main lines will affect the actual length of line in reels.

Here is a small example: under same status of spool icon, there could be 15m left to retrieve for tackles with Venga10000, while the reel icon of those reels with small line capacity might not be recognized successfully.

This can be fixed by decreasing the confidence in is_retrieve_finished() in src/monitor.py, and the value of the confidence will be configurable in the next update.

不同輪子能放下的實際主線長度不同,這可能會導致使用線杯較小的釣竿時圖標無法被正確的偵測到。

在下次的更新前,暫時的解決方法是減少 src/monitor.py中is_retrieve_finished()的confidence,我建議可以先改成0.985看看效果如何。