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

rateExp not working?

Status
Not open for further replies.

foxfirediego

New Member
Joined
Jul 25, 2007
Messages
66
Reaction score
0
i think that the config rateExp is not working properly coz i've tryed to change it to 200 and didn't work :( using TFS 0.2.3
 
@nvm i figure out

nope, i dunnno how to edit it
Code:
<stages>
	<config enabled="1" />
	<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>
 
<config enabled="1" />

to

<config enabled="0" />
 
Status
Not open for further replies.
Back
Top