-
2 Questions
So i'm having a few small issues and would like some help on maybe getting these fixed, ill start with the smaller issue.
1. Login works fine but when i go to create a new character it Dc's after loading, i'm guessing this has a connection with loading the small dragon, i have tried taking KPT Client files and adding them to my EPT client(I can create new character on KPT Client but it Dc's on my EPT Client) But that didnt seem to solve the issue.
2. Im in the process of editing my EXP table and i have a question about it - If i change the exp for lvl 1 or 2 IE:: 1000 and 2500, To 100 and 250
do i still have to edit the LevelUp Checksum? ATM it looks like its edited but when i hit 100.00% EXP it does not level up, it will keep rising to lets say 150.00%.
Any help will be greatly appreciated, Thanks in advance :D
-
Re: 2 Questions
IDK about point 1, the pet shouldn't be a problem.
Point 2? Yes, you have to match the tables both in the server and the client, and fix their checksum for *any* level you change.
-
Re: 2 Questions
Thanks for the info :D
1 more question though
I open my client in ollydbg as stated in the (guide to proper level thread)
and i search for
pop edi
mov eax, 1
pop ebx
retn
push ebp
push esi
push edi
add eax, 388C
push ebx
push eax
but no results show, does this specified search work with all clients??
-
Re: 2 Questions
Surely not. So long and complex a sample of code will definitely have variations based on the compilers optimisation routines.
Try placing wildcards in a smaller section of that code.
-
Re: 2 Questions
Alright sounds good :D thanks for the help, your definitely skilled at what you do :D