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!

Enable Gems on All Gears

Joined
Nov 10, 2010
Messages
47
Reaction score
28
i only test this for row, but it seems the same command exist on RYL2 v2240
so here it is

1. open your game server with olly and go to
ROW : 49912A
v2240 : 4996b8

2. change the command on that offset to :

ROW : JMP 00499130
v2240 : JMP SHORT 004996BE
then save it

3. open your client.exe with olly and go to:
ROW (client version 1022 Unpacked) : 5D9B4A
v2240 (client from RYL2TheHiddenKingdom Unpacked) : 134A48D


4. change the command on that offset to:
ROW : JMP 005D9B50
v2240 : MOV EAX,5
then save it..

tell me if it didnt work

and heres the offline version of this tutor with some pic


hope it help
 
Last edited:
Experienced Elementalist
Joined
Aug 14, 2010
Messages
271
Reaction score
54
i'm sorry ,
can i ask ,
what is enable gems on all gears mean ??? hahaha totally not understand about it

it is can put gems on item includes boots and glove ??
 
Joined
Nov 10, 2010
Messages
47
Reaction score
28
i'm sorry ,
can i ask ,
what is enable gems on all gears mean ??? hahaha totally not understand about it

it is can put gems on item includes boots and glove ??

on row client version 1022
we can put gems on all gears, but it doesnt have any effect.
and this just how to enable it.
 
Joined
Jul 6, 2010
Messages
46
Reaction score
1
i only test this for row, but it seems the same command exist on RYL2 v2240
so here it is

1. open your game server with olly and go to
ROW : 49912A
v2240 : 4996b8

2. change the command on that offset to :

ROW : JMP 00499130
v2240 : JMP SHORT 004996BE
then save it

3. open your client.exe with olly and go to:
ROW (client version 1022 Unpacked) : 5D9B4A
v2240 (client from RYL2TheHiddenKingdom Unpacked) : 134A48D


4. change the command on that offset to:
ROW : JMP 005D9B50
v2240 : MOV EAX,5
then save it..

tell me if it didnt work

and heres the offline version of this tutor with some pic


hope it help

give me offset for Client 1020
 
Last edited:
Initiate Mage
Joined
Feb 12, 2008
Messages
16
Reaction score
0
ahhhhhh at last...... done, now this tut almost completes your upgrading part, but there are a bunch of armor/weapons that still got client error when i tried to upgrade them, and also the upgrade success rate is too random even from +1

Angga, are you gonna give tut about metal success rate / upgrading rates ? because i think u already solved that....
 
Joined
Nov 10, 2010
Messages
47
Reaction score
28
on ROW, even if you use antonium, you still get random upgrading rates,
only Ancient Metal gives 100% success rate.
if you just want to raise the succes rate, try play around with refine rate on your demonsetup.ini
 
Initiate Mage
Joined
Feb 12, 2008
Messages
16
Reaction score
0
how do u use ollydbg and search what u want to change in the exe files ?
i see that u already released a lot of tut that tweaked with the client.exe / gameserver.exe, how do u do that? how do u know which addr to look for, what value to search ?

need teacher on this, maybe i can reach u through some messenger ?
thanks, any kind of help is appreciated.
 
Back
Top