X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/ae2685f6460ca012d2346ac912c16c23e032a4aa..e6223f69074c2271e22ab1d8db76da94e8a4a52e:/gameserv/Changes diff --git a/gameserv/Changes b/gameserv/Changes index d1e561e..d4d684c 100644 --- a/gameserv/Changes +++ b/gameserv/Changes @@ -1,4 +1,32 @@ +Version 1.2.3 +* Fixed a divide by 0 bug that occurred when you attacked, but had no + weapon (BugID 946043) (thank you NOTevil) - kain +* Fixed a logic error allowing players to bank during a fight - kain +* Added more gold per monster above level 4 - kain + Version 1.2.2 +* Fixed a logical error causing the ListenOnCF flag to only work in P10 + servers - kain +* Fixed the store command to display syntax on improper sequence of + commands (thanks damaged) - kain +* Added monsters for levels 10, 11, and 12 (created by damaged, edited + by kain) - kain +* Made the masters stats match the next level's monsters' stats a lot + closer - kain +* Fixed a bug that crashed gameserv on /msg gameserv master - kain +* Made welcomemsg an optional config file option. If commented out + or deleted, gameserv will not send the welcome message + (requested by zshack)- kain +* Made the ignoreservers config file option work for Unreal - kain +* Fixed a minor logical problem that was causing players to be mugged + for 0 gold when they were either dead or had no gold on hand and + they timed out (thanks Rehm) - kain +* Fixed the bug not allowing different config files to be used - kain +* Added an optional config file directive BOPER which makes + gameserv become an oper on the network - kain +* Added an optional config file directive USEPRIVMSG which makes + gameserv use /msg instead of /notice - kain +* Made the ignoreservers config file option work for bahamut - kain * Fixed an error in do_register that was not adding the client to the players list correctly, causing newly registered players to be locked out of identifying until the next gameserv restart - kain