Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

(ROW V1022) Fix blacksmith error when upgrading

Newbie Spellweaver
Joined
Nov 10, 2010
Messages
47
Reaction score
28
Requirement:
- Unpacked Row client V1022
- Ollydbg

step 1:
If you have not created a new section header, please refer to http://forum.ragezone.com/f565/editing-skill-damage-888824/
PART I

step 2:
open your client with ollydbg then goto the free byte of your newsec then type this
PUSH ECX
DEC EDX
PUSH EDX
MOV ECX,EAX
MOV DWORD PTR SS:[ESP+40],-1
JMP 0041EADF

step 3:
save it by block all the command that you write (shift + arrow up)
right click on it,
copy to executable
, click selection
, right click again on the newly opened window
click save file
click yes
press ctrl+F2 to restart

step 4:
goto (ctrlg) 41eada then change the command there into
JMP [starting address of the command that you type on step 2 ]
NOP
NOP
NOP
NOP
NOP
NOP
NOP

(just remember, 7 NOP )

step 5:
save it again just like step 3

done,
now you can have mount with blacksmith upgrading enabled (not 100%).
 
Newbie Spellweaver
Joined
Feb 12, 2008
Messages
16
Reaction score
0
how do you unpack row client.exe ?

edit** -- or better yet, could u be kind enough to share ur client.exe
 
Last edited:
Newbie Spellweaver
Joined
Feb 12, 2008
Messages
16
Reaction score
0
**edit

NVM, already got it working, but it's true, it is not 100%, with this fix u can make it to +10, but when u inserted gems, it will have no effect
and the upgrading chance random even with antonium metal
 
Last edited:
Junior Spellweaver
Joined
Feb 28, 2013
Messages
162
Reaction score
34
**edit

NVM, already got it working, but it's true, it is not 100%, with this fix u can make it to +10, but when u inserted gems, it will have no effect
and the upgrading chance random even with antonium metal

Hi can you share client.exe with working upgrade ?
 
Back
Top