<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="1" maxlevel="149" multiplier="3"/>
<stage minlevel="150" multiplier="0"/>
</world>
</stages>
it didnt work.. and btw im using 8.6Just put 0x exp rate at a certain level on exp stages!
Lets say you want to have 150 as maximum level.
stages.xml
Code:<?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="1" maxlevel="149" multiplier="3"/> <stage minlevel="150" multiplier="0"/> </world> </stages>
It should work as long as youre sure you use the stages, Check in config![]()
experienceStages
experienceStages = true
experienceStages = yes
hey, they get levels by killing eachother but not from monsters? they get exp but not levels D:Yeah exactly, in Config.lua you should search for
Code:experienceStages
Change that to
Code:experienceStages = true
or
Code:experienceStages = yes
hey, they get levels by killing eachother but not from monsters? they get exp but not levels D:
NEVER MIND! i know how to use stages.. i just changedAre you using a pvp-enforced server?
multiplier="what i want :DD"/>
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="100" maxlevel="40000" multiplier="50"/>
<stage minlevel="100" multiplier="0"/>
</world>
<world id="0" multiplier="1">
<stage minlevel="40001" maxlevel="80000" multiplier="40"/>
<stage minlevel="40001" multiplier="0"/>
</world>
<world id="0" multiplier="1">
<stage minlevel="80001" maxlevel="120000" multiplier="30"/>
<stage minlevel="80001" multiplier="0"/>
</world>
<world id="0" multiplier="1">
<stage minlevel="120001" maxlevel="160000" multiplier="20"/>
<stage minlevel="120001" multiplier="0"/>
</world>
<world id="0" multiplier="1">
<stage minlevel="160001" maxlevel="10000000" multiplier="10"/>
<stage minlevel="160001" multiplier="0"/>
</world>
</stages>
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="100" maxlevel="40000" multiplier="50"/>
<stage minlevel="40001" maxlevel="80000" multiplier="40"/>
<stage minlevel="80001" maxlevel="120000" multiplier="30"/>
<stage minlevel="120001" maxlevel="160000" multiplier="20"/>
<stage minlevel="160001" maxlevel="9999999" multiplier="10"/>
<stage minlevel="10000000" multiplier="0"/>
</world>
</stages>
DONE!Replace it with this Code:
Code:<?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="100" maxlevel="40000" multiplier="50"/> <stage minlevel="40001" maxlevel="80000" multiplier="40"/> <stage minlevel="80001" maxlevel="120000" multiplier="30"/> <stage minlevel="120001" maxlevel="160000" multiplier="20"/> <stage minlevel="160001" maxlevel="9999999" multiplier="10"/> <stage minlevel="10000000" multiplier="0"/> </world> </stages>
DONE!, now they can level higher than 717k?
But is it possible to change max level?No, they cant.