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

Black Skull TFS

zednem

New Member
Joined
Nov 15, 2008
Messages
108
Reaction score
0
I was configuring my config.php and when i read this part of black skull i got a little confuse, according to that the number of kills to get red and black skull are the same right?
so how do works the black skull system?
PHP:
	redSkullLength = 1 * 24 * 60 * 60
	blackSkullLength = 2 * 24 * 60 * 60
	dailyFragsToRedSkull = 4
	weeklyFragsToRedSkull = 16
	monthlyFragsToRedSkull = 64
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
 
I was configuring my config.php and when i read this part of black skull i got a little confuse, according to that the number of kills to get red and black skull are the same right?
so how do works the black skull system?
PHP:
	redSkullLength = 1 * 24 * 60 * 60
	blackSkullLength = 2 * 24 * 60 * 60
	dailyFragsToRedSkull = 4
	weeklyFragsToRedSkull = 16
	monthlyFragsToRedSkull = 64
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull

If you kill 4 players in a day, you get red skull, if you are red skull and you kill 4 players more, you get black skull.

If you kill 16 players in a week, you get red skull, if you are red skull and you kill 4 players more, you get black skull.

If you kill 64 players in a month, you get red skull, if you are red skull and you kill 4 players more, you get black skull.
 
Back
Top