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

max level (exp stages) need help

Joriku

Working in the mines, need something?
Joined
Jul 16, 2016
Messages
1,094
Solutions
15
Reaction score
383
Location
Sweden
YouTube
Joriku
i got this exp stages
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0" multiplier="1">
<stage minlevel="1" maxlevel="40000" multiplier="300000"/>
<stage minlevel="40001" maxlevel="50000" multiplier="200000"/>
<stage minlevel="50001" maxlevel="80000" multiplier="190000"/>
<stage minlevel="80001" maxlevel="120000" multiplier="100000"/>
<stage minlevel="120001" maxlevel="160000" multiplier="50000"/>
<stage minlevel="160001" maxlevel="1000000" multiplier="40000"/>
<stage minlevel="1000001" maxlevel="1200000" multiplier="30000"/>
<stage minlevel="1200001" multiplier="1"/>
</world>
</stages>

config
experienceStages = true
pvpStages = false
rateExperience = 999
rateExperienceFromPlayers = 1.2
rateSkill = 35
rateMagic = 20
rateLoot = 4
rateSpawn = 3

but when i kill a rotworm my level rise good - 13 k on 6 for example
but when i kill a higher monster example golem my level gets to 1200000 +
 
rotworm:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="rotworm" nameDescription="a rotworm" race="blood" experience="40" speed="180" manacost="0">
<health now="65" max="65"/>
<look type="26" head="20" body="30" legs="40" feet="50" corpse="5967"/>
<targetchange interval="2000" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" skill="12" attack="12"/>
</attacks>
<defenses armor="8" defense="11"/>
<immunities/>
<loot>
<item id="2148" countmax="27" chance1="100000" chancemax="0"/>
<item id="2480" chance="1500"/>
<item id="2530" chance="2857"/>
<item id="1987" chance="100000">
<inside>
<item id="2666" countmax="1" chance="20000"/>
<item id="3976" countmax="5" chance1="50000" chancemax="0"/>
<item id="2398" chance="3333"/>
<item id="2671" countmax="2" chance1="20000" chancemax="0"/>
<item id="2376" chance="10000"/>
<item id="2412" chance="1000"/>
</inside>
</item>
</loot>
</monster>

cant find the golem :S soo many files
 
The rot.lua are correct.
Just try, disable stages from config.lua, put the rateExperience = 1
Look how much exp the monster give when die, i think the golem give to much exp.
 

Similar threads

Back
Top Bottom