Skip to content

tristanlievens/registeel

Repository files navigation

# Registeel

Build Status

The crossplatform Pokemon Revolution Bot, inspired by Proshine.

Build and use

  1. Clone the project
  2. Add your username and password to a .env file in the project's root:
// .env
PRO_USERNAME=theUsername
PRO_PASSWORD=thePassword
  1. Build the project: npm install --production. This will also run the prepublish hook install the typigns and the building the code
  2. Run Registeel with npm start.

Collaboration

if using linux you may need to run sudo apt-get install libpcap0.8-dev if you're getting a build error

MVP checklist

  • location
    • design location state
    • handle location syncs
  • pokemon team (hector wip)
    • design team state
    • handle initial load
    • handle updates to team (eg. during battle)
  • battle
    • design state
    • handle updates
  • inventory
    • state
    • load (and updates?)
  • Bot
    • moving
      • basic commands
      • add logic to read map to calculate possible movement
    • battle
  • Map parsing
  • basic map colliders parsing
  • multipacket maps parsing
  • other prop parsing (doors, ice, etc)

About

Cross platform bot for Pokemon Revolution Online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published