Quote:
Originally Posted by Spirited
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.
|
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