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

Battle bug!

aantoon1

Banned User
Joined
Feb 25, 2008
Messages
74
Reaction score
0
Hi, On my ot players gets battle sign when they log in and it wont dissapear.

Please help me!
 
I aslo want help with pk stuffs,
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 30
killsToRedSkull = 5
pzLocked = 1 * 60 * 1000
deathLosePercent = 6
criticalHitChance = 10
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 45 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
oldConditionAccuracy = "no"
alternativeExhaust = 1000

I want after you kill a player you have 10 min pz and after u attack someone 1 min pz.
 
I aslo want help with pk stuffs,
-- Battle
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 30
killsToRedSkull = 5
pzLocked = 1 * 60 * 1000
deathLosePercent = 6
criticalHitChance = 10
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 45 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
oldConditionAccuracy = "no"
alternativeExhaust = 1000

I want after you kill a player you have 10 min pz and after u attack someone 1 min pz.
Code:
pzLocked = 60 * 1000
whiteSkullTime = 10 * 60 * 1000
 
Back
Top