Change 4225

From Tsunami Wiki
Jump to: navigation, search

Originally Posted : Sat Feb 13 19:57:56 2010
Posted by : Traveller
Title : Drop / offering heads

There have been issues with both the drop command and offering heads for
changelings because the evaluation limits of the MUD are exceeded in
both cases when you have large amounts of items (how large an amount
depends on what else is being done at the time i.e. how many people
are in combat, etc).

I've put checks in the drop and offer code that ensure on each
cycle that the calculation is not nearing evaluation limits; if
it is, there will be a pause and the command will continue 2
seconds later.

Let me know if you find any other commands that cause this kind
of issu.