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

Exp for Killing players?

bolero

MikeHere
Joined
Apr 13, 2009
Messages
1,146
Reaction score
12
Location
Venezuela
Can someone post here the script for the players killing other players.. (Open Pvp) Get exp when killing him?
 
-- Experience from players
-- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
-- player will gain experience from every lower leveled player.
-- max~Threshold* set to 0 will disable the maximum threshold:
-- player will gain experience from every higher leveled player.
minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1
 
Change these settings in config.lua, CTRL + F to search for it in the config

minLevelThresholdForKilledPlayer = 200 - 200 is pritty much, about 5-8 levels, change that if you wan't.
maxLevelThresholdForKilledPlayer = 200 - 200 is pritty much, about 5-8 levels, change that if you wan't.
Remember
worldtype = "PVP-Enforced"
 
Last edited:
That's wrong.

Code:
Non-PvP = Optional
Open Pvp = Open
PvP-Enforced = Hardcore
 
Back
Top