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

Skulls Error

elkingahmed

New Member
Joined
May 31, 2012
Messages
116
Reaction score
2
im facing a problem with frags and skulls
the characters gets red skull after having 3 frags instead of 55
im using tfs 0.3.7
and this is my config
Code:
    redSkullLength = 86400
    blackSkullLength = 259200
    dailyFragsToRedSkull = 55
    weeklyFragsToRedSkull = 80
    monthlyFragsToRedSkull = 90
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = dailyFragsToRedSkull
    weeklyFragsToBanishment = weeklyFragsToRedSkull
    monthlyFragsToBanishment = monthlyFragsToRedSkull
    blackSkulledDeathHealth = 40
    blackSkulledDeathMana = 0
    useBlackSkull = true
    useFragHandler = true
    advancedFragList = false
 
Back
Top