• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] anticheat

Status
Not open for further replies.

faiver

Esteemed Member
excuse me if I go I always set it to c + + :)
Thanks for correcting me.
warden is malfunctioning. many cheaters on my server.
 

faiver

Esteemed Member
###################################################################################################
# WARDEN SETTINGS
#
# Warden.Enabled
# Description: Enable Warden anticheat system.
# Default: 0 - (Disabled)
# 1 - (Enabled)

Warden.Enabled = 1

#
# Warden.NumMemChecks
# Description: Number of Warden memory checks that are sent to the client each cycle.
# Default: 3 - (Enabled)
# 0 - (Disabled)

Warden.NumMemChecks = 3

#
# Warden.NumOtherChecks
# Description: Number of Warden checks other than memory checks that are added to request
# each checking cycle.
# Default: 7 - (Enabled)
# 0 - (Disabled)

Warden.NumOtherChecks = 7

#
# Warden.ClientResponseDelay
# Description: Time (in seconds) before client is getting disconnecting for not responding.
# Default: 600 - (10 Minutes)
# 0 - (Disabled, client won't be kicked)

Warden.ClientResponseDelay = 600

#
# Warden.ClientCheckHoldOff
# Description: Time (in seconds) to wait before sending the next check request to the client.
# A low number increases traffic and load on client and server side.
# Default: 30 - (30 Seconds)
# 0 - (Send check as soon as possible)

Warden.ClientCheckHoldOff = 30

#
# Warden.ClientCheckFailAction
# Description: Default action being taken if a client check failed. Actions can be
# overwritten for each single check via warden_action table in characters
# database.
# Default: 0 - (Disabled, Logging only)
# 1 - (Kick)
# 2 - (Ban)

Warden.ClientCheckFailAction = 1

#
# Warden.BanDuration
# Description: Time (in seconds) an account will be banned if ClientCheckFailAction is set
# to ban.
# Default: 86400 - (24 hours)
# 0 - (Permanent ban)

Warden.BanDuration = 86400
 

Tommy

Founder
Interesting. Should be working, unless you have no data in your warden_checks table. I don't know of any other anti-cheat for TrinityCore. :/
 
Status
Not open for further replies.
Top