Hey, im trying to make stages for avesta 0.6.1, and my stages are set as
And in my config.php i have
Yet my stages do not work. Any help appreciated. Thanks
Code:
<?xml version="1.0"?>
<stages>
<!--stage minlevel="1" maxlevel="20" multiplier="50"></stage>
<stage minlevel="20" maxlevel="35" multiplier="40"></stage>
<stage minlevel="35" maxlevel="60" multiplier="25"></stage>
<stage minlevel="60" maxlevel="85" multiplier="20"></stage>
<stage minlevel="85" maxlevel="101" multiplier="15"></stage>
<stage minlevel="101" maxlevel="121" multiplier="8"></stage>
<stage minlevel="121" maxlevel="140" multiplier="5"></stage>
<stage minlevel="140" maxlevel="999" multiplier="3"></stage-->
</stages>
And in my config.php i have
Code:
--- Rates
experienceStages = true
Yet my stages do not work. Any help appreciated. Thanks