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

Enabling stages in TFS 0.2 [9.1] (mystic spirit)

Gryffian

ununderstandable
Joined
Aug 10, 2010
Messages
215
Reaction score
3
There is no config option in config.lua to enable stages. What should I do?
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
        <config enabled="0"/>
        <stage minlevel="1" maxlevel="8" multiplier="7"/>
        <stage minlevel="9" maxlevel="20" multiplier="6"/>
        <stage minlevel="21" maxlevel="50" multiplier="5"/>
        <stage minlevel="51" maxlevel="100" multiplier="4"/>
        <stage minlevel="101" multiplier="5"/>
</stages>
Tried enabled="1"? ^^
 
Back
Top