• 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!

Red skull problem

8683984

New Member
Joined
Jun 5, 2009
Messages
95
Reaction score
2
Location
Sweden
Hey guys what shall i fix? When i guy got redskull and he waited until it expire and then he kill a guy again he gets redskull... WtF? anyone know what the problem is ??? :p

Lua:
-- Unjustified kills
	redSkullLength = 12 * 60 * 60
	blackSkullLength = 24 * 60 * 60
	dailyFragsToRedSkull = 6
	weeklyFragsToRedSkull = 9
	monthlyFragsToRedSkull = 17
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = true
	useFragHandler = true
	advancedFragList = false
 
Probably because he lost a frag but you need 'x' frags to get rs, so you kill a guy and you get that frag again and you get the rs (?.
Example: I have 2 frags (3 for rs), I kill a guy, I log on later and 1 frag was removed, so I kill another guy and I get rs again, got it?
I think thats the problem, but Idk.
 
I meant, "your redskull will expire at "blablabal" but it dosent, and frags on a character doesnt remove after x hours. Understand? :)

and btw, advanced fraglist? what's that?
 
Back
Top