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

-- Battle
worldType = "pvp"
protectionLevel = 100
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 9000
huntingDuration = 60
criticalHitChance = 7
criticalHitMultiplier = 1
displayCriticalHitNotify = false
removeWeaponAmmunition = false
removeWeaponCharges = false
removeRuneCharges = false
whiteSkullTime = 1.5 * 10 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = false
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 215
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true


-- Rates
experienceStages = false
rateExperience = 999
rateExperienceFromPlayers = 5
rateSkill = 1
rateMagic = 20
rateLoot = 8
rateSpawn = 5

-- Experience from players
minLevelThresholdForKilledPlayer = 1.0
maxLevelThresholdForKilledPlayer = 2.0
 
They don't get any experience, plus i get this error
data/creaturescripts/scripts/WarKill.lua:13: in function <data/creaturescripts/scripts/WarKill.lua:4>
 
Have you tried with adjusting min/max threshold to other values? Would you mind posting the script here?
 
Back
Top