M'Dic f3ebf813ba Update (detections/conf): Speed Hack Precision
New conf:
#     Anticheat.SpeedLimitTolerance
#       Description: Speed Limit Tolerance allows a certain whole percentage of tolerance to speed
#       hack logging and detection.
#
#       Example: AnticheatMgr:: Speed-Hack (Speed Movement at 12% above allowed Server Set rate 8%.)
#       will be detected since its 4 (default) and higher, but anything 3 and lower will not be flagged.
#       Default:    4 - (Default)
#

Anticheat.SpeedLimitTolerance = 4

    Created a conf to establish a speed limit tolerance over server rate set speed
    This is done so we can ignore minor violations that are not false positives such as going 1 or 2 over the speed limit
2022-11-17 12:22:37 -05:00
2022-10-02 10:21:17 -04:00
2017-03-25 12:20:53 +01:00
2019-03-31 17:38:34 +02:00
2022-04-28 19:26:12 -04:00

logo AzerothCore

English | Español | Svenska | Portuguese

Anticheat Module

  • Latest build status with AzerothCore: Build Status

This is a port of the PassiveAnticheat Script from lordpsyan's repo to AzerothCore

Wiki

https://github.com/azerothcore/mod-anticheat/wiki

Notice

Requires revision 825db0f 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.

Known issues and TODO list:

  • Localize

Localize Acore_Strings

  • LOCALE_enUS = 0
  • LOCALE_koKR = 1
  • LOCALE_frFR = 2
  • LOCALE_deDE = 3
  • LOCALE_zhCN = 4
  • LOCALE_zhTW = 5
  • LOCALE_esES = 6
  • LOCALE_esMX = 7
  • LOCALE_ruRU = 8
Languages
C++ 97.6%
C 1.6%
Shell 0.8%