Bot code used for AF IdleRPG
Go to file
pwgen2155 7e16936658
All checks were successful
continuous-integration/drone/push Build is passing
WIP: penalties
2024-03-04 22:38:28 +00:00
af fix: spelling of quests is hard 2024-03-04 22:10:55 +11:00
dawdle feat: hotfix channel messages & random 2024-03-04 21:31:40 +11:00
map feat: timelapse rework 2024-03-04 15:37:31 +11:00
setup feat: Changes for the removal of IdleRPG db support (#6) 2024-03-04 08:57:25 +00:00
site WIP: penalties 2024-03-04 22:38:28 +00:00
.drone.yml fix: always checkout and pull 2024-03-01 19:49:04 +11:00
.flake8 feat: working 2024-02-28 16:23:41 +11:00
.gitignore feat: correct deployments 2024-02-29 11:19:20 +11:00
COPYING feat: working 2024-02-28 16:23:41 +11:00
dawdle.py feat: Changes for the removal of IdleRPG db support (#6) 2024-03-04 08:57:25 +00:00
docker-compose.yml feat: working 2024-02-28 16:23:41 +11:00
Dockerfile feat: correct deployments 2024-02-29 11:19:20 +11:00
install.sh feat: working 2024-02-28 16:23:41 +11:00
nginx.conf.template feat: working 2024-02-28 16:23:41 +11:00
README.md feat: Changes for the removal of IdleRPG db support (#6) 2024-03-04 08:57:25 +00:00
requirements.txt fix: req file 2024-02-28 16:40:17 +11:00
update.sh feat: working 2024-02-28 16:23:41 +11:00

FriendsRPG

FriendsRPG is a modified version of DawdleRPG (an IdleRPG clone) written in Python.

Basic Setup

  • Edit dawdle.conf to configure your bot.
  • Run dawdle.py <path to dawdle.conf>
  • The data directory defaults to the parent directory of the configuration file, and dawdlerpg expects files to be in that directory.

Setup with Website

The included install.sh script will set up the dawdlerpg bot and website on a freshly installed Debian system. It uses nginx, uwsgi, and django for the site. At some point, you should be prompted to edit the dawdle.conf file, and you'll need to edit some configuration parameters explained by the comments in the file.

./install.sh <hostname>

If you don't have a clean install, you should instead look at the install.sh script and use the pieces that work for your setup.

Differences from IdleRPG

  • Names, items, and durations are in different colors.
  • Output throttling allows configurable rate over a period.
  • Long messages are word wrapped.
  • Logging can be set to different levels.
  • Better IRC protocol support.
  • More game numbers are configurable.
  • Quest pathfinding is much more efficient.
  • Fights caused by map collisions have chance of finding item.
  • All worn items have a chance to get buffs/debuffs instead of a subset.
  • High level character can still get special items.
  • Special items are always buffs.