mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
ee8b516cac42d0e4dbbeb40f5d2b564f89a3b5d5
So fly for kick and water walking is removed, lets be honest, it was a useless idea. In its place is the Auto Kick and Auto Ban conf with server wide announcement for kick and ban based on its own unique count conf. How this works is if it reachs a number of reports for either ban or kick, it will automatically enact it. The ban is a account ban.
AzerothCore
Anticheat Module
This is a port of the PassiveAnticheat Script from lordpsyan's repo to AzerothCore
Notice
Requires revision c50f7feda or newer.
How to install
1) Simply place the module under the modules folder of your AzerothCore source folder.
You can do clone it via git under the azerothcore/modules directory:
cd path/to/azerothcore/modules
git clone https://github.com/azerothcore/mod-anticheat.git
or you can manually download the module, unzip and place it under the azerothcore/modules directory.
2) Re-run cmake and launch a clean build of AzerothCore
3) Execute the included "\sql\characters\base\charactersdb_anticheat.sql" file on your characters database and excute "\sql\world\Acore_strings.sql" on your world datase. This creates the necessary tables for this module.
That's it.
(Optional) Edit module configuration
If you need to change the module configuration, go to your server configuration folder (e.g. etc), copy Anticheat.conf.dist to Anticheat.conf and edit it as you prefer.
Languages
C++
97.6%
C
1.6%
Shell
0.8%