
Originally Posted by
Josh
Do what Zee Best said, it doesn't take too long.
In the client find
And compare w/ your client etc.

I actually did that before :O
I get this T2 sometimes (it's having trouble loading interfaces)
Code:
Error: T2 - 171,-1,-1 - 3,0,0 - 2,-3,37,
java.lang.ArrayIndexOutOfBoundsException: 64805
at client.parsePacket(client.java:11510)
at client.mainGameProcessor(client.java:2964)
at client.processGameLoop(client.java:2028)
at RSApplet.run(RSApplet.java:109)
at client.run(client.java:4600)
at java.lang.Thread.run(Unknown Source)
Error: T2 - 171,171,-1 - 3,0,0 - 87,101,108,
java.lang.ArrayIndexOutOfBoundsException: 25964
at client.parsePacket(client.java:11510)
at client.mainGameProcessor(client.java:2964)
at client.processGameLoop(client.java:2028)
at RSApplet.run(RSApplet.java:109)
at client.run(client.java:4600)
at java.lang.Thread.run(Unknown Source)
Error: T2 - 171,171,171 - 3,0,0 - 99,111,109,
java.lang.ArrayIndexOutOfBoundsException: 28525
at client.parsePacket(client.java:11510)
at client.mainGameProcessor(client.java:2964)
at client.processGameLoop(client.java:2028)
at RSApplet.run(RSApplet.java:109)
at client.run(client.java:4600)
at java.lang.Thread.run(Unknown Source)
and typically I get random T1 errors.
exampleS:
Code:
Error: T1 - 198,0 - -1,-1
Wtf?
Error: T1 - 58,0 - -1,-1
Wtf?
Error: T1 - 154,0 - -1,-1
Wtf?
Error: T1 - 209,0 - -1,-1
Wtf?
Error: T1 - 7,0 - -1,-1
Wtf?
Error: T1 - 2,0 - -1,-1
Wtf?
Error: T1 - 211,0 - -1,-1
Wtf?
Error: T1 - 58,0 - -1,-1
Wtf?
(the ID of the T1 is different almost everytime)
I did replace my entire parsePacket method with palidino's...
and I'm pretty sure I replaced that loginpacket array correctly.
Also. Where do I change the byte255 (default 255) being sent to the server? (in the client) Palidino's is set at 4 to accept the login. I currently have it edited in the server to 255 but I would like to change it in the client.
It logs me on, but it doesn't get past the black screen. I disconnect instantly before it even sends "welcome to battlescape"