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

Frags

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
My server is war, and I want the frags not leave in time

PHP:
	useFragHandler = true
	redSkullLength = 2 * 24 * 60 * 60
	blackSkullLength = 3 * 24 * 60 * 60
	dailyFragsToRedSkull = 6
	weeklyFragsToRedSkull = 42
	monthlyFragsToRedSkull = 160
	dailyFragsToBlackSkull = 12
	weeklyFragsToBlackSkull = 84
	monthlyFragsToBlackSkull = 336
	dailyFragsToBanishment = dailyFragsToRedSkull
	weeklyFragsToBanishment = weeklyFragsToRedSkull
	monthlyFragsToBanishment = monthlyFragsToRedSkull
	blackSkulledDeathHealth = 40
	blackSkulledDeathMana = 0
	useBlackSkull = true
	advancedFragList = false
 
"him" ok ;o, you mean the distro? :)

What distro do you use?

in 0.3.6pl1

player.cpp
Code:
    time_t now = time(NULL), today = (now - 10500), week = (now - (7 * 10500));

Find that line but i changed the time, i dont remember what it was orginally something around 86400~, just search for the beginning of that line and then you can change the time to like 99999999999 * 999999999 *9999999 or something ;o


Btw, my solution is not recommended :p
 
Last edited:
Back
Top