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.
So much racist stating facts? LOL okay bud.
How is this racist when I am literally stating facts that people living in ukraine regardless of their ethnic have limited electricity? Sure hire them if you want your shit being delayed.
Unsimpleworld already has admitted that his developers are from ukraine and that he/they wasn't online for 3 days because of electricity and due to war things get delayed on the TalkingIsland case.
So what you say now BruT?
Γεια σε ολους, προσπαθω εδω και 2 μερες να κανω αυτο το πραγμα να λειτουργει. το καταφερα για ενα διαστημα 5 ωρων. αλλα φαινεται οτι το discord μου κανει block to dll. ή κατι αλλο που δεν μπορω να ειμαι σιγουρος για το τι φταιει... αν καποιος γνωριζει κατι ας στειλει ενα pm να το δουμε μαζι.
*το source το εφιαξα εγω.
https://youtu.be/kMvrbo9VBZc
ενα βιντεο που δειχνει πως δουλευε πριν σταματησει να δουλευει...
https://prnt.sc/_cr3hBOs6jQG
-solved
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.