Skip to content

Makaveli1O/RFO_farmbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFO FarmBot

Automated farming bot for RF Online using YOLO-based object detection.

Features

  • ✅ Auto-detects enemies and engages in combat
  • ✅ Uses YOLO-based perception for targeting
  • ✅ Supports custom configurations
  • ✅ Works with NVIDIA CUDA for fast processing

Installation

  1. Install Python 3.9 (3.10+ is not supported).
  2. Install dependencies:
    pip install -r requirements.txt
  3. Install the correct CUDA-supported PyTorch:
    pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 --extra-index-url https://download.pytorch.org/whl/cu117

Usage

  1. Run the bot script:
    python rfbot.py
  2. Configure detection settings in config.json.
  3. Monitor logs in logger.py for debugging.

Troubleshooting

  • Ensure your GPU drivers and CUDA are installed.
  • Check logs for error messages.

Contributions

Contributions are welcome! Fork the repo and submit a PR.

About

Farming bot for RF Online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages