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

Lua Help, Skull time etc

furmanss

New Member
Joined
May 14, 2013
Messages
125
Reaction score
0
hi i want to change the time of skulls etc on my server but how ? :o i got rl configs i think atm

Config.lua
LUA:
	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 100
	killsToRedSkull = 8
	killsToBlackSkull = 10
	pzLocked = 60000
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "yes"
	removeChargesFromRunes = "yes"
	removeChargesFromWeapons = "yes"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	stairJumpExhaustion = 2000
i think it is something here if iam right? ^^ i want something like this

White Skull Time 10 minutes
Red Skull Time 2 days
Black Skull Time 5 days
Frags to Red Skull Daily: 8 | Weekly: 35 | Monthly: 70
Frags to Black Skull Daily: 10 | Weekly: 45 | Monthly: 80

if someone can tell me how to do it ;p
 
Last edited:
I don't see have options for edit time blackskull ,etc u don't have in your config this:?
LUA:
	-- Unjustified kills
	useFragHandler = true
	redSkullLength = 24 * 60 * 60
	blackSkullLength = 2 * 24 * 60 * 60
	dailyFragsToRedSkull = 20
	weeklyFragsToRedSkull = 50
	monthlyFragsToRedSkull = 120
       dailyFragsToBlackSkull = 30 
       weeklyFragsToBlackSkull = 60 
       monthlyFragsToBlackSkull = 130
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 30
	blackSkulledDeathMana = 0
	useBlackSkull = true
	advancedFragList = false

????
what version TFS are u used
 
For stairJumpExhaustion = 2000 must be new rev
is 0.2 and that version uses a new skull system, i think that deletes a frag each 6 hours
 
Back
Top