1、首先,目前这套最新的升级的防外挂系统,适用于T端https://github.com/TrinityCore/TrinityCore/commit/c45e665c860e1c555d0e081f8bb1b4ee0c160c72 版本
2、导入方法:git apply --check ManuelsPassiveACUpdated.diff 或则 git apply --whitespace=fix ManuelsPassiveACUpdated.diff
3、此系统主要是判断玩家使用外挂等作弊工具,然后进行处理的系统
看配置文件
# Anticheat.Enable
# Description: Enables or disables the Anticheat System functionality
# Default: 1 - (Enabled)
# 0 - (Disabled)
Anticheat.Enable = 1
# Anticheat.ReportsForIngameWarnings
# Description: How many reports the player must have to notify to GameMasters ingame when he generates a new report.
# Default: 70
Anticheat.ReportsForIngameWarnings = 70
# Anticheat.DetectionsEnabled
# Description: It represents which detections are enabled.
#
# SPEED_HACK_DETECTION = 1
# FLY_HACK_DETECTION = 2
# WALK_WATER_HACK_DETECTION = 4
# JUMP_HACK_DETECTION = 8
# TELEPORT_PLANE_HACK_DETECTION = 16
# CLIMB_HACK_DETECTION = 32
#
# Default: 31
Anticheat.DetectionsEnabled = 31
# Anticheat.MaxReportsForDailyReport
# Description: How many reports must the player have to make a report that it is in DB for a day (not only during the player's session).
# Default: 70
Anticheat.MaxReportsForDailyReport = 70
此系统是最新的T端魔兽世界单机防外挂系统!目前没有测试过,喜欢的朋友可以拿去测试下
下面是代码
ManuelsPassiveACUpdated.rar