-
move item thing problem
idk how to explain, watch the vid plz
and help me if u can, thx
the error:
Code:
[kojomba]: Exception encountered while parsing incoming packets.
java.lang.ArrayIndexOutOfBoundsException: 37248
at Client.moveItems(Client.java:6821)
at Client.parseIncomingPackets(Client.java:3020)
at Client.packetProcess(Client.java:1320)
at Client.packetSending(Client.java:1288)
at PlayerManager.process(PlayerManager.java:121)
at Server.main(Server.java:72)
[kojomba]: Logged out.
video: [Only registered and activated users can see links. Click Here To Register...]
-
Check line 6821 in your Client.java
-
sounds like a wrong stream to me
-
line 6821:
Code:
if (absX >= 3573 && absX <= 3578 && absY >= 3295 && absY <= 3300) {
Delay("BarrowsDig1");
}
line 2030:
Code:
} else if (interfaceID == 1688) {
if (playerEquipment[removeSlot] == removeID) {
remove(removeID, removeSlot);
}