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:
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
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