In ItemDef class you will see this array being populated:
make it something like:Code:streamIndices = new int[totalItems];
Very very cheap fix, but It should work.Code:streamIndices = new int[totalItems + 15000];
|
|
How do i change the maximum Item Id i think it only goes to like 11800 or something.Code:Exception in thread "Thread-6" java.lang.ArrayIndexOutOfBoundsException: 14484 at ItemDef.forID(ItemDef.java:196) at ItemDef.getSprite(ItemDef.java:478) at client.drawInterface(client.java:8159) at client.drawTabArea(client.java:2152) at client.drawGameScreen(client.java:7974) at client.processDrawing(client.java:8734) at RSApplet.run(RSApplet.java:94) at client.run(client.java:4981) at java.lang.Thread.run(Unknown Source)

In ItemDef class you will see this array being populated:
make it something like:Code:streamIndices = new int[totalItems];
Very very cheap fix, but It should work.Code:streamIndices = new int[totalItems + 15000];
Thank you!
| « Minimap error | Auto Cache Updater » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |