2013-02-01, 02:29 PM
Here's a somewhat more generic way of getting the EXP table from the client regardless of the version http://pastebin.com/Jc40FiPy if you use it on a pre-bb version or if Nexon completely changes the exp curve in the future just update the firstLevels array and you will be able to grab the entire exp table. This should work just fine on any version of MS and supports a scan of both int32 exp table and int64 exp table. Any MS version which doesn't support over level 200 will show some random values for levels 201+, this is more than likely because it's a hard coded fixed size array and those random values aren't anything to do with the real exp table. Here is a textual output generated from that code rather than me typing it out so shouldn't have any miss-typed values http://pastebin.com/gptg2yZV
EDIT: Note that it's a very basic memory reader so you can't run that in-game, must be used before the maple window fully opens.
EDIT: Note that it's a very basic memory reader so you can't run that in-game, must be used before the maple window fully opens.

