That’s it! I caught Feebas thanks to the script!
I manually created a hardcoded path to optimize both movement and fishing.
Fishing is now fully automated.
Log in to leave a comment
That’s it! I caught Feebas thanks to the script!
I manually created a hardcoded path to optimize both movement and fishing.
Fishing is now fully automated.
Log in to leave a comment
After several tests, AI-based path recognition turned out not to be the right solution. A large part of the lake was being ignored, and the rock avoidance was not efficient. I therefore mapped the lake and its obstacles directly in code in order to optimize a hardcoded path.
Log in to leave a comment
I added AI-based wall detection, so there is no longer any need to change rows manually. The script now detects when it tries to fish on a wall and automatically switches to the next row to keep fishing.
Log in to leave a comment
I added a system to automatically detect whether the Pokemon that appears is a Magikarp or another Pokemon. If it is a Magikarp, the player will automatically run away. Otherwise, the battle will continue.
Log in to leave a comment
Added an AI that automatically detects when a Pokemon is on the fishing rod by monitoring the area where the red ! appears.
This automation removes the need to reel in the fishing rod manually.
Log in to leave a comment
Automation of fishing rod casts and horizontal movement
When the script starts, you enter “d” or “g” to move right or left.
When the exclamation mark appears above the player, press “!”.
This then starts an automation to flee the battle.
If Feebas appears, stop the script and fish again on that tile.
Log in to leave a comment