• 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+ PVP-E Where i can exit rate exp for players

Szafi

www.rookwar.pl
Joined
Mar 2, 2009
Messages
165
Reaction score
10
Location
Poland
Hello.

Where i found and change rate exp for kill players on PVP-E ?

Regards.
 
On TFS 1.x you can change config.lua to set the range of levels you want people to get experience from.

  • The amount of experience you will gain is capped. For level 50 and above, the maximum amount of experience you can gain per kill is limited to 200% of your character's current total experience points. Below 50, the maximum amount of experience you can gain per kill is limited to 25% of your current character's experience points.
This is the experience earned on real tibia for pvpe.
If TFS has the same formula, based on that you have this.

on data/events/player.lua

Lua:
if not source or source:isPlayer() then
        return exp
    end

feel free to * or / or whatever you want that "exp".

Hope it helps.
 
Back
Top