View Single Post
  #2  
Old 02-08-2002, 09:26 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

Ah, the item struct for books might be shorter than the standard. Nice pickup there. =)

Herm, only problem i can think of with a full inventory is insufficient buffer size, which should return some sort of zlib error (or, *gulp* crash). If i've got my head on right the max number of items on a character should be 207? (8bank + 80bank + 29inv + 80inv + 10cusorbag) That would be ~61k, buffer size in v0.4 (dont have earlier sources to check, and dont remember when i last changed it) is 75k.

Or actually, maybe the problems are related. If the item struct for books is truncated it would mess up if you had a book in your bank. Can anyone test that theory?
Reply With Quote