[Release]How to Edit Exp.

Newbie Spellweaver
Joined
Aug 22, 2006
Messages
75
Reaction score
2
I cant believe this is like the 4th topic how to edit Exp. anyway

Open formula.xml In your gunz server folder.

You see alot of text Oo like this

Code:
<?xml version="1.0" encoding="UTF-8"?>
<XML id="formula">

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

<FORMULA_TABLE id="GettingExpLM">
    <LM lower="1" upper="20">[COLOR=Red]1[/COLOR]</LM>
    <LM lower="21" upper="30">[COLOR=Red]18[/COLOR]</LM>
    <LM lower="31" upper="40">[COLOR=Red]18[/COLOR]</LM>
    <LM lower="41" upper="45">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="46" upper="50">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="51" upper="55">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="56" upper="60">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="61" upper="65">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="66" upper="70">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="71" upper="75">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="76" upper="80">[COLOR=Red]18.1[/COLOR]</LM>
    <LM lower="81" upper="85">[COLOR=Red]18.2[/COLOR]</LM>
    <LM lower="86" upper="90">[COLOR=Red]18.2[/COLOR]</LM>
    <LM lower="91" upper="95">[COLOR=Red]18.2[/COLOR]</LM>
    <LM lower="96" upper="99">[COLOR=Red]18.2[/COLOR]</LM>
</FORMULA_TABLE>

<FORMULA_TABLE id="GettingBountyLM">
    <LM lower="1" upper="20">[COLOR=Magenta]1[/COLOR]</LM>
    <LM lower="21" upper="30">[COLOR=Magenta]1.1[/COLOR]</LM>
    <LM lower="31" upper="40">[COLOR=Magenta]1.1[/COLOR]</LM>
    <LM lower="41" upper="45">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="46" upper="50">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="51" upper="55">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="56" upper="60">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="61" upper="65">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="66" upper="70">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="71" upper="75">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="76" upper="80">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="81" upper="85">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="86" upper="90">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="91" upper="95">[COLOR=Magenta]1.2[/COLOR]</LM>
    <LM lower="96" upper="99">[COLOR=Magenta]1.2[/COLOR]</LM>
</FORMULA_TABLE>

</XML>

Edit The Red For the Exp you want, x20 will give you good Exp.

Edit the purple for how much bounty you get when you kill.

REMEMBER this isnt for Quest mode and NEVER edit NeedExpLM.
 
That's ****!!
Code:
<LM lower="1" upper="20">1</LM>
Man... You're just causing problems! It should be:
Code:
<LM lower="1" upper="20">18</LM>
 
That's ****!!
Code:
<LM lower="1" upper="20">1</LM>
Man... You're just causing problems! It should be:
Code:
<LM lower="1" upper="20">18</LM>


hey moron, he said this is how you do it, not this is a release for you to use. before you go and ridicule others with your woping 6 posts learn to read.
 
Moron, idiot? Shall I paste you a link where someone has the same mistake? (I called it mistake, because putting 1 instead of 18 is lame and stupid.)
 
Back