[Help] EXP Values

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Complex
Posts: 9
Joined: Sat Oct 03, 2009 2:21 am

[Help] EXP Values

Post by Complex »

L2J Revision Number: 3587
L2JDP Revision Number: 6678

-

I decided to increase the max level from 85 to 100, but I think I made a booboo when I did this, I can set my level to 100, but any level below that 99, 98 all the way to 86 is strange, at level 99 for example it reads 243.22%, if I kill a monster that percentage goes down until it reaches 0% and then it starts going up and the bar begins to fill, whats the problem here?

Did I use the wrong EXP values/algorithm? Is there perhaps a guide to increasing the max level past 85..?

I kind of did it on my own without any sort of guide so I know I probably did something wrong. :oops:

Thanks again. :D
User avatar
JavierDC
Posts: 132
Joined: Sun Feb 03, 2008 10:16 pm
Contact:

Re: [Help] EXP Values

Post by JavierDC »

Experience.java amending and adding more lines according to the lvl you need

español

modifica Experience.java y agregas mas lineas segun los lvl que necesites


4200000000L, //level 80
6300000000L, //level 81
8820000000L, //level 82
11844000000L, //level 83
15472800000L, //level 84
19827360000L, //level 85
25314000000L, //level 86
xxxxxxxxxxxL, //level 87
" //level 88
" //level 89
" //level 90
" //level 91
" //level 92
" //level 93
//level 94
//............. etc.
perdon por mi ingles, traducido desde goggle
Complex
Posts: 9
Joined: Sat Oct 03, 2009 2:21 am

Re: [Help] EXP Values

Post by Complex »

I decided to rewrite levels 86-100, but now, starting at 86 you start out with a set % of experience, and around Lv.91 I need 105-120% to advance to the next level instead of the normal 100% (according to the client). Here's my experience.java:

Code: Select all

25270560000L, //level 8632074560000L, //level 8740579560000L, //level 8851210810000L, //level 8964499872500L, //level 9081111200625L, //level 91101044794375L, //level 92124965106875L, //level 93153669481875L, //level 94188114731875L, //level 95229449031875L, //level 96283183621875L, //level 97353038588875L, //level 98443850045975L, //level 99561904940205L, //level 100715376302704L public final static byte MAX_LEVEL = 101;
Any idea why it might be doing this?
Post Reply