]> jfr.im git - irc/gameservirc.git/blame - gameserv/TODO
Fixed a divide by 0 bug that occurred when you attacked, but had no
[irc/gameservirc.git] / gameserv / TODO
CommitLineData
b568f543 1* = Not finished
2- = Started
3X = Finsihed
4
7031d99e 5- Make an end monster for whatever the last level in the game is...
3d1af598 6 that way the game has a point no matter how many monsters
cb5b803b 7 are done!
c62d75be 8
7a9afc84 9* Make config file accept hostnames not just ips
10
ce7556ca 11* Random forest quotes when you search the forest
12
13* Change your name for a price :)
14
15* Daily news (murders, kidnappings, level gains, red dragon slayings)
16
17* Add a drop command for all(their own nick)/admin(any nick)
18
ce7556ca 19* Rejoin the bot if kicked/killed
f5d4b16f 20
05c527e6 21* Notice on database updates
22
dbaa8744 23* Put the masters in a masters.dat file.
24
25* Group all data in a data directory
26
27* Make install
28
ee38284f 29* Make database and config file version numbers
3d1af598 30 - Not necessary for config files anymore
9cda831c 31
b568f543 32* Town square shouts. Array of 10 strings that gets rotated
922daad7 33 * Choose how many strings to rotate in the config file
20d5d721 34
b568f543 35* Offline player fighting
922daad7 36 * Sleep at the Inn (useful after offline fighting works (players can't fight you unless they bribe the innkeeper))
20d5d721 37
b568f543 38* Transfer funds through bank accounts with caps on amount and per day (not sure, doubt it)
bf2cabcd 39 * Possible choice in gameserv.conf
20d5d721 40
324ab87f 41* MySQL Databases instead of the players.dat/monsters.dat format. This would allow backup
42 versions of GameServ to be running on the same network using the same data.
43
b568f543 44* Classes of players with special abilities like spells and such.
40251952 45 - Thieves can rob the bank if they're strong enough :)
20d5d721 46
4dde2ed9 47* Error handling
922daad7 48
20d5d721 49* DCC Chat With GameServ for added capabilities
50
8450c018 51* Implement some sort of IP identification scheme so you can only have one
52 player per user@host.
53
b0359af9 54X Make a logout command
71098075 55
f2072f1a 56X make it so you can't register two of the same player names
7f17db99 57
624c0352 58X Option for including a config file as a runtime parameter for running
c62d75be 59 Multiple instances of GameServ on different networks.
60
0b6098d5 61X Timeouts on player fights w/ option in config file for timeout rate
62
20d5d721 63X Fix bug where people can identify while they are two different
64 nicknames
65
66X Add option to config file for forest fights per day, etc.
67
9cda831c 68X Load monsters from a monsters.dat file so they can be changed easily.
20d5d721 69
922daad7 70X Periodic updates of the gameserv databases to avoid lost data
9cda831c 71X Tavern where you can buy potions and powerups
ee38284f 72X Add functionality for potions
73X Forest events
74 X Wishing well
c62d75be 75 X Fountain of youth: rejuvination & forest fights
76
cb5b803b 77X Make GameServ a true daemon instead of using nohup
78 X No output unless it's a loading error
79
80X Take out most of the output except if in debug mode.
81 X put in the logfile in debug mode
82
83X Add P10: Undernet protocol
1e1b5312 84
85X Notice on missing directive from gameserv.conf file.
7f17db99 86X Make it so you can only fight a person at max, so many levels below
87 you
88
f5d4b16f 89X Fix bug that doesn't decrease player fights
90
91X Deal with cheaters who create additional characters, fight with them a
92 bit, then kill them to get their gold. Maybe add level restrictions
93 to fighting other players?
94
95X Hash tables for speedy search/insert into player lists.
96
59dc3990 97X Fix the hashing algorithm for nickname changes!
98
ce7556ca 99X Some reconnect scheme that will reconnect the server on squit
100
19a038e4 101X Idle time events - mobbed by the goblin gang
102 X (timestamp on each player, periodic checks (config file entry),
103 X if (time(NULL) - player->idlesince >= maxidletime) then (event())
104
4e64da60 105X Make an option to switch between privmsg/notice
106
107X option for gameserv oper in config file
108
613c0d69 109X Finish the monsters for all levels.
110
111X Make all applicable commands take the player name instead of the irc
112 nickname as their parameter. This way players can have different names
113 and stay anonymous on IRC while enjoying full game functionality.
114
115X make auto message on connect optional
116
117X Add admin version of the logout command which allows them to logout
118 anyone
119
120