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

Lua Avesta stages =(

Pro Warbringer

Retired with developing
Joined
Sep 23, 2008
Messages
3,582
Reaction score
24
Location
Austria
Well i want to fixx my server but i can't setup the stages they wont work.. do I need a script or something if yes could you please post it here or personal message me with it :(

Regard's,
Pro Warbringer
 
Then do you have right world ID in stages.xml I can be 1,2 or even 0.

or you might have screw'd it up,, here is a new one..

Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<world id="0" multiplier="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"/>
	</world>
</stages>
 
You ot masters have to compile with __XID_EXPERIENCE_STAGES__ or something similiar for stages to work @Avesta.
 
Back
Top