Jump to content

Recommended Posts

Posted

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

}

Posted

˚°▫•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

Posted

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

Posted

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.

  • 2 months later...
Posted

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.

Guest
This topic is now closed to further replies.


×
×
  • Create New...