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

Windows Skull system

aantoon1

Banned User
Joined
Feb 25, 2008
Messages
74
Reaction score
0
Okay, when i attack a player on my server i have white skull for about 5 years, only when i attack. what should i change in config.lua?

-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 30
killsToRedSkull = 8
pzLocked = 15 * 60 * 1000
deathLosePercent = 6
criticalHitChance = 10
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 45 * 60 * 1000
whiteSkullTime = 60 * 1000
oldConditionAccuracy = "no"
alternativeExhaust = 1000
 
Use code tags next time.
Anyway, switch to this:

Code:
	-- Battle
    worldType = "pvp"
    hotkeyAimbotEnabled = "yes"
	protectionLevel = 30
	killsToRedSkull = 8
	pzLocked = 15 * 60 * 1000
	deathLosePercent = 6
	criticalHitChance = 10
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
    timeToDecreaseFrags = 45 * 60 * 1000
    whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	alternativeExhaust = 1000
 

Similar threads

Back
Top