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

New exp table

  • Thread starter Thread starter Aurelion
  • Start date Start date
A

Aurelion

Guest
Hello, i would like to know how i could switch the experience table from the source to a XML file like this code:
XML:
<?xml version="1.0" encoding="UTF-8"?>
<exptable>
    <lvl id="1" requiredExp="0">
    <lvl id="2" requiredExp="50">
    <lvl id="3" requiredExp="500">
    <lvl id="4" requiredExp="5000">
</exptable>

Including that if the last level in this case is 4, the players can't win more experience above from that
I'm using TFS 1.3 master branch
 
Back
Top