• 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 help with my expstage

Arb3n0

New Member
Joined
Mar 10, 2008
Messages
12
Reaction score
0
Location
Sweden
Greetings

I have a problem that i cant solve on my own. The problem is that i cant set EXPSTAGES on my OT. and i have edited it on stages.xml but it wont work.

Somebody who know what the problem is? Because i really need your help now.
_________________________
This is the stages.xml on my OT. IS there anything that is missing?

<?xml version="1"?>
<stages>
<!--stage minlevel="8" maxlevel="100" multiplier="300"></stage-->
<stage minlevel="100" maxlevel="150" multiplier="150"></stage-->
<stage minlevel="150" maxlevel="200" multiplier="100"></stage-->
<stage minlevel="250" maxlevel="300" multiplier="50"></stage-->
<stage minlevel="300" maxlevel="9999" multiplier="5"></stage-->
</stages>
 
Last edited:
if its tfs then

in stages.xml

this line



has to be 1 not 0.

It dosent work. I have set the expstages here so that you can see it for your self if i have done something wrong... And i have set number 1 insted of 0 as you can see, but i maybe havent set it in the right place.

PLEACE HELP
 
look in ur config.lua and also in expstage.xml or what ever its called, you have to change the text on the top inside

can you please show me how you meen because i dont really understand :( sorry
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<config enabled="1"/>
	<stage minlevel="1" maxlevel="20" multiplier="4200"/>
	<stage minlevel="21" maxlevel="30" multiplier="3200"/>
	<stage minlevel="31" maxlevel="50" multiplier="2400"/>
	<stage minlevel="51" maxlevel="80" multiplier="2000"/>
	<stage minlevel="81" maxlevel="100" multiplier="1800"/>
	<stage minlevel="101" maxlevel="120" multiplier="1600"/>
	<stage minlevel="121" maxlevel="130" multiplier="1500"/>
	<stage minlevel="131" maxlevel="150" multiplier="1400"/>
	<stage minlevel="151" maxlevel="170" multiplier="1300"/>
	<stage minlevel="171" maxlevel="220" multiplier="1200"/>
	<stage minlevel="221" maxlevel="250" multiplier="1100"/>
	<stage minlevel="251" maxlevel="299" multiplier="1000"/>
	<stage minlevel="300" maxlevel="600" multiplier="700"/>
	<stage minlevel="600" maxlevel="1200" multiplier="500"/>
	<stage minlevel="1200" maxlevel="4000" multiplier="100"/>
</stages>

that xD
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
	<config enabled="1"/>
	<stage minlevel="1" maxlevel="20" multiplier="4200"/>
	<stage minlevel="21" maxlevel="30" multiplier="3200"/>
	<stage minlevel="31" maxlevel="50" multiplier="2400"/>
	<stage minlevel="51" maxlevel="80" multiplier="2000"/>
	<stage minlevel="81" maxlevel="100" multiplier="1800"/>
	<stage minlevel="101" maxlevel="120" multiplier="1600"/>
	<stage minlevel="121" maxlevel="130" multiplier="1500"/>
	<stage minlevel="131" maxlevel="150" multiplier="1400"/>
	<stage minlevel="151" maxlevel="170" multiplier="1300"/>
	<stage minlevel="171" maxlevel="220" multiplier="1200"/>
	<stage minlevel="221" maxlevel="250" multiplier="1100"/>
	<stage minlevel="251" maxlevel="299" multiplier="1000"/>
	<stage minlevel="300" maxlevel="600" multiplier="700"/>
	<stage minlevel="600" maxlevel="1200" multiplier="500"/>
	<stage minlevel="1200" maxlevel="4000" multiplier="100"/>
</stages>

that xD

Okej thanks. BUt should i write something in config.lua ?? because i have writen this is stages.xml and have tryied but it did not work i dont know why. i maybe should write something in congif.lua =/
 
Last edited:
Back
Top