forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 191
Add feature: Fish bot module #771
Copy link
Copy link
Open
Labels
feature requestThis is a request for a new feature, or an expansion of an existing feature.This is a request for a new feature, or an expansion of an existing feature.low prioNot important work item.Not important work item.
Metadata
Metadata
Assignees
Labels
feature requestThis is a request for a new feature, or an expansion of an existing feature.This is a request for a new feature, or an expansion of an existing feature.low prioNot important work item.Not important work item.
Would it be possible / make sense to implement a fishing bot module (stationary fishing, not fishing in pools of fish)?
Would be able to get some extra food / gold if selling fish
The one I use detects fish based on sound. Classic wow has shorter interact range (you can interact with target with the bobber) so you can either use a weak aura plugin or do
The one I use also has the ability to connect to a raspberry pi pico that has circuitpython on it and it emulates mouse or keypresses (should be less detectable according to dev)
It's just a basic powershell script + some hid python script on the pico. Also has basic apply lure every x minutes. It doesn't actually track the buff itself
Use of the pico is optional, you can just use it without it, I opted to buy the pico since it was really cheap
Since I believe your program and knowledge are superior I was wondering if you'd implement a similar fishing module. You could track the bobber perhaps if you wouldn't wish to track via sound.
I didn't link the fishbot github since I don't want to advertise anything, it's an older 2024 project, not updated. If you want to take a look I can link it if you're interested at all