Do I need to re-install the DB for that? I tried removing the item from the DB but it's still not working. Also, not sure if this is a problem (just took care of it now), but I found I've somehow installed a Norton anti-virus scanner (I hate Norton, I find their stuff sucks up huge amounts of resources and interferes with just about everything, I use AVG). Anyway, just removed that, too. But, as I said, simply removing the item doesn't seem to do it. Also, shouldn't an item with ID beyond 200K cause a crash or something, not it totally ignoring the thing? Heck, you'd think it would at least simply stop reading once it got to that point! Also, normally when I start World.exe it takes a while to get past the 'Loading Items' section, you can see it on-screen for a while. This time it just scrolls off into oblivion instantly. Shouldn't it take a while for the code to notice that there's an ID number that's too high? It being limited to an ID number of 200k doesn't make a lot of sense to me, either. 200K is roughly 2^18 (18 bits), and most variables are multiples of 8 bits. A signed variable is half that (to allow for positive and negative) but at 24 bits, losing one makes it 23 which makes the make number around 8 million. Now, if you're talking about the actual number of items, that's still around 79k since I took only the base DB and added one item.
|