• 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 hep with config

xubeiga

New Member
Joined
Jun 17, 2009
Messages
137
Reaction score
1
Hey!
i found these things on config.lua:

-- Limits on frags / Time
fragsLimit = 24 * 60 * 60
fragsSecondLimit = 7 * 24 * 60 * 60
fragsThirdLimit = 30 * 24 * 60 * 60

what does fragssecondlimit and fragsthirdlimit means? it are also in redskull and blackskull config!
OTX Server
 
First frag limit is after they kill someone it's X minutes then X then X before they go up a skull, second frag limit is probably the time it takes for the person who was attacked to lose his/her PZ lock from killing the player and third is probably yellow skull time for killing a pk. (This is all assumption)
 
fragsLimit = 24 * 60 * 60
fragsSecondLimit = 7 * 24 * 60 * 60
fragsThirdLimit = 30 * 24 * 60 * 60

-- Red Skull Config
fragsToRedSkull = 3
fragsSecondToRedSkull = 5
fragsThirdToRedSkull = 10

=> It is the default times, 3 frags on one day, 5 in a week or 10 in a month which are needed for red skull. However OTX give you the possibility to adjust the times in which they can have x kills.
So you could do 5 on a day, 10 in 3 days or 20 in a week to red skull.
 
fragsLimit = 24 * 60 * 60
fragsSecondLimit = 7 * 24 * 60 * 60
fragsThirdLimit = 30 * 24 * 60 * 60

-- Red Skull Config
fragsToRedSkull = 3
fragsSecondToRedSkull = 5
fragsThirdToRedSkull = 10

=> It is the default times, 3 frags on one day, 5 in a week or 10 in a month which are needed for red skull. However OTX give you the possibility to adjust the times in which they can have x kills.
So you could do 5 on a day, 10 in 3 days or 20 in a week to red skull.

oh, so it is day/week/months? thanks :D

another question:
what does saveglobalstorage do?
 
Last edited:
Back
Top