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

High xp vs. Low xp

If i wanted LOW Exp, i'd go play real. If i wanted a full real map with all the features like real? I'd play real. At least i know where my character is going!~

Mid exp 300-10x custom map ftw.
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<world id="0" multiplier="1">
		<stage minlevel="8" maxlevel="20" multiplier="50"/>
		<stage minlevel="21" maxlevel="50" multiplier="30"/>
		<stage minlevel="51" maxlevel="75" multiplier="25"/>
		<stage minlevel="76" maxlevel="100" multiplier="15"/>
		<stage minlevel="101" maxlevel="150" multiplier="10"/>
		<stage minlevel="151" maxlevel="200" multiplier="8"/>
		<stage minlevel="200" maxlevel="250" multiplier="6"/>
		<stage minlevel="251" multiplier="4"/>
	</world>
</stages>

this is the xp stages im gonna use
 
Back
Top