mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
3bd91e16c4515543817896ded8098ac7bb45bcd3
Updated water walking detection, as with all things false positives are still a thing but we got actual detections being logged of sorts. Removed unused voids from header files and whitespace changes
AzerothCore
Anticheat Module
This is a port of the PassiveAnticheat Script from lordpsyan's repo to AzerothCore
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 "conf/SQL/charactersdb_anticheat.sql" file on your characters database. 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%