28-04-2007, 06:00 PM
Alright, I'm not too sure what's going on here, but I think I've got a pretty good guess.
Sounds like your item sheet is hella long. It also sounds like all you did to compensate for the long item sheet is change the Max value of the scroll bar for the picture browser in the item editor. That would produce similar results.
You need to increase MAX_ITEMS as well, and change all the variables from a byte to an integer to support more than 255 items.
There used to be a tutorial around that I wrote that shows you how to do it, If you can't find let me know, and I'll help you out more, but I'm strapped for tiem.
Sounds like your item sheet is hella long. It also sounds like all you did to compensate for the long item sheet is change the Max value of the scroll bar for the picture browser in the item editor. That would produce similar results.
You need to increase MAX_ITEMS as well, and change all the variables from a byte to an integer to support more than 255 items.
There used to be a tutorial around that I wrote that shows you how to do it, If you can't find let me know, and I'll help you out more, but I'm strapped for tiem.