]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/TODO
Added the admin commands help file
[irc/gameservirc.git] / gameserv / TODO
index 4f7c02938f1fa2d474fc9375cd80da5ebc23ce11..61370e1edee3c0c26299aff0398e38555a44a415 100644 (file)
@@ -3,15 +3,16 @@
 X = Finsihed
 
 * Town square shouts. Array of 10 strings that gets rotated
-  * Choose how many strings to rotate in the config file
+    * Choose how many strings to rotate in the config file
 * Offline player fighting
-  * Sleep at the Inn (useful after offline fighting works (players can't fight you unless they bribe the innkeeper))
-* Finish the monsters for all levels.
-    X Load monsters from a monsters.dat file so they can be changed easily.
+    * 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
 * 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.
-* Periodic updates of the gameserv databases to avoid lost data
 * 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