• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Ban system

mcccp

New Member
Joined
Apr 11, 2009
Messages
23
Reaction score
0
players in my server get RS every 1 kill lol XD
how can i fix it? :eek:
Code:
	-- Banishments
	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
	banLength = 7 * 24 * 60 * 60
	finalBanLength = 30 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = "yes"
	killsToBan = 60
	maxViolationCommentSize = 200

	-- Battle
	-- NOTE: loginProtectionPeriod is the famous Tibia anti-magebomb system.
	-- deathLostPercent set to nil enables manual mode.
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 50
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 40
	pzLocked = 60 * 500
	criticalHitChance = 10
	displayCriticalHitNotify = "no"
	removeWeaponAmmunition = "no"
	removeWeaponCharges = "yes"
	removeRuneCharges = "yes"
	timeToDecreaseFrags = 60* 60 * 24 * 10
	whiteSkullTime = 15 * 60 * 700
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"
	showHealingDamage = "no"
	fieldOwnershipDuration = 5 * 1000
	stopAttackingAtExit = "no"
	oldConditionAccuracy = "no"
	loginProtectionPeriod = 10
	deathLostPercent = 10
 
Back
Top