• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Increasing Level Cap

RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Hi All

I'm working on increasing my level cap up from 150.
I have relocated the exp table and adjusted all 25 pointers to the table.

I have looked at all comparisons to "96" (150 in base 16)
I have found one CMP R32, 96 for the "LeeWhereIs" command,
another for the "ShowMeTheExp!" command,

and then two for the ability to gain exp.
both located within the one function section,

Code:
CMP DWORD PTR DS:[CONST], 96
and
Code:
CMP R32, 96
and on server side one:
Code:
MOV R32, 96
that allows me to gain EXP, however, once above level 150, it throws DC's when trying to login and spits alerts about "level error"

but can't find any other comparisons, i've put a breakpoint on every CMP R32, 96 and MOV R32, 96 but could not find anything :/

Has anyone experienced this?




Once I have it all working I'll do a complete guide (with pictures) for future reference.
 
Experienced Elementalist
Joined
Jan 1, 2009
Messages
217
Reaction score
61
maybe i can help u,if u know how to use "QQ"



i always find that only u still post something on this forum, it seems others r all disappear..
 
Upvote 0
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
is QQ an app or a site based chat? in my search i only found a site based and google auto translate was not being too helpful ahha.
 
Upvote 0
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Found it,
Was a CMP DWORD PTR DS:[EDI+C8],96

shifted to ollydbg v2.0 which can search for the "ANY" variable and found it server side.
 
Upvote 0
Back
Top