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

Solved Eldinworld 8.31 SQL Exp Stages

Manuallboys

New Member
Joined
Jul 7, 2008
Messages
4
Reaction score
0
Hello.. Well Im using Eldinworld SQL 8.31 and it's works really nice but i only have a problem and it's that i can't make stages.xml works =s.. I know that i must put
PHP:
<config enabled="1"/>
but it still doesnt working.
If someone can help me would be great, anyways i leave all script here so u can see if it's any error there. Thanks.

PHP:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<config enabled="1"/>
	<stage minlevel="1" maxlevel="8" multiplier="100">
	<stage minlevel="9" maxlevel="25" multiplier="50">
	<stage minlevel="26" maxlevel="40" multiplier="25">
	<stage minlevel="41" maxlevel="60" multiplier="20">
	<stage minlevel="61" maxlevel="80" multiplier="15">
	<stage minlevel="81" maxlevel="100" multiplier="10">
	<stage minlevel="101" maxlevel="250" multiplier="5">
	<stage minlevel="251" maxlevel="300" multiplier="3">
	<stage minlevel="301" maxlevel="350" multiplier="2">
	<stage minlevel="351" maxlevel="400" multiplier="1">
	<stage minlevel="401" multiplier="1"/>
</stages>
 
Last edited:
check inside your config. In mystic i didn't have to enable it in the stages.xml+ the config.. but with alpha i had to. So, go look in your config and make sure it says "yes". Just search your config for stages.
 
Back
Top