Jump to content
  • 0

[Request] Chat system ??


Question

Posted

all know id game when you write for example  f uck automatic what is change to -_-_-....

 

that is java side or client default mod ?

6 answers to this question

Recommended Posts

  • 0
Posted

Both, there is client chat protection aswell (may be even modified, by adding new words to dat file from system, don't remember which one)

 

But most common at l2j is this core side.

 

Say2.java

 

private void checkText()

{

String filteredText = _text;

for (String pattern : Config.FILTER_LIST)

filteredText = filteredText.replaceAll("(?i)" + pattern, Config.CHAT_FILTER_CHARS);

_text = filteredText;

}

  • 0
Posted

You can also change it from client side,by modifying a file from your system.

I don't remember which,try to search for it by your own :) .

With fileedit you must open it ofc.

  • 0
Posted

sayfilter mesa sta config gameserver  bale pia leksi thelis na bgeni etsi ama tin poun

English section??Edit you post

 

btw

 

he said that you can use the config Chat Filter and write inside it the word that you want

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock