- Joined
- Jan 15, 2014
- Messages
- 1,317
- Solutions
- 35
- Reaction score
- 435
Hello OTLand Community,
I'm having a problem where if somone takes for example 5 frags, it will take him 5 days to get back to 0 frags. Every 24 hours he only loses 1 frag. Any idea what's going wrong?
I'm using TFS 1.0
Here is my config.lua:
Thanks again for your time and help!
I'm having a problem where if somone takes for example 5 frags, it will take him 5 days to get back to 0 frags. Every 24 hours he only loses 1 frag. Any idea what's going wrong?
I'm using TFS 1.0
Here is my config.lua:
Code:
-- Combat settings
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 80
killsToRedSkull = 8
killsToBlackSkull = 20
pzLocked = 60000
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = "no"
Thanks again for your time and help!
Last edited: