~How to make you client support more items~
Im not claiming this for my own im just posting because i think some people might need it
First..
Open class 8 and search this
Code:
anIntArray195 = new int[anInt203];
Or in some client that have frugoo's modeling adding..
Code:
anIntArray195 = new int[anInt203+frugooItems];
And replace it with this
[code]anIntArray195 = new int[anInt203 + 20000];
Or if you have froogo's way of adding models like i do
Code:
anIntArray195 = new int[anInt203+frugooItems + 20000];
Now it supports 20000 more items or it gos to 20000 i forgot which.
Then if you add a skillcape and you see this when you drop and try to pickup
"... Skillcape"
Go here: Fixing pickup glitch when item is on floor for item ids over the cache limit and follow that
and it works already tried..
Credits for the thread in the url above: Credits: Lumby
Credits for this whole post: 100% whoever made it
Tell me any errors in this post and i'll fix them.