When I try to log in to my PI using Galkon's 317 Deob, in the client.bat it gives me this error:
How do I fix this?Code:Error: T1 - 123,0 - 36,36
Printable View
When I try to log in to my PI using Galkon's 317 Deob, in the client.bat it gives me this error:
How do I fix this?Code:Error: T1 - 123,0 - 36,36
Which is why "we" now need help.
How exactly do you login to a mathmatical constant?
It's something to do with having the wrong update masks, I think.
Dang, I need more help than that. I need spot-on help. :p
T2 is usually because of the headicon. Well Galkon's Deob doesn't support them, yet PI sends them to client.
In your PI server at server/model/players open Player.java file and search for:
Replace those two line with:Code:playerProps.writeByte(headIcon);
playerProps.writeByte(headIconPk);
Code:playerProps.writeByte(0);
Didn't work. :(Quote:
Originally Posted by wOok [Only registered and activated users can see links. Click Here To Register...]
Very possible tbh, I had this issue when I bought the client from Galkon.. He insisted my server was sending text to the client that the client didn't know what to do with. I finally found the line and ba-bam. ;)
Now that I think about it, it was two lines of sending the player's prayer level to the client.
Do you know where the line is?
Off hand, I do not remember. Search for all the lines where it sends the prayer level in Client class, comment them all out, compile and start.. See if you still get the errors in your client's cmd. If you do un-comment the lines and save and tell me to stfu.
I'll try, let's see if anyone else knows tho.