This doesn't work for mehere you are
![]()
TFS 1.X+ - tfs 1.3 not support dotted exp stages.
Hi, I noticed that in tfs 1.3 there is a bug, stages.xml does not support dotted exp stages. for exemple, if player is in stage (201 to 300) and i print Game.getExperienceStage(self:getLevel()) it print 0, because have a dot in...otland.net
![]()
TFS 1.X+ - [tfs 1.3] stages.xml dont accept (dotted numbers)
Hi, I noticed that in tfs 1.3 there is a bug, stages.xml does not support dotted exp stages. for exemple, if player is in stage (201 to 300) and i print Game.getExperienceStage(self:getLevel()) it print 0, because have a dot in...otland.net
![]()
exp stages problem
Once player reaches level 36 he no longer gets any exp. Where's the problem? Worked well in 0.3 and 0.4 but doesn't work in 1.2 at all. ...otland.net
<config enabled="1" />
<stage minlevel="1" maxlevel="8" multiplier="xxxx" /> <------- xxxx (stage x7)= basic*7 ~> 100*7=700
add Lua stages and it will work:This doesn't work for meI'm using TFS 1.2 7.72
Hey,
in stages.xml
XML:<config enabled="1" />
and if you want multiple exp:
Its work for my Tfs 1.2XML:<stage minlevel="1" maxlevel="8" multiplier="xxxx" /> <------- xxxx (stage x7)= basic*7 ~> 100*7=700![]()