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

Changing world type to pvp enfo, tfs 0.3.6pl1

beybus

New Member
Joined
Oct 2, 2010
Messages
110
Reaction score
2
Hello, i want to change my worlds type to pvp enfo but i need to know how to do this:
- high lvl cant get exp by killing low lvl
- script will check ip

Anyone?
 
In config.lua check for things like this. It will give some experience by killing people and high levels will not get experience by killing a low level.

Code:
rateExperienceFromPlayers = 1
minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.9
 
Back
Top