🎣 Instructions
- Click on
Download Pack
(top-right corner), unzip and run .exe
- Login into the game, go to your fishing spot and equip fishing rod
- Press
F3
(you can change the hotkey)
- If everything is all-right, bot should start fishing.
- Ensure that bobber fits into displayed rectangular area
Discord
📝 Changelog
rev.5
Updated ML model
rev.4
Added crosshair and debug-mode
rev.3
Prototype
📋 FAQ
Is it safe?
Up to some degree. It does not interfere with game client in any way and uses computer vision techniques to do image recognition.
But remember that there is always a risk of getting slapped if you'll be reported by other people. Stay safe.
Do I need to pay for it?
No. This bot fits into free version of EyeAuras, meaning you do not have to purchase the license or even create an account. There may be extended version in the future which will have custom user interface, additional settings, etc. But this one will remain free forever.
How to change F3
to something else ?*
Left-click on the aura called Settings/IsActive
and change hotkey to any other key or combination of keys
I have hotkeys other than F
and Q
, want to make bot use them instead*
Left-click on the aura called Settings/Key_CastPole
and change F
(default) to your hotkey.
Same process for Settings/Key_Snap
which sets up hotkey for Snap action
Can this bot fish in background?
No.
How to disable/change sounds which are played when the bot is activated/deactivated?
Left-click on the aura called Settings/IsActive
and either disable sounds or remove them altogether. Optionally, you can change them to whatever you want
My crosshair lags during fishing!
T&L tends to utilize GPU up to 100% even if you're just fishing. There are basically two ways of solving this:
- lower your settings, e.g. frame limit to 60fps instead of 144 or lower quality
- Switch inference to CPU-mode: go to
UI/ML
aura and expand Inference performance tuning
. Then switch Provider
to CPU
and increase number of Calculation threads
to 6-8. This will make the whole program run purely on CPU instead of a combination of CPU and GPU (which is preferred).