Quote:
Originally Posted by Mega Byte
Can only hold up to 64 or 128 with hermits chest to my knowldge.
Im uncertain how your managing to stack them on 1 slot let alone move them with out d/c Must be sending packets or calling game function to move items. ? or just something odd im not awear of :D
Nice job :)
|
i did my own version of stack and it only hold up to 64 item. it is useful when you have those item that take up 4 space instead of 1 space. I look at the end of the address and there is tons of free address but don't know how to move the item over it. when you reach 64 item , it will say storage full.
I think those address is for hermit storage.
I make an array of size 64 and move all the item location to 0,0 which is the first location of the inventory.