Idle RPG
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.
Idle RPG can be found on the #idlerpg
channel.
Penalties
If you do something other than idle, like part, quit, talk in the channel, change your nick, or notice the channel, you are penalized. The penalties are time, in seconds, added to your next time to level and are based on your character level. The formulae are as follows:
Task | Penalty |
---|---|
Nick change | 30 * (1.14^(YOUR_LEVEL)) |
Part | 200 * (1.14^(YOUR_LEVEL)) |
Quit | 20 * (1.14^(YOUR_LEVEL)) |
LOGOUT command | 20 * (1.14^(YOUR_LEVEL)) |
Being kicked | 250 * (1.14^(YOUR_LEVEL)) |
Channel privmsg | [messagelength] * (1.14^(YOURLEVEL)) |
Channel notice | [messagelength] * (1.14^(YOURLEVEL)) |
Penalty shorthand is p[num]
. So, a nick change is a p30
event, parting the
channel is a p200
event, and quitting IRC is a p20
event. Messages and
notices are p[length of message in characters]
.
Commands
REGISTER
You will need to separately register with the Idle RPG bot.
/msg IdleRPG REGISTER <char name> <password> <char class>
Where 'char name' can be up to 16 chars long, 'password' can be up to 8 characters, and 'char class' can be up to 30 chars.
LOGIN
To login, simply:
/msg IdleRPG LOGIN <char name> <password>
LOGOUT
To logout, simply:
/msg IdleRPG LOGOUT
NEWPASS
You can change your password using the NEWPASS
command. For example:
/msg IdleRPG NEWPASS <new password>
See Idle RPG for more information on how Idle RPG works and the available commands.