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

PZ Lock is to long :x

Lifestyle2

New Member
Joined
Aug 12, 2009
Messages
36
Reaction score
0
Hey, I've noticed our PZ lock is way to long. If you attack a player, you dont drop PZ on 1 minute... ++rep if ya can solve it :)

Would appreciate if anyone could configure the PVP as RL tibia:
- 1 minute PZ lock for attacking
- 15 minute PZ lock for killing.

Code:
	-- Battle
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 1
	killsToRedSkull = 3
	pzLocked = 15 * 60 * 1000
	deathLosePercent = 10
	criticalHitChance = 7
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "yes"
	timeToDecreaseFrags = 6 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	oldConditionAccuracy = "no"
	alternativeExhaust = 1000
        stairJumpExhaustion = 2000
	animationTextOnHeal = "yes"
 
Back
Top