Skip to content

Add feature: Fish bot module #771

Description

@misterkoko

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

/console SoftTargetInteract 3
/console SoftTargetInteractArc 2
/console SoftTargetInteractRange 30
/console SoftTargetInteractGameObject 1
/console SoftTargetIconInteract 1
/console SoftTargetTooltipInteract 1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestThis is a request for a new feature, or an expansion of an existing feature.low prioNot important work item.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions