• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Frag [quick answer]

WiLDTuRTLE

Member
Joined
Feb 26, 2011
Messages
478
Reaction score
5
I got this.
useFragHandler = false
redSkullLength = 1 * 60 * 60
blackSkullLength = 1* 60 * 60
fragsLimit = 1 * 60 * 60
fragsSecondLimit = 7 * 24 * 60 * 60
fragsThirdLimit = 30 * 24 * 60 * 60
fragsToRedSkull = 16
fragsSecondToRedSkull = 999
fragsThirdToRedSkull = 999
fragsToBlackSkull = fragsToRedSkull
fragsSecondToBlackSkull = fragsSecondToRedSkull
fragsThirdToBlackSkull = fragsThirdToRedSkull
fragsToBanishment = fragsToRedSkull
fragsSecondToBanishment = fragsSecondToRedSkull
fragsThirdToBanishment = fragsThirdToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = true
advancedFragList = false



So in general, i would get rs at 16 frags, and lose rs in how much time, i forgot the 1 * 60 * 60
 
Back
Top