Hi
Why can't I level anymore after 140?
I added levels in the Levexp database table....?
Why can't I level anymore after 140?
I added levels in the Levexp database table....?
Ok, I found levexp.dat in the client and decrpted it with DatCryptorv2.exeQuote:
It's a client edit, and likely some server source edits. You can't just make an edit to some database table and expect everything to work.
It depends on your source. Ideally, there shouldn't be anything else; however, the public sources are anything but ideal. It wouldn't hurt to search through the source code and make sure that previous max isn't being referenced anywhere.Quote:
Ok, I found levexp.dat in the client and decrpted it with DatCryptorv2.exe
I guess they have to match the level, xp and up_lev_time from the database?
example from the clients levexp.dat:
lvl, exp, (up_lev_time i think?)
130 3894567294 56285
131 7441850940 59099
in the database it looks like this:
id,level,exp,up_time,unknown
130 130 8589134588 102106 600
131 131 8589234588 153159 600
And is there anything else that needs to be edited?
Thanks to reply
Make sure you aint jumping any level.Quote:
I made them identical, thats not the issue anymore, I just can't seem to increase the max level.
While I do have added more, in the database and in the client.
Db:
131 131 1305000000 59099 600
levexp.dat:
131 1305000000 59099
Yet no matter how much % over 100%, I don't level up.