Updated World and files for 3.64RC release. --Rumble

This commit is contained in:
Rumble 2013-02-18 23:24:08 +00:00
parent a2aaab144f
commit 36f35cdf55
36 changed files with 1053 additions and 833 deletions

View file

@ -8,7 +8,10 @@ telnet://tbamud.com:9091 or email rumble@tbamud.com --Rumble
bug: Many small bug fixes.
[Sep 08 2012] - Rumble
added another example to doc/syserr.txt
Added a !NPC check to can_take_object. It was spamming a "mob using player data SYSERR". This means mobs do not have a max weight carrying capacity anymore. I think this is a good thing because I've seen people stumped when mob triggers fail due to weight limitations. But it could be unbalancing on some MUDs since pets could then carry unlimited gear.
Added a !NPC check to can_take_object. It was spamming a "mob using player data SYSERR".
This means mobs do not have a max weight carrying capacity anymore. I think this is a good
thing because I've seen people stumped when mob triggers fail due to weight limitations.
But it could be unbalancing on some MUDs since pets could then carry unlimited gear.
[Aug 22 2012] - Rumble
bug: moved cedit load_config of no_mort_to_immort to its proper place. (thanks Liko)
[Aug 12 2012] - Vatiken