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

TFS 1.X+ Tfs 1.2 Limit exp Pvpe

How can I set the level of experience to a maximum of 1,600 examples
I talk about pvp enforced
up
Post automatically merged:

I think it is possible from events/player.lua
this line need to chang
LUA:
function Player:onGainExperience(source, exp, rawExp)
    if not source or source:isPlayer() then
        return exp
    end
Code:
i mean after 1600 lvl u will not gain exp from pvp enfo
 
Last edited:

Similar threads

  • Question Question
Replies
4
Views
301
Back
Top