GamerRandy, there are three items in formula.xml that you need to know. First is NeedExpLM, next is GettingExpLM and finally GettingBountyLM. NeedExpLM is how much experience you need to level up, GettingExpLM is how much experience you get and finally GettingBountyLM is how much bounty you get. They all work the same way, for example:
Code:
<LM lower="1" upper="20">100</LM>
see how it targets levels 1-20. That would mean it's 100x more experience than IJJI. *NOTE* You need to change the number (100 in this case) on all the
Code:
<LM lower="" upper=""></LM>
If you have any problems or need anymore help feel free to PM me.