My bots for adventureland.
This project requires Node.js to install, and run the optional server.
- Install Node.js
- run
npm install
- run
npm run build
The code in /source/saves is what you save to the character.
The code after step 3 of the install is what you save to the slots mage
, merchant
, ranger
, and warrior
using Adventure Land's save code functionality.
Instead of saving the code, you can optionally run node build/server.js
to serve the code locally from your machine.