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

Errors in Frag and War System

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
43
Location
Mexico
Im having errors in my frag system
Error example:
This is my red configuration
Code:
-- Unjustified kills
	useFragHandler = true
	redSkullLength = 72 * 60 * 60
	blackSkullLength = 72 * 60 * 60
	dailyFragsToRedSkull = 6
	weeklyFragsToRedSkull = 10
	monthlyFragsToRedSkull = 20
    dailyFragsToBlackSkull = dailyFragsToRedSkull
    weeklyFragsToBlackSkull = weeklyFragsToRedSkull
    monthlyFragsToBlackSkull = monthlyFragsToRedSkull
    dailyFragsToBanishment = dailyFragsToRedSkull
    weeklyFragsToBanishment = weeklyFragsToRedSkull
    monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = true
	advancedFragList = false

If someone gets 10 unjustified kills in a month he gets red!

My War system problem is that sometimes the war system dont works properly and frag get counted.

Im running 3 server with multiworld
greetings
 
Back
Top