The Idle RPG is just what it sounds like: an RPG in which the players idle. In addition to merely gaining levels, players can find items and battle other players. However, this is all done for you; you just idle. There are no set classes; you can name your character anything you like, and have its class be anything you like, as well.
The Idle RPG is just what it sounds like: an RPG in which the players idle. In addition to merely gaining levels, players can find items and battle other players. However, this is (mainly) done for you; you just idle.
My goal by forking the project is to make the game a bit more "active". Of course I will keep the idle aspect of the game, but I wish to add more fun by allowing more choices to the players. Because letting people take decisions and see differents outcomes according to their choices is, at least I think it is, a good way to keep players engaged, and entertained.
My goal by forking the project is to make the game a bit more "active". Of course I will keep the idle aspect of the game, but I wish to add more fun by allowing more choices to the players. Because letting people take decisions and see differents outcomes according to their choices is, at least I think it is, a good way to keep players engaged, and entertained.
At the end of the day, players could do some actions once or several times a day for a few minutes to manage their character, but the core of the game would always be to idle.
At the end of the day, players could do some actions once or several times a day for a few minutes to manage their character, but the core of the game would always be to idle.
Since v5, there is classes from which you can choose an archetype, and evolve by spending points you obtain while levelling. There also is different kind of battles, and some can be manually triggered by players.
# Information
# Information
...
@@ -26,7 +28,7 @@ Finally, all the in-game knowledge is available on the [website](https://gennuso
...
@@ -26,7 +28,7 @@ Finally, all the in-game knowledge is available on the [website](https://gennuso
3. Run it with: perl bot.filename.pl
3. Run it with: perl bot.filename.pl
4. If you have problems, try running it in debug mode:
4. If you have problems, try running it in debug mode:
perl bot.filename.pl --debug
perl bot.filename.pl --debug
If you cannot diagnose the problem,
If you cannot diagnose the problem, post an issue, or aske me.