• 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 pvp sistem

lopez65

Member
Joined
May 10, 2012
Messages
289
Solutions
1
Reaction score
14
Location
Barcelona
Hi Guys, I have a question since I do not want to create any errors.
I want to put the red corpse every 6 black deaths every 10, lose frag every 4 hours the net skuls every week the removal and blak skul 1 month

And this is my configuration:

Lua:
worldType = "pvp"
HotkeyAimbotEnabled = true
ProtectionLevel = 7
PzLocked = 60 * 1000
RemoveChargesFromRunes = true
TimeToDecreaseFrags = 24 * 60 * 60 * 1000
WhiteSkullTime = 15 * 60 * 1000
StairJumpExhaustion = 2 * 1000
ExperienceByKillingPlayers = false
ExpFromPlayersLevelRange = 75
DayKillsToRedSkull = 3
WeekKillsToRedSkull = 5
MonthKillsToRedSkull = 10
RedSkullDuration = 30
BlackSkullDuration = 45
OrangeSkullDuration = 7
 
Last edited:
Back
Top