]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/TODO
Added the admin commands help file
[irc/gameservirc.git] / gameserv / TODO
index 62ae27cf9fc48b87e59dd0c91b81497eee2f6a96..61370e1edee3c0c26299aff0398e38555a44a415 100644 (file)
@@ -3,11 +3,16 @@
 X = Finsihed
 
 * Town square shouts. Array of 10 strings that gets rotated
+    * Choose how many strings to rotate in the config file
 * Offline player fighting
-* Sleep at the Inn (useful after offline fighting works)
-* Finish the monsters for all levels.
-- Load monsters and masters from files.
+    * Sleep at the Inn (useful after offline fighting works (players can't fight you unless they bribe the innkeeper))
 * Transfer funds through bank accounts with caps on amount and per day (not sure, doubt it)
-    - Possible choice in gameserv.conf
+    * Possible choice in gameserv.conf
 * Classes of players with special abilities like spells and such.
 * Hash tables for speedy search/insert into player lists.
+* Notice on missing directive from gameserv.conf file.
+* Error handling
+
+* Finish the monsters for all levels.
+    X Load monsters from a monsters.dat file so they can be changed easily.
+X Periodic updates of the gameserv databases to avoid lost data