![]() |
Inventory goes duplication insane.
The bug is identical to this previously-posted one, except that now my inventory has given up any semblance of being sane. No bags open, no bags active - whenever I drop or pick up ANYTHING, it duplicates my heavil hands and keys, the last two items in my inventory. I have thirty-nine different slots for keys and heavil hands at this point in time. My inventory is almost unnavigable.
The only thing I can think of that would cause this is that my inventory is so full of other items (carrying around all my worldly posessions as I do) that the string lists which contain it are somehow being overloaded and confusing themselves to death. That would also appear consistent with the sack glitch linked to above - opening a bag adds more items to the inventory GUI, and these are treated in the same manner as regular items, so perhaps it's an item count problem. But why? I've seen people store more than 4,096 items in a string list (hilarious attempt to cache entire levels and warps to strings, though too slow to cross level transitions), and these maintained their integrity despite containing all that detail. Why would the inventory lists have problems with a few tens, maybe a hundred, tops, of items? Resetting my account to ditch all the miscellaneous stuff I carry around ain't an option for me. Neither is getting a house. These cure the problem in the short term, but they don't prevent it. At very least, I'd like to find out what the physical upper item limit of the inventory is, and if there are any ways of expanding this limit. |
if they use a linked list to store the inventory (which I very seriously doubt they do, they might have put a cap on it to prevent it from taking forever just to search
if they used an array (which would only make sense with a string array), then it might have a problem finding a place to store 400 items in a row I seriously suggest you freaking invest in bags, sacks, and the such if you're gonna carry everything on you that breaks it down into sub arrays and instead of a whole item in your list, it can just use a pointer to another array This really seems like it's your own fault if you refuse to get a house |
Quote:
Quote:
|
I really think they should just fix the bug. I don't have anything close to 400 items and this bug sure drives me nuts.
|
If it's what I think it is, you're lucky you can pick up any items at all
Have you ever defragmented your harddrive and pressed the show details button? noticed how there are so many empty spaces in the middle of all these patches That's kind of like the Kingdom's server database in order for it to form an array it needs to find a space with enough free data space in a row in order to store the array of items that is your inventory and with about 500 accounts inventories to hold, space can get limited. specially with all the other stuff that needs to be stored on the server but then again, I could be wrong in every way and that's not the problem at all Just the theory of some bumb >=P |
| All times are GMT +2. The time now is 09:47 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.