MDIC a354922e07 Update: Readjusted SQL, New Dectection , new Conf
Readjusted the Sql again, Removes the teleporthack_report collumns. It is pretty much worthless with its insane high count that would cause drag on the db and well not needed, it seems like a good idea at the time but it isnt, instead it will add a +1 to the total_reports collumn and the teleport and ignore control hacks will spam their own message once the reports hit default 70 or whatever the user has set. New detection type Ignore Control Hack, This is if a player is rooted or stunned, they are able to still move when effected.
2022-02-20 20:55:26 -05:00
2017-03-25 12:20:53 +01:00
2019-03-31 17:38:34 +02:00

logo AzerothCore

Anticheat Module

  • Latest build status with azerothcore: Build Status

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 "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%