Re: [Tut]How to Change EXP
<FORMULA_TABLE id="GettingExpLM">
<LM lower="1" upper="20">1</LM>
<LM lower="21" upper="30">18</LM>
<LM lower="31" upper="40">18</LM>
<LM lower="41" upper="45">18.1</LM>
<LM lower="46" upper="50">18.1</LM>
<LM lower="51" upper="55">18.1</LM>
<LM lower="56" upper="60">18.1</LM>
<LM lower="61" upper="65">18.1</LM>
<LM lower="66" upper="70">18.1</LM>
<LM lower="71" upper="75">18.1</LM>
<LM lower="76" upper="80">18.1</LM>
<LM lower="81" upper="85">18.2</LM>
<LM lower="86" upper="90">18.2</LM>
<LM lower="91" upper="95">18.2</LM>
<LM lower="96" upper="99">18.2</LM>
save it?how do i save it and where?
:chay:
</FORMULA_TABLE>
Re: [Tut]How to Change EXP
And what's the code for get x50 xp?
Re: [Tut]How to Change EXP
Quote:
Originally Posted by
DarkChas
This is pissing me off so much im going tell how to change >_>,
goto your server file and look for matchserver then formula.xml and open it.....
Then you see alot of text Oo
heres the 3 BIG commands to change exp and bounty on your server
<FORMULA_TABLE id="NeedExpLM"> Is how much EXP you need to lvl up.
<FORMULA_TABLE id="GettingExpLM">How much exp you get for killing
<FORMULA_TABLE id="GettingBountyLM"> how much bounty you get for killing
so on GettingExpLM is i want x18 exp i do this.
Code:
<FORMULA_TABLE id="GettingExpLM">
<LM lower="1" upper="20">1</LM>
<LM lower="21" upper="30">18</LM>
<LM lower="31" upper="40">18</LM>
<LM lower="41" upper="45">18.1</LM>
<LM lower="46" upper="50">18.1</LM>
<LM lower="51" upper="55">18.1</LM>
<LM lower="56" upper="60">18.1</LM>
<LM lower="61" upper="65">18.1</LM>
<LM lower="66" upper="70">18.1</LM>
<LM lower="71" upper="75">18.1</LM>
<LM lower="76" upper="80">18.1</LM>
<LM lower="81" upper="85">18.2</LM>
<LM lower="86" upper="90">18.2</LM>
<LM lower="91" upper="95">18.2</LM>
<LM lower="96" upper="99">18.2</LM>
</FORMULA_TABLE>
save it load Gunz kill some1 and u got x18 exp =]
Is this for IJJI or for a prrivate server for yourself because i cant find the matchserver folder.
Re: [Tut]How to Change EXP
can you explain..a little more exatcly WHERE to go..how to get there...then where to find this table stuff...bc im kinda REALLY confussed atm....a little help please?