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

frag and skull

SpiderOT

™ツʂριԃҽɾσƚ➽ ٩(•‿•)۶★彡
Joined
Sep 29, 2008
Messages
1,062
Solutions
10
Reaction score
293
Location
Egypt/cairo
hi all can anyone help me to config this
i want 5 frag= red skull
7 frag =ban
Code:
	redSkullLength = 24 * 60 * 60
	blackSkullLength =  3 * 24 * 60 * 60
	dailyFragsToRedSkull = 5
	weeklyFragsToRedSkull = 10
	monthlyFragsToRedSkull = 15
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 100
	blackSkulledDeathMana = 100
	useBlackSkull = "no"
	advancedFragList = "no"
using tfs 0.3.5 pl1
 
Here you go.

Code:
	redSkullLength = 24 * 60 * 60
	blackSkullLength =  3 * 24 * 60 * 60
	dailyFragsToRedSkull = 5
	weeklyFragsToRedSkull = 5
	monthlyFragsToRedSkull = 5
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = 7
	weeklyFragsToBanishment = 7
	monthlyFragsToBanishment = 7
	blackSkulledDeathHealth = 100
	blackSkulledDeathMana = 100
	useBlackSkull = "no"
	advancedFragList = "no"
 
Here you go.

Code:
	redSkullLength = 24 * 60 * 60
	blackSkullLength =  3 * 24 * 60 * 60
	dailyFragsToRedSkull = 5
	weeklyFragsToRedSkull = 5
	monthlyFragsToRedSkull = 5
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = 7
	weeklyFragsToBanishment = 7
	monthlyFragsToBanishment = 7
	blackSkulledDeathHealth = 100
	blackSkulledDeathMana = 100
	useBlackSkull = "no"
	advancedFragList = "no"

lol? that works like, if u kill 7 people in a week. u get ban? lol...
 
doesn't work i am using this
Code:
	redSkullLength = 24 * 60 * 60
	blackSkullLength =  2 * 24 * 60 * 60
	dailyFragsToRedSkull = 4
	weeklyFragsToRedSkull = 9
	monthlyFragsToRedSkull = 14
	dailyFragsToBlackSkull = dailyFragsToRedSkull
	weeklyFragsToBlackSkull = weeklyFragsToRedSkull
	monthlyFragsToBlackSkull = monthlyFragsToRedSkull
	dailyFragsToBanishment = 5
	weeklyFragsToBanishment = 10
	monthlyFragsToBanishment = 15
	blackSkulledDeathHealth = 100
	blackSkulledDeathMana = 100
	useBlackSkull = "no"
	advancedFragList = "no"

and after 5 frag i dont get ban or black skull
i get this msg after i killed other charcter 6 time
Code:
00:51 You currently have 6 frags today, 6 this week and 6 this month.
00:51 Last frag at 18 September 2009 00:51:27 on level 9990 (Forex).
00:51 Your red skull will expire at 19 September 2009 00:50:55
and the frag dont go up to 7 or higher max is 6
any idea what is this??
 
Back
Top