Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Container bug in 0.92.0 (and earlier)



 IT looks like I spoke a little early on the container bug.

 I found the problem, and fixed it.  IT seems that insert_ob_in_ob (which
is used for putting items into a container or even into the players inventory)
would not add the weight properly if it is merging items together.

 I.e.:  player has 3 foods in inventory.  He picks up 5 more.  The weight
he is carrying is unchanged.  However, when you drop these, the full weight
(of all 5) is then subtracted.  This is how weights en up getting so messed up.
I have fixed this for the next version.

 I will say that it seems if you save your character and the reload, it will
fix weights for all the containers.  So if you do hae an item with such
a problem, you don't have to throw it out.

 --Mark