]> jfr.im git - irc/gameservirc.git/commit - gameserv/helpfiles/refresh
* Added some admin features.
authorkainazzzo <redacted>
Thu, 30 Oct 2003 06:44:52 +0000 (06:44 +0000)
committerkainazzzo <redacted>
Thu, 30 Oct 2003 06:44:52 +0000 (06:44 +0000)
commitc7340cbda3026cff96c6250c7d35e51a194658f5
tree813bdc4b550055c6099fc889f821185440bca579
parent0eeaca4c0e2a8bb571b1182ead50094c03268b81
* Added some admin features.
    - Refresh
* Added help menu functionality for all commands.
* Fixed the register command so it notified the client that registration was successful.
* Changed the master command so that you didn't have to fight your master if you
    had enough experience. There is now a question/fight subcommand set for the master
    command.
* Tweaked the masters a bit. Basically, they were too tough. Once a player had enough
    experience, they had no chance against their master until they got the next two
    weapons up. This made the next level too easy. Past level 1 still needs tweaking.
* Added functionality for bahamut IRCD

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@42 bc333340-6410-0410-a689-9d09f3c113fa
26 files changed:
gameserv/Changes [new file with mode: 0644]
gameserv/Makefile.in
gameserv/configure
gameserv/extern.h
gameserv/gameserv.cpp
gameserv/helpfiles/admin [new file with mode: 0644]
gameserv/helpfiles/attack [new file with mode: 0644]
gameserv/helpfiles/bank [new file with mode: 0644]
gameserv/helpfiles/fight [new file with mode: 0644]
gameserv/helpfiles/heal [new file with mode: 0644]
gameserv/helpfiles/help [new file with mode: 0644]
gameserv/helpfiles/identify [new file with mode: 0644]
gameserv/helpfiles/list [new file with mode: 0644]
gameserv/helpfiles/load [new file with mode: 0644]
gameserv/helpfiles/master [new file with mode: 0644]
gameserv/helpfiles/raw [new file with mode: 0644]
gameserv/helpfiles/refresh [new file with mode: 0644]
gameserv/helpfiles/register [new file with mode: 0644]
gameserv/helpfiles/run [new file with mode: 0644]
gameserv/helpfiles/save [new file with mode: 0644]
gameserv/helpfiles/search [new file with mode: 0644]
gameserv/helpfiles/shutdown [new file with mode: 0644]
gameserv/helpfiles/stats [new file with mode: 0644]
gameserv/helpfiles/store [new file with mode: 0644]
gameserv/server.txt
gameserv/tcpclient.cpp