- UID
- 30674
- 阅读权限
- 50
- 回帖
- 407
- 喵币
- 0
- 有爱
- 31
- DKP
- 897
- 金币
- 39974
- 在线时间
- 1617 小时
- 注册时间
- 2021-11-24
- 最后登录
- 2026-2-9
声望: 1374   虚弱: 0

Lv.5(无冕者)
   
|

楼主 |
发表于 2022-2-19 00:03:15
|
显示全部楼层
[worldserver]
#
###################################################################################################
###################################################################################################
# ANTICHEAT MODULE
#
# Anticheat.Enable
# Description: Enables or disables the Anticheat System functionality
# Default: 1 - (Enabled)
# 0 - (Disabled)
Anticheat.Enabled = 1
# Anticheat.EnabledOnGmAccounts
# Description: Enables detection for GM accounts
# Default: 0 - (Disabled)
# 1 - (Enabled)
Anticheat.EnabledOnGmAccounts = 0
# 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.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
# Anticheat.LoginMessage
# Description: Enable login message "This server is running an Anticheat module."
# Default: 1
Anticheat.LoginMessage = 0
# Anticheat.WriteLog
# Description: Enable writing to log when a player is detected using hacks
# Default: 0 - (Disabled)
# 1 - (Enabled)
Anticheat.WriteLog = 0
# Anticheat.SaveReportsTime
# Description: Set the time between each report save in seconds
# Default: 60 - (seconds)
Anticheat.SaveReportsTime = 60
# Anticheat.Detect
# Description: It represents which detections are enabled (ClimbHack disabled by default).
# Default: 1 - (Enabled)
# 0 - (Disabled)
Anticheat.DetectFlyHack = 1
Anticheat.DetectWaterWalkHack = 1
Anticheat.DetectJumpHack = 1
Anticheat.DetectTelePlaneHack = 1
Anticheat.DetectSpeedHack = 1
Anticheat.DetectClimbHack = 0
# Anticheat.StricterFlyHackCheck
# Description: Checks moveflag ascending (may give false positives)
# Default: 0 - (Disabled)
# 1 - (Enabled)
Anticheat.StricterFlyHackCheck = 0
# Anticheat.KickPlayerFlyHack
# Description: Kick option for first detect on flyhack (may give false positives)
# Default: 0 - (Disabled)
# 1 - (Enabled)
Anticheat.KickPlayerFlyHack = 0
# Anticheat.KickPlayerWaterWalkHack
# Description: Kick option for first detect on waterwalkhack (may give false positives)
# Default: 0 - (Disabled)
# 1 - (Enabled)
Anticheat.KickPlayerWaterWalkHack = 0
# Anticheat.AnnounceKick
# Description: Send a message to all players when a user kicked.
# Default: 0 - (Disabled)
#
Anticheat.AnnounceKick = 1[世界服务器]
#
################################################# ################################################
################################################# ################################################
# 反作弊模块
#
# Anticheat.Enable
# 说明:启用或禁用防作弊系统功能
# 默认值:1 -(启用)
# 0 - (禁用)
Anticheat.Enabled = 1
# Anticheat.EnabledOnGmAccounts
# 说明:启用对 GM 帐户的检测
# 默认值:0 - (禁用)
# 1 - (启用)
Anticheat.EnabledOnGmAccounts = 0
# Anticheat.ReportsForIngameWarnings
# 描述:当玩家生成新报告时,他必须向 GameMasters ingame 通知多少报告。
# 默认值:70
Anticheat.ReportsForIngameWarnings = 70
# Anticheat.MaxReportsForDailyReport
# 描述:玩家必须报告多少次才能报告它在数据库中的一天(不仅是在玩家会话期间)。
# 默认值:70
Anticheat.MaxReportsForDailyReport = 70
# Anticheat.LoginMessage
# 描述:启用登录消息“此服务器正在运行 Anticheat 模块。”
# 默认值:1
Anticheat.LoginMessage = 0
# Anticheat.WriteLog
# 描述:当检测到玩家使用黑客攻击时,启用写入日志
# 默认值:0 - (禁用)
# 1 - (启用)
Anticheat.WriteLog = 0
# Anticheat.SaveReportsTime
# 说明:设置每个报告保存之间的时间,单位为秒
# 默认值:60 -(秒)
Anticheat.SaveReportsTime = 60
# Anticheat.Detect
# 描述:它表示启用了哪些检测(默认情况下禁用 ClimbHack)。
# 默认值:1 -(启用)
# 0 - (禁用)
Anticheat.DetectFlyHack = 1
Anticheat.DetectWaterWalkHack = 1
Anticheat.DetectJumpHack = 1
Anticheat.DetectTelePlaneHack = 1
Anticheat.DetectSpeedHack = 1
Anticheat.DetectClimbHack = 0
# Anticheat.StricterFlyHackCheck
# 描述:检查 moveflag 升序(可能给出误报)
# 默认值:0 - (禁用)
# 1 - (启用)
Anticheat.StricterFlyHackCheck = 0
# Anticheat.KickPlayerFlyHack
# 描述:在 flyhack 上第一次检测的踢选项(可能会给出误报)
# 默认值:0 - (禁用)
# 1 - (启用)
Anticheat.KickPlayerFlyHack = 0
# Anticheat.KickPlayerWaterWalkHack
# 描述:在 waterwalkhack 上第一次检测的踢选项(可能会给出误报)
# 默认值:0 - (禁用)
# 1 - (启用)
Anticheat.KickPlayerWaterWalkHack = 0
# Anticheat.AnnounceKick
# 描述:当用户踢球时向所有玩家发送消息。
# 默认值:0 - (禁用)
#
Anticheat.AnnounceKick = 1
[Shìjiè fúwùqì]
#
################################################# ################################################
解压缩后反作弊Anticheat.conf在modules文件夹里自己改吧上面是英文 和中文翻译 配套库在sql文件夹里用navicat.exe装 装在acore_characters里不知道装和不装有什么影响。。。自己测试吧我没试过
|
|