X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/b568f5436d22ef218749b8dc7827539e509b82e0..2cdc2231176a3b5690a3dae53aa37069f2134e20:/gameserv/TODO diff --git a/gameserv/TODO b/gameserv/TODO index 62ae27c..61370e1 100644 --- a/gameserv/TODO +++ b/gameserv/TODO @@ -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