Jump to content
  • 0

help me noobish


sedela

Question

12 answers to this question

Recommended Posts

  • 0

Rework sto MMOCore.

Des to topic tou xaddytzu.

 

H afto:

 

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) :)

Link to comment
Share on other sites

  • 0

exo afto den ksero ti ine ama ine compile i allo

 

http://www.maxcheaters.com/forum/index.php?topic=54447.0

 

auto ine prenco file m :( tote dn mporeis na kaneis tpt apto na perimeneis na stamatisoun na sou kanoun attack ston server sou :(

ektos kai an ftiakseis apo tin arxh ena diko sou pack ( compile ) kai ta fixareis alla prepi na 3ereis java kai alla :) ,  alla den ine kati diskolo , mono katse kai psa3e.. :)

Link to comment
Share on other sites

  • 0

to pack s einai preconfig den mporeis na kaneis tpt tora.....kalo 8a itan na ma8eis na kaneis compile.....

 

den to anaferei pou8ena >_>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...