Quote:
Originally Posted by zoalalove
any one know how can change it in sro client (odbg) code
|
Get the offset that you need :
Open your sro_client in ollydgb
CTRL+G and type in the offset that you want to edit, for example this is the offset for the cap level 004E52C7
Use a hex <-> decimal converter, you can find them on google
Double click on the line, on CMP CL,6E.
(6E=110)
and edit it to CMP CL,
64
50 being level 80, 5A being level 90,
64 being lvl 100, 78 = 120 and so on
To save the edited gameserver, use right click - edit - select all, then again right click - edit - copy to executable.
Now right click in the new Window and then Save As... and save your file.
Do the same with your gamserver/sro_client.exe but know that the offset for the gameserver is different than the offset for the sro_client.exe, you have them all on google anyway.