hi i want to change the time of skulls etc on my server but how ?
i got rl configs i think atm
Config.lua
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
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
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: