• 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!

How to decrease res skull time

RedShore

Retired Hoster and Mapper
Joined
Jul 18, 2008
Messages
45
Reaction score
0
Location
Australia
Code:
 -- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 15
	pvpTileIgnoreLevelAndVocationProtection = "yes"
	killsToRedSkull = 6
	pzLocked = 60 * 1000
	criticalHitChance = 7
	displayCriticalHitNotify = "no"
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 4 * 60 * 1000
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"
	showHealingDamage = "no"

How do i make it so that each frag decreases after 10 minuets?
 
Back
Top