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

0.3.6pl1 frag time

Kuczmen

New Member
Joined
Aug 19, 2008
Messages
103
Reaction score
0
Hi,
I have a problem with TFS 0.3.6pl1. I don't know how to change the frag time... Someone says me that I have to change it in source. Could you tell me how to do it? :)
 
Last edited:
Open you config.lua and edit this part (this is the one i use, see if you like it ok?)
-- Unjustified kills
redSkullLength = 10 * 24 * 60 * 60
blackSkullLength = 20 * 24 * 60 * 60
dailyFragsToRedSkull = 6
weeklyFragsToRedSkull = 12
monthlyFragsToRedSkull = 18
dailyFragsToBlackSkull = dailyFragsToRedSkull
weeklyFragsToBlackSkull = weeklyFragsToRedSkull
monthlyFragsToBlackSkull = monthlyFragsToRedSkull
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 100
blackSkulledDeathMana = 20
useBlackSkull = true
useFragHandler = true
advancedFragList = false
 
Back
Top