Red-Hair-Shanks Posted January 11, 2010 Posted January 11, 2010 paidia exw pac me compile kai 8elw na fix to l2j attack kai to noobish error ama mporeite help. Quote
0 ExTrEmEDwarf Posted January 11, 2010 Posted January 11, 2010 kane oti leei to quote it sends a packet which has nothing to read, but l2j didn't expect this to happen and make a System.exit to it. Simply... it sends a 0 value (emtpy packet or so) ,so in the mmocore it displays ... else if (result == 0) { // read interest but nothing to read? wtf? System.out.println("NOOBISHT ERROR 2 THE MISSION"); System.exit(0); } and now... here's the simple -beep-in' fix: 1. Just delete the ELSE IF <- you will cry if you do like most kids 2. Make it not to close.. simply remove it and replace by this.. else if (result == 0) { // read interest but nothing to read? wtf? System.out.println("MMOCore: Nothing to read."); System.out.println("Trying not to close the server..."); //System.exit(0); System.out.println("MMOCore Sender IP: "+ con.getSocketChannel().socket().getInetAddress().getHostAddress()); con.onForcedDisconnection(); this.closeConnectionImpl(con); } easy fix, huh? its just that kids has no brains.. thanks and fixed on eminence since it started (1st noemver) :) Quote
0 Commodus Posted January 11, 2010 Posted January 11, 2010 L2J Attacker : http://www.maxcheaters.com/forum/index.php?topic=81549.0 Noobish Error : http://www.maxcheaters.com/forum/index.php?topic=109487.0 Quote
0 Red-Hair-Shanks Posted January 11, 2010 Author Posted January 11, 2010 ExTrEmEDwarf auto pou mopu edwse to bazw opws einai mesa sto arxeio mmore?? Quote
Question
Red-Hair-Shanks
paidia exw pac me compile kai 8elw na fix to l2j attack kai to noobish error ama mporeite help.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.