Jump to content

[Share] Java Anti-phx Critical Error


Recommended Posts

nice share but.... that code already done ... you can see  archid pack for what i talking about.

 

 

Official code;

 

if (_text.length() > Config.MAX_CHAT_LENGTH)

{

_log.info("Say2: Msg Type = '" + _type + "' Text length more than " + Config.MAX_CHAT_LENGTH + " truncate them.");

_text = _text.substring(0, Config.MAX_CHAT_LENGTH);

}

Link to comment
Share on other sites

˚°▫•Cobra●▫°˚, didnt KidZor Share that long time ago?

 

As i remember Intrepid.... made it before 4 months... ^.^

 

But i though all serius ppl will watch project commit T.T

Link to comment
Share on other sites

Wrong. Client can get till 100 characters. If you put 101 for example you'll get critical. Set it like that

 

This is the hidden content, please

Link to comment
Share on other sites

As i remember Intrepid.... made it before 4 months... ^.^

 

But i though all serius ppl will watch project commit T.T

The first creator of that fix was Rizel, not Intrepid.

Link to comment
Share on other sites

  • 2 months later...

actually the first one was GodOfAdena anyway the correct is 105 character thats confirmed in retail^^

Gracia accepts till 105 chars but interlude accepts till 100. I confirmed that myself.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...