• 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 Frags system

jadzia1994

New Member
Joined
Oct 25, 2009
Messages
16
Reaction score
0
Hey , I looking for a help , I've got problem with frags ( I marked same as down) but it still doesnt work , because If someone kill more then 7 in week received redskull ( it should comes when gain 36)

Code:
	useFragHandler = true
	redSkullLength = 1 * 24 * 60 * 60
	blackSkullLength = 3 * 24 * 60 * 60
	dailyFragsToRedSkull = 7
	weeklyFragsToRedSkull = 38
	monthlyFragsToRedSkull = 120
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = true
	advancedFragList = false
 
Back
Top