Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SpyChat + Source C#

Newbie Spellweaver
Joined
Oct 29, 2014
Messages
16
Reaction score
25
Autoban by bad words.
Between message and ban ~1-3ms

Install:
1. Delete content in /configs.pck/badwords.txt
2. Get mono
Code:
apt-get install mono-runtime
3. Create /home/spychat and extract here SpyChat.zip
4. In server startfile replace
Code:
cd /$ServerDir/glinkd; ./glinkd gamesys.conf 1 > /$ServerDir/logs/starting/glink.log &
cd /$ServerDir/glinkd; ./glinkd gamesys.conf 2 > /$ServerDir/logs/starting/glink2.log &
cd /$ServerDir/glinkd; ./glinkd gamesys.conf 3 > /$ServerDir/logs/starting/glink3.log &
cd /$ServerDir/glinkd; ./glinkd gamesys.conf 4 > /$ServerDir/logs/starting/glink4.log &
To
Code:
mono /home/spychat/SpyChat.exe 1 &
mono /home/spychat/SpyChat.exe 2 &
mono /home/spychat/SpyChat.exe 3 &
mono /home/spychat/SpyChat.exe 4 &
5. Start server
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 28, 2013
Messages
16
Reaction score
2
:thumbup:
cdQ9UXF - SpyChat + Source C# - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 29, 2014
Messages
16
Reaction score
25
Oops :D
I forgot to translate ban message in settings.xml
You can fix it himself. :)
 
Newbie Spellweaver
Joined
Nov 21, 2011
Messages
86
Reaction score
8
we can only speak what is in goodwords? if not, what it does?
 
Newbie Spellweaver
Joined
Oct 29, 2014
Messages
16
Reaction score
25
No, goodwords for goodwords-filter if badwords-filter is wrong.
I don't make example because I don't know when part of bad word may be in good word in English.
 
Last edited:
Newbie Spellweaver
Joined
Jul 31, 2016
Messages
12
Reaction score
0
Very good works, very grateful, but how to let the ban on the login, such as sending bad words when the confinement role.:爱:
 
Back
Top