Jump to content
  • 0

Help { NOOBISH ERROR } MMOCORE


Zedonious

Question

Vriskw p lete to mmocore kai ta vlepw ola kinezika{pws 8a ta allaxw ?} ,,, to pack m einai l2jarchid ,,,

einai compiled pack ,,, kai me exoun gamisei me auto to noobish

error oi legomenoi hacker ? egw nomizw noobomikroskatomatomena plasmata...

an mporei kapios na help se

auto epigontos einai spastiko pragmatika opoios xerei as help...

Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

Dev sou ? Diladi o dev sou ti kserei ? na pernaei npc's kai armors ?

 

PFF..

 

Kalitera diabase kanena guide mpas kai mathis tipota esy kai o '' dev '' sou.

 

Search sto forum . Keyword : ' how to install a java mod '

Link to comment
Share on other sites

  • 0

re si eleos den perase npc m exei ftiaxei dika t npc to 8ema den einai auto exoume protection ston server mono auto to noobish na ftiaxoume esto pes m pws na ftiaxo monos m dld eleos tora den einai ora gia kritiki einai ora gia help :/ na 8es re file..

Link to comment
Share on other sites

  • 0

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

        }

Link to comment
Share on other sites

  • 0

Αυτό σου λέω το είδα προσπαθήσαμε αλλά όταν ανοίγω το Lib/ mmocore m ta vgazei ola kinezika..

Link to comment
Share on other sites

  • 0

oxi den XERW PWS NA TO PERASW AUTO S LEW EXEI KANA GUIDE P NA LEEI AKRIVWS PWS KANW ENA KOLO MMOCORE?

 

Oxi den exei . Giati auto to fix pernietai opos kai ta alla.

 

Kai efoson o ''dev'' sou exei perasei ta alla protections opos eipes , tha mporesei na perasei kai auto.

 

Guide gia auto den iparxei. Kai btw , min ksanagrapseis me Caps.

 

Eutixos exo matia kai blepw.

Link to comment
Share on other sites

  • 0

Dev sou ? Diladi o dev sou ti kserei ? na pernaei npc's kai armors ?

 

PFF..

 

Kalitera diabase kanena guide mpas kai mathis tipota esy kai o '' dev '' sou.

 

Search sto forum . Keyword : ' how to install a java mod '

Soz για το άκυρο, αλλά... αν δεν ξέρει ο "dev" σου πως να το κάνει αυτό σε κοροϊδευει...

πσιτ το να βάζεις npcs (έστω δικά σου) δεν σε κάνει dev

Link to comment
Share on other sites

  • 0

Αυτό σου λέω το είδα προσπαθήσαμε αλλά όταν ανοίγω το Lib/ mmocore m ta vgazei ola kinezika..

 

δεν το κανεις open με σημιωματαριο....απλα πρεπει να κανεις edit to mmocore...

Link to comment
Share on other sites

  • 0

re seis xeste to dev ok ... egw tora pws 8a to ftiaxw to mmocore pws pws pws den xerw pws kan na xekinisw p na paw pws na to kanw den xerw tpt

Link to comment
Share on other sites

  • 0

prepei to pack s na einai compile...anigeis eclipse pigeneis sto  MMOCore kai sto selectorthread  vazeis auto

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

        }

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...