For DL im sure u can find the offset which is in ur dataserver.exe by opening it with ollydbg
and search for "
CMP ECX,0FA"
the
0FA = the level for Dark Lord
0FA =
250 Level
To find the offsets for
RF and
Summoner what i would do is:
you should search for "CMP,EXC, and the level required for summoner example instead of 250(0FA) for DL make it 100 in hex code =
064
new code for new Level = "
CMP ECX,064"
the "0" needs to be there i suppose or just 64 in demical = 100 (level)
then you can do the same for RF and Summoner to your wishing level you'd like to change , then save the changes you made as dataserver.exe
and retry it =)
here you can convert the numbers to Hex
http://www.rapidtables.com/convert/n...mal-to-hex.htm
Peace