]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/TODO
Started to code timeout events
[irc/gameservirc.git] / gameserv / TODO
index 41fdeb151536ddc12d63b4be8a6d8b388bb911c9..254134e0f4d742ddae30aee648fea067545936b0 100644 (file)
@@ -12,8 +12,21 @@ X = Finsihed
     that way the game has a point no matter how many monsters
        are done!
 
-- Some reconnect scheme that will reconnect the server on squit and
-    rejoin the bot if disconnected
+- Idle time events - mobbed by the goblin gang (timestamp on each 
+    player, periodic checks (config file entry), if (time(NULL) - 
+    player->idlesince >= maxidletime) then (event())
+
+* Random forest quotes when you search the forest
+
+* Change your name for a price :)
+
+* Daily news (murders, kidnappings, level gains, red dragon slayings)
+
+* Add a drop command for all(their own nick)/admin(any nick)
+
+* Add admin version of the logout command which allows them to logout 
+    anyone
+* Rejoin the bot if kicked/killed
 
 * Notice on database updates
 
@@ -93,3 +106,5 @@ X Hash tables for speedy search/insert into player lists.
 
 X Fix the hashing algorithm for nickname changes!
 
+X Some reconnect scheme that will reconnect the server on squit
+