hi , i have question.... like in title! how to change max lvl? i want to have max lvl 200 on my server
hi , i have question.... like in title! how to change max lvl? i want to have max lvl 200 on my server
why? unless you will make new weapons/armor that reaches that lvl its not necessary (since I think u wont even make lvl 55-95 weapons and certainly no lvl 55-200)
so?
we can make lvl 100+ weopens its dont problem
how we change the max lvl?
100+ start making lvl 55-99 first before going to lvl 200
lol i made lvl 90 weapons for my server...but yh how to change lvl -.- then i can raise exp rate a lil lol....its in the char procedure????
no it is forumla.xml in matchserver folder,
That little set is the lvl xp needed 2 lvl up, and the lvls u can lvl up to. so if i put,<FORMULA_TABLE id="NeedExpLM">
<LM lower="1" upper="20">1</LM>
<LM lower="21" upper="30">1.1</LM>
<LM lower="31" upper="40">1.2</LM>
<LM lower="41" upper="45">1.4</LM>
<LM lower="46" upper="50">1.6</LM>
<LM lower="51" upper="55">1.8</LM>
<LM lower="56" upper="60">2</LM>
<LM lower="61" upper="65">4</LM>
<LM lower="66" upper="70">8</LM>
<LM lower="71" upper="75">12</LM>
<LM lower="76" upper="80">16</LM>
<LM lower="81" upper="85">20</LM>
<LM lower="86" upper="90">20</LM>
<LM lower="91" upper="95">40</LM>
<LM lower="96" upper="99">40</LM>
</FORMULA_TABLE>, this makes up 2 lvl 200 and tells the server that you need 60 "parts" of xp to lvl up. The parts are equal to about 10,000-100,000 not sure, my guess is somewhere around 100,000<FORMULA_TABLE id="NeedExpLM">
<LM lower="1" upper="20">1</LM>
<LM lower="21" upper="30">1.1</LM>
<LM lower="31" upper="40">1.2</LM>
<LM lower="41" upper="45">1.4</LM>
<LM lower="46" upper="50">1.6</LM>
<LM lower="51" upper="55">1.8</LM>
<LM lower="56" upper="60">2</LM>
<LM lower="61" upper="65">4</LM>
<LM lower="66" upper="70">8</LM>
<LM lower="71" upper="75">12</LM>
<LM lower="76" upper="80">16</LM>
<LM lower="81" upper="85">20</LM>
<LM lower="86" upper="90">20</LM>
<LM lower="91" upper="95">40</LM>
<LM lower="96" upper="99">40</LM>
<LM lower=""100" upper="200">60</LM>
</FORMULA_TABLE>
ah right kwl thanks :) it was that simple allalong
yea it was, you gotta dig a little ;-]