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

Compiling Exp Stage

Problem is like:
In my other avesta engine stages is work but on other avesta engine is not. So i don't know what to do :peace:
 
PHP:
<?xml version="1.0"?>
<stages>
	<!--stage minlevel="1" maxlevel="10" multiplier="20"></stage>
	<stage minlevel="11" maxlevel="20" multiplier="10"></stage>
	<stage minlevel="100" maxlevel="110" multiplier="6"></stage-->
</stages>

in config i have added:
HTML:
experienceStages = true

and still won't work :confused:
 
PHP:
<?xml version="1.0"?>
<stages>
	<!--stage minlevel="1" maxlevel="10" multiplier="20"></stage>
	<stage minlevel="11" maxlevel="20" multiplier="10"></stage>
	<stage minlevel="100" maxlevel="110" multiplier="6"></stage-->
</stages>

in config i have added:
HTML:
experienceStages = true

and still won't work :confused:

I must ask.. what experience does everyone between lvl 21-99 have? XD

PHP:
<stages>
	<stage minlevel="1" maxlevel="10" multiplier="20"></stage>
	<stage minlevel="11" maxlevel="20" multiplier="10"></stage>
	<stage minlevel="100" maxlevel="110" multiplier="6"></stage>
</stages>
 
its example xD btw i have changed for:

<?xml version="1.0"?>
<stages>
<config enabled="1"/>

<stage minlevel="1" maxlevel="60" multiplier="100"></stage>
<stage minlevel="61" maxlevel="80" multiplier="90"></stage>
<stage minlevel="81" maxlevel="90" multiplier="60"></stage>
<stage minlevel="91" maxlevel="100" multiplier="40"></stage>
<stage minlevel="101" maxlevel="110" multiplier="30"></stage>
<stage minlevel="111" maxlevel="120" multiplier="20"></stage>
<stage minlevel="121" maxlevel="155" multiplier="10"></stage>
<stage minlevel="156" maxlevel="160" multiplier="60"></stage>
<stage minlevel="161" maxlevel="180" multiplier="10"></stage>
<stage minlevel="181" maxlevel="195" multiplier="5"></stage>
<stage minlevel="196" maxlevel="200" multiplier="80"></stage>
<stage minlevel="201" maxlevel="210" multiplier="4"></stage>
<stage minlevel="211" maxlevel="300" multiplier="3"></stage>
</stages>
 
Back
Top