amamic1803 / Autofish-Fishing-Planet

A fishing bot for automatically catching fish in Fishing Planet
MIT License
42 stars 27 forks source link

The fishing rod is not thrown #12

Open Juliansyah55 opened 1 year ago

Juliansyah55 commented 1 year ago

After alt+x rod not throw, only charge, because character look up, if character looking down, rod can be throw.

amamic1803 commented 1 year ago

Could you please provide a screenshot of the place you are fishing at while looking up and while looking down? If it is charging but not releasing, it probably doesn't even know it should be casting the rod and just thinks it should reel it in. I need to see in what situation this is happening to check if it is possible to fix it.

Juliansyah55 commented 1 year ago

can i send to gdrive?

here for the video https://drive.google.com/file/d/1PL1KeBSNqPrsaumj0YsNHIT3njl5OVhx/view?usp=sharing

lordnitorrinco commented 4 months ago

The bug has something to do with the full_keepnet() function in bot.py at line 66, if you delete that conditional block it works (without stopping when the keepnet is full I guess). I've tried changing units to imperial because I faced a similar issue with the game in spanish ant the script looking for the "keep" button instead of "llevar a casa" but it doesn't seem to be the cause.