IdleRPG Next Generation v3.1.3

Last modified date

IdleRPG Next Generation is an IRC-based idle role-playing game bot that lets users earn experience, level up, and progress in-game by simply staying connected in chat.


IdleRPG-ng v3.1.3by BahhumbugUpdated 2021http://idlerpg-ng.lolhosting.net/
IdleRPG v3.1.2by jotunReleased 2004http://idlerpg.net/

Step #1 – Prepare System

sudo apt install git -y

Step #2 – Clone Git-repository

git clone https://github.com/PsychoticNinjaRepo/idlerpg-ng.git

Step #3 – edit .irpg.conf

cd idlerpg-ng
sudo nano .irpg.conf

Example:

server 127.0.0.1:6667
botnick IdleRPG
botuser IdleRPG
botrlnm IdleRPG Next Generation v3.1.3
botchan #idlerpg
botident PRIVMSG NickServ :identify <password>

botmodes +ixB
helpurl http://idlerpg.net/
admincommurl http://idlerpg.net/admincomms.txt
gametitle IdleRPG-ng

Step #4 – edit idlebot.pl (optional)

Change CTCP version reply to IdleRPG-NG v3.1.3 by jotun/jrd

Edit line 438 and 439 in idlebot.pl

                notice("\1VERSION $opts{gametitle} v$version by jotun/jrd".
                       "\1",$usernick);

Step #5 – Run deamon

perl idlebot.pl

Step #6 – Cronjob

crontab -e

@reboot sleep 90 && cd /home/idlerpg/idlerpg-ng/ && perl idlebot.pl

NOTE: Do not set sleep number to low, this can conflict login to ChanServ if bot joins network before services is up.