Bobi Posted March 10, 2011 Posted March 10, 2011 all know id game when you write for example f uck automatic what is change to -_-_-.... that is java side or client default mod ? Quote
0 Matim Posted March 10, 2011 Posted March 10, 2011 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; } Quote
0 FighterBoss Posted March 11, 2011 Posted March 11, 2011 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. Quote
0 Tryskell Posted March 12, 2011 Posted March 12, 2011 File is named "obscene"something. And there is both client and server filters, as Matim says. Quote
0 l22expert Posted March 12, 2011 Posted March 12, 2011 sayfilter mesa sta config gameserver bale pia leksi thelis na bgeni etsi ama tin poun Quote
0 Panic* Posted March 12, 2011 Posted March 12, 2011 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 Quote
Question
Bobi
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.