Im using one of the most recent L2JFrozen revision FYI.
I've been recently having the issue of many trash talking players on a server. As i assume everyone gets at some point. And i'm just trying to cut it directly by simple banning everyone that is being disrespectul.
The thing is, my chat.log file is not recording.
I've set up on developer.propertier file the part where was LogChat = False to true, and even made an attempt to change directly on the source file.
I went to say2.java file (which is the file on this rev that controls all say actions) and found the following line:
if(Config.LOG_CHAT){
final LogRecord record =newLogRecord(Level.INFO, _text);
record.setLoggerName("chat");if(_type == TELL){
record.setParameters(newObject[]{
CHAT_NAMES[_type],"["+ activeChar.getName()+" to "+ _target +"]"});}else{
record.setParameters(newObject[]{
CHAT_NAMES[_type],"["+ activeChar.getName()+"]"});}
_logChat.log(record);}
Since it's not recognizing the Config.LOG_CHAT, i tried simply to replace it to a simple verification like:
if (activeChar.getLevel() > 0 )
then keep everything else the same.
I even changed the permissions on the log folder for users to have full access to create files, but that wasnt it.
And what is even weirder to me, is that GMAudit, karmadrop and some other files are created without any problems.
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.
To sum it up, just because that topic still exists and just because there's still tolerance for such garbage and missleading topics to exist in here.
Files worse than the free version, https://bitbucket.org/MobiusDev/l2j_mobius.git/src
A dumb fuck that claims that mobius sources contain backdoors yet none found so far in an opensource project.
4 Pages of replies to a "very skilled developer" that uses google translate in order to reply in his own topic.
Yet this topic is still available. Every traffic is a good traffic I guess!
Question
dextroy
Hello guys.
Im using one of the most recent L2JFrozen revision FYI.
I've been recently having the issue of many trash talking players on a server. As i assume everyone gets at some point. And i'm just trying to cut it directly by simple banning everyone that is being disrespectul.
The thing is, my chat.log file is not recording.
I've set up on developer.propertier file the part where was LogChat = False to true, and even made an attempt to change directly on the source file.
I went to say2.java file (which is the file on this rev that controls all say actions) and found the following line:
Since it's not recognizing the Config.LOG_CHAT, i tried simply to replace it to a simple verification like:
if (activeChar.getLevel() > 0 )
then keep everything else the same.
I even changed the permissions on the log folder for users to have full access to create files, but that wasnt it.
And what is even weirder to me, is that GMAudit, karmadrop and some other files are created without any problems.
Anyone can help?
11 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.