Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Formula.xml

Newbie Spellweaver
Joined
Jul 16, 2008
Messages
44
Reaction score
0
what i need to change if i want exp rate 30x more then ijji

i dun get it

someone explain good plz
 
Experienced Elementalist
Joined
Oct 1, 2007
Messages
210
Reaction score
26
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.
 
Upvote 0
Back
Top