• 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 my xpstage won\'t work ;S

Zerak

http://otstatus.com/
Joined
Oct 4, 2009
Messages
1,126
Reaction score
48
Location
Sweden
hey my xpstage not works ;s

here it is..

Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<world id="0" multiplier="5">
		<stage minlevel="1" maxlevel="20" multiplier="325"/>
		<stage minlevel="20" maxlevel="30" multiplier="300"/>
		<stage minlevel="30" maxlevel="35" multiplier="280"/>
		<stage minlevel="35" maxlevel="40" multiplier="260"/>
		<stage minlevel="40" maxlevel="50" multiplier="200"/>
		<stage minlevel="50" maxlevel="70" multiplier="150"/>
		<stage minlevel="70" maxlevel="80" multiplier="100"/>
		<stage minlevel="80" maxlevel="100" multiplier="80"/>
		<stage minlevel="100" maxlevel="120" multiplier="60"/>
		<stage minlevel="120" maxlevel="150" multiplier="30"/>
		<stage minlevel="150" maxlevel="180" multiplier="20"/>
		<stage minlevel="180" maxlevel="200" multiplier="15"/>
		<stage minlevel="200" maxlevel="230" multiplier="10"/>
		<stage minlevel="230" multiplier="5"/>
	</world>
</stages>

please fast done this..
when i log in its 5x ;s

so my ot is beta..
gorlex.hopto.org its beta atm but xp stage wont work ;S
 
Back
Top