Hello again.
I got a big problem with my exp stages, i dont even think they work :S
I have a bit different config.lua i guess
here is the "rate" part.
and this is my "stages"
Please help me :/ ill rep.
I got a big problem with my exp stages, i dont even think they work :S
I have a bit different config.lua i guess
here is the "rate" part.
Code:
-------------------------------------------------------------------------------------
----------------------------------- Multipliers -----------------------------------
-------------------------------------------------------------------------------------
-- experience multiplier (how much faster you got exp from monsters)
expmul = 250
-- experience multiplier for pvp-enforced (how much faster you got exp from players)
expmulpvp = 2
-- monster lootrating (how much faster you get items from monsters)
lootmul = 4
-- skill multiplier (another multiplier in data/vocations.xml)
skillmul = 60
-- manaspent multiplier (another multiplier in data/vocations.xml)
manamul = 60
-- how many monsters spawn at a time in 1 spawn
spawnmul = 2
-- Price for each SQM when buying a house
houseprice = 1600
-- level to buy a house
houselevel = 50
-- maximum death entries per player
maxdeathentries = 10
-- max message buffer (default = 4)
-- how fast you get muted
messagebuffer = 4
-- minimum action interval (default = 200)
minactioninterval = 200
-- protection for those under this level
protectionlimit = 100
-- critical damage and chance {chance, extra damage percent}
criticaldamage = {"25", "75"}
and this is my "stages"
Code:
xml version = "1.0" encoding = "UTF-8"?
<stages>
<world id="0" multiplier="1">
<stage minlevel="8" maxlevel="50" multiplier="300"/>
<stage minlevel="51" maxlevel="80" multiplier="250"/>
<stage minlevel="81" maxlevel="100" multiplier="200"/>
<stage minlevel="101" maxlevel="150" multiplier="130"/>
<stage minlevel="151" maxlevel="180" multiplier="60"/>
<stage minlevel="181" maxlevel="201" multiplier="40"/>
<stage minlevel="201" maxlevel="250" multiplier="15"/>
<stage minlevel="251" multiplier="7"/>
</ world>
</ stages>
Please help me :/ ill rep.