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

Need Stages ;) pleas important!!!

Spartacus

New Member
Joined
Jun 2, 2009
Messages
43
Reaction score
0
Hi Otlanders!!

am makin a new otserver and i want to make the exp 150x and i dont got the stages can someone help me?? and post it here? thx in advance!
 
Experience Stages:

* 1 - 35 exp 150x
* 36 - 60 exp 100x
* 61 - 85 exp 90x
* 86 - 100 exp 50x
* 101 - 130 exp 25x
* 131 - 180 exp 20x
* 181 - 250 exp 15x
* 251 - 280 exp 10x
* 281 - 300 exp 7x
* 301 - exp 5x

Like it ?
 
data/XML/stages.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<world id="0" multiplier="1">
		<stage minlevel="1" maxlevel="100" multiplier="400"/>
		<stage minlevel="101" maxlevel="200" multiplier="250"/>
		<stage minlevel="201" maxlevel="300" multiplier="200"/>
		<stage minlevel="301" maxlevel="400" multiplier="100"/>
		<stage minlevel="401" maxlevel="500" multiplier="50"/>
		<stage minlevel="501" maxlevel="600" multiplier="25"/>
		<stage minlevel="601" multiplier="10"/>			
	</world>
</stages>

These are just random numbers, obviously you have to change them :p

Nightmare,
 
Back
Top