All Projects → haydenrice → WoW_Fishing_Bot

haydenrice / WoW_Fishing_Bot

Licence: other
Fishing bot written in Python3.6

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WoW Fishing Bot

python-opencv-gpu-video
GPU accelerated video processing on OpenCV with Python.
Stars: ✭ 62 (+313.33%)
Mutual labels:  opencv-python
BlurryFaces
A tool to blur faces or other regions in images and videos 🤡🔍
Stars: ✭ 58 (+286.67%)
Mutual labels:  opencv-python
Insta flters with python
With this program you can add hat & glass on your face(it's support multiple faces)
Stars: ✭ 21 (+40%)
Mutual labels:  opencv-python
opencv-proto
Allows fast prototyping in Python for OpenCV
Stars: ✭ 18 (+20%)
Mutual labels:  opencv-python
Face-Detection-and-Tracking
Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Stars: ✭ 24 (+60%)
Mutual labels:  opencv-python
UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (+100%)
Mutual labels:  opencv-python
StructuredLight
Creating a 3D reconstruction of an object using multiple images
Stars: ✭ 42 (+180%)
Mutual labels:  opencv-python
boxdetect
BoxDetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like character or checkbox boxes on scanned forms.
Stars: ✭ 46 (+206.67%)
Mutual labels:  opencv-python
cvloop
cvloop allows online video transformation and evaluation with OpenCV. Designed for jupyter notebooks.
Stars: ✭ 18 (+20%)
Mutual labels:  opencv-python
Invisible-Cloak-And-Magic-Wand-using-OpenCV
This is one of my OpenCV that is Computer Vision project named in vi . That is inspired from Harry potter Invisible Cloak
Stars: ✭ 16 (+6.67%)
Mutual labels:  opencv-python
camera calibration
Code and resources for camera calibration using arUco markers and opencv
Stars: ✭ 38 (+153.33%)
Mutual labels:  opencv-python
britishMuseumFacesDetection
A python example for using OpenCV to identify faces within @BritishMuseum images.
Stars: ✭ 66 (+340%)
Mutual labels:  opencv-python
opencv-python-inference-engine
Wrapper package for OpenCV with Inference Engine python bindings.
Stars: ✭ 32 (+113.33%)
Mutual labels:  opencv-python
Feature-Detection-and-Matching
Feature Detection and Matching with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK through the Brute Force and FLANN algorithms using Python and OpenCV
Stars: ✭ 95 (+533.33%)
Mutual labels:  opencv-python
vidpipe
Video data processing pipeline using OpenCV
Stars: ✭ 33 (+120%)
Mutual labels:  opencv-python
MobyCAIRO
Computer-assisted image straightening and cropping
Stars: ✭ 16 (+6.67%)
Mutual labels:  opencv-python
Realtime-OpenCV-Chess
♔ Chess-playing with Open-CV [Human vs AI (Stockfish engine)]
Stars: ✭ 18 (+20%)
Mutual labels:  opencv-python
flutter-webrtc python-aiortc-opencv
Flutter WebRTC demo with Python server to perform image processing on video frames using OpenCV
Stars: ✭ 34 (+126.67%)
Mutual labels:  opencv-python
Pixel-Processing
📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
Stars: ✭ 122 (+713.33%)
Mutual labels:  opencv-python
DJITelloOpticalControl
Autonomous navigation and data collection for Tello using mainly OpenCV's ArUco libraries.
Stars: ✭ 24 (+60%)
Mutual labels:  opencv-python

WoW_Fishing_Bot

Description:

A fishing bot for World of Warcraft that will automate casting, finding your bobber, and clicking the bobber when a fish is on.

Setup:

1. Change WoW Settings

  • Change to windowed mode.
    • I have found that windowed mode generally works better for whatever reason.
  • Lower graphics settings to 1
    • Finding the bobber works by filtering out parts of the video feed. The less clutter, the better.
  • Make sure liquid detail is set to 'Low'
    • Filtering works better when set to low as it tends to make the water surface more opaque (less clutter underwater).
  • Change your key bindings so that fishing is bound to clicking your mouse scroll wheel.

WoW Settings

2. Remove WoW Interface

  • The WoW interface can be removed in-game by pressing 'ALT + Z'.
    • This removes more clutter so that the program has an easier time recognizing the bobber.
Enabled:

UI Enabled

Disabled:

UI Disabled

3. Change Camera Angle

  • The bot utilizes the bottom 3/5 of the active game window to monitor for the bobber. Angle your screen as shown for best results:

Camera Angle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].