Skip to content

Automate the gruesome task of cutting trees in the famous MMORPG Runescape!

Notifications You must be signed in to change notification settings

MuneebAnsari/RuneScape-Woodcutting-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuneScape-Woodcutting-Bot

Automate the gruesome task of cutting trees in the famous MMORPG Runescape!

Description:

After each succesful woodcutting attempt the player recieves experience points in the skill of woodcutting along with a log item in their inventory. The script automates woodcutting until the player's inventory is full. In the event that the inventory is full, the script clears all logs from the inventory and repeats the woodcutting process.

running

Technologies:

  • Python Imaging Library (PIL) is used to grab the game screen.
  • The script identifies trees in Runescape using the OpenCv library.
  • The animation of cutting trees is achieved by clicking the identified tree.
  • Automated mouse positioning and clicks are handled using PyAutoGUI.

Areas to Improve:

  • Tree detection: Depending on lighting, brightness and or camera angle trees may go unidentified.
  • Falsely identified trees: During certain instances, objects in the game with similar contour shapes may be falsely identified as trees.
  • Adapt to different displays: Remove hard coded values subject to personal display.

About

Automate the gruesome task of cutting trees in the famous MMORPG Runescape!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages