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!

How To Fix ROW rune HP bug ?

Newbie Spellweaver
Joined
Feb 12, 2008
Messages
16
Reaction score
0
Need some tutor / hint on how to fix the ROW rune HP bug please.
any kind of help is appreciated. thank you.
 
Newbie Spellweaver
Joined
Nov 10, 2010
Messages
47
Reaction score
28
Re: [HELP] How To Fix ROW rune HP bug ?

in general :
1. run the server
2. attach cheat engine to the gameserver.exe
3. enter the game as a char with admin rights
4. change your character class to rune with gmcommand /class
5. note the current HP
6. search the offset with cheat engine on server side
7. levelup your character with gm command /levelup
8. note the new HP
9. search next on the cheat engine with the new current HP,
10. level down your character with gm command /leveldown
11. note the new HP
12. search next on the cheat engine with the new current HP
13. after this, you shold have about 3 offset (maybe more)..
14. now attach olly to the same gameserver you trace.
15. just in case, click the E icon on the toobar, and double click rowgameserver.exe on the newly opened table, so you can go straight to te starting offset of the gameserver.exe
16. click on the lower left panel of the olly
17. press ctrl + g then enter the first offset you find with cheat engine, then enter
18. that should bring you to the offset that hold your character hp value
19. now right click on it, then place a break point on WRITE.
20. start tracing with olly, you know the drill

good luck
 
Last edited:
Newbie Spellweaver
Joined
Feb 12, 2008
Messages
16
Reaction score
0
Re: [HELP] How To Fix ROW rune HP bug ?

pretty much lost on the tracing part, don' even know what to search or to look at.
I know that I should be looking at the upper right corner, but even with your editing skill damage tutorial, i still couldn't follow your tutorial, lost at step checking the value, so many number to look at, and u can even click that upper right corner, like register (FPU), (3D) (MMX).
And which is "memory" which is "registers" and which is "st", maybe I should ask some1 what that is first.......
 
Newbie Spellweaver
Joined
Nov 10, 2010
Messages
47
Reaction score
28
Re: [HELP] How To Fix ROW rune HP bug ?

at the point 19, if you do it correctly, your gameserver is paused whenever your rune is levelup/down
the offset where it paused, means it was the last stage of calculation
if we compare the step with my guide on editing skill damage, you already on the part III step 1
just change whatever command there to jump out,
modify the value,
then jump back

just be sure, if you detect more than 1 offset at step 13, the one you change is the first offset that hold HP value, so the other will follow
 
Newbie Spellweaver
Joined
Feb 12, 2008
Messages
16
Reaction score
0
still can't find the value, does any1 know how to do this ? please any kind of help is appreciated......
 
Newbie Spellweaver
Joined
Nov 13, 2013
Messages
35
Reaction score
0
Re: [HELP] How To Fix ROW rune HP bug ?

can give full Tutorials?
 
Back
Top