Level EXP Points in 5672

02/18/2013 22:09 derpingson#1
Hello, i've been looking where the Experience points that are needed to get from a level to another are stored.

why? because screwed it when they made 136-140 needs about x5 the time for 1-136.

this makes us lose that low level taste, and turns is to a boring H.L mob killing.

what i'm trying to do is make 120-140 the same, so from 120 to 121 is the same as 139 to 140 (well almost the same, i know how to deal with that).

Thank you
02/18/2013 22:12 pro4never#2
levelexp.dat

I forget if it's encrypted or just in binary. Likely encrypted.
02/18/2013 22:37 derpingson#3
looks like the kind of "encrypt me if you dare" file, doesn't it?
02/18/2013 22:58 Lateralus#4
LevExp.dat, or LevelExp.dat - seed value is 1234. [Only registered and activated users can see links. Click Here To Register...]
02/19/2013 11:55 derpingson#5
You were talking about old versions of sources, however i will need to do that in the client side.

fortunately , i found the server side infos, it's in a CS file, and OMG it's in hexadecimal, i got 140 number to convert & 280 to edit, easy task

Thank you guys :)
02/19/2013 12:13 pro4never#6
The numbers in the source are directly taken from the client files we mentioned.

All client display (exp bar) is also controlled by that file so it's your first step in any edits or fixing up your server to add the correct exp values or to edit the client side exp/add new levels.