• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Exp from killing players

naod123456

Wazzaap
Joined
Mar 28, 2013
Messages
242
Reaction score
4
I got a war server everything works fine but when pepole are killing other players they dont get exp i got my world set too "pvp-enforced"
worldType = "PVP-Enforced"

It´s maybe something to do with this i dont know

-- Experience from players

minLevelThresholdForKilledPlayer = 12
maxLevelThresholdForKilledPlayer = 100

Or this

experienceStages = false
rateExperience = 0.25
rateExperienceFromPlayers = 18
rateSkill = 35
rateMagic = 25
rateLoot = 0.1
rateSpawn = 1
 
Soloved.
  1. Changed "rateExperienceFromPlayers = 0" to "1" and "minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1" both to "0".
 
Back
Top