Hey rune-server coders I have a problem with a client trying to connect to my server, details below;

Client only connects to npc bit 16, i changed that in my source from 12 to 16(im using delta source)

When i log into the server it logs me in and then dissconnects with me getting this error:

Code:
RS2 user client - release #317
Exception in thread "Thread-4" java.lang.ArrayIndexOutOfBoundsException: 14069
        at Class8.method198(Class8.java:214)
        at Class8.method200(Class8.java:275)
        at client.method105(client.java:8111)
        at client.method36(client.java:1623)
        at client.method102(client.java:7834)
        at client.method9(client.java:8692)
        at Applet_Sub1.run(Applet_Sub1.java:126)
        at client.run(client.java:4493)
        at java.lang.Thread.run(Unknown Source)