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

tfs 1.1 exp rate not working

7804364

Member
Joined
Mar 6, 2010
Messages
457
Reaction score
10
OK so i have the exp rate at 50
and i do !serverstats ingame it says 50
but when i kill a dragon or any monster its normal rates?
 
TFS 1.1 has bad experience system, They limited options to control it with lua scripts (or made it rather harder).
But anyway if you still insist using TFS 1.1 over 1.0, then:
Check what happens if you change these lines in Events.xml:
<event class="Player" method="onGainExperience" enabled="0" />
<event class="Player" method="onLoseExperience" enabled="0" />
<event class="Player" method="onGainSkillTries" enabled="0" />

1 = turned in.
0 = turned off.
 
Back
Top