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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..