--- deliantra/server/Changes 2009/03/11 22:36:39 1.351 +++ deliantra/server/Changes 2009/03/18 11:09:13 1.352 @@ -29,6 +29,12 @@ 2009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 2009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. +2009-03-14 06:45:26.9431 BUG: kill_object - unable to find skill that killed monster +2009-03-14 06:45:26.9431+op: {cnt:72777397,uuid:<1.522cc7a2a>,name:"PurpleHaze",flags:[0,11,15],type:1}(on /pup_land/raffle/raffle1_u1@1+9) +2009-03-14 06:45:26.9431+hitter: {cnt:75846626,uuid:<1.54ad1e25d>,name:"earth elemental",flags:[0,11,14,15],type:0}(on /pup_land/raffle/raffle1_u1@6+15) +2009-03-14 06:45:26.9431+owner: {cnt:75967614,uuid:<1.54ad3baf9>,name:"goblin",flags:[0,7,8,11,14,54,55,56,57,58,60,89],type:0}(on /pup_land/raffle/raffle1_u1@5+16) + + - aggressively merge spell effects and do not allow more than 5 spell effects (w.r.t. put_more) per mapspace, to give the server a chance to survive a hundred deathsheads. @@ -43,6 +49,8 @@ - add accept-invitation and suicide to the list of asynchronous commands, so it is possible to invite somebody out of some stck-till-death traps, or simply to commit suicide. + - replace the "ignoring delayed commands" message by something more useful + (cf. cunning gnome freezeing issue). - various fixes for weapon improvements. - fixed small bug with handling connect errors in the IRC gateway.