FishNet is an advanced automated fishing script designed for Arcane Odyssey. It utilizes computer vision techniques to detect fishing indicators and automate the fishing process, providing an efficient and hands-free fishing experience.
FishNet employs sophisticated image recognition algorithms to identify fishing indicators on the screen. By analyzing the visual cues, it accurately determines the optimal moment to reel in your catch, maximizing your fishing efficiency.
To get started with FishNet, follow these steps:
-
Clone the repository:
git clone https://github.com/randysim/fish-net.git
-
Navigate to the project directory:
cd fish-net
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment (windows):
venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the script:
python main.py
- Ctrl + F1: Toggle the script on/off
- Ctrl + Q: Quit the script
You can customize the script's behavior by editing the config.json
file.
Ensure your character's head is positioned at the center of the screen, with the fishing indicator touching or slightly above the top edge. This positioning is crucial for optimal performance of the auto-eat and auto-fish features.
While FishNet is designed to handle most fishing scenarios, there are a few edge cases to be aware of:
- Inventory Management: Occasionally, a weapon might occupy a food slot, causing unexpected movement. Choose a safe fishing spot to prevent falling.
- Large Fish: Big catches may land in front of your character, requiring manual intervention to move them.
- Environmental Factors: Lightning, weather effects, or player abilities might interfere with detection or cause false positives. For instance, cold environments with blue tints may affect indicator recognition.
- Safety Precautions: Large fish have the potential to knock your character off platforms. Always fish from a secure location.
By being mindful of these scenarios, you can ensure a smooth and effective fishing experience with FishNet. Happy fishing!