• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Disabling 2240 Downgrade

Newbie Spellweaver
Joined
Jun 5, 2011
Messages
14
Reaction score
0
Hi , i've heard from a forum ( Didn't remember which forum ) that tell RYL2 2240 version can disable downgrade bug when combining items . Anybody here know how to do that ? Please release or give tuts here . thx
 
Newbie Spellweaver
Joined
Sep 9, 2011
Messages
86
Reaction score
3
BUMP! Need this tut too. Anyone? :):

AlphA have give some clue how to fix it. But not very clear.

Code:
MOV EAX, DWORD PTR DD:[56FF7811] ; "Brain"
MOV EBX, DWORD PTR DD:[56FF7832] ; "English"

ADD EAX, EBX

MOV DWORD PTR DD:[56FF7811], EAX

I'm not pro in olldby. So need someone to make a tutorial for this. :):
 
Newbie Spellweaver
Joined
Sep 9, 2011
Messages
86
Reaction score
3
I had to make all item can't drop to disabled the downgrade. But that so anoying, because all item can't trade & store into vault. :mellow:
 
Joined
Nov 26, 2010
Messages
3
Reaction score
0
Code:
0049de70   jmp 0050a1dd
0049de75   nop
0049de76   nop
0049de77   nop
0049de78   nop
0049de79   nop
0049de7a   nop
0049de7b   nop
0049de7c   nop

Code:
0050a1dd   mov cx,word ptr ds:[edi*2+esi+5c]
0050a1e2   movsx edx,word ptr ss:[edi*2+ebp+5c]
0050a1e7   movsx eax,cx
0050a1ea   cmp eax,edx
0050a1ec   jge 0049de42
0050a1f2   jmp 0049de7d

Only for 2240 :drool:
 
Newbie Spellweaver
Joined
Sep 9, 2011
Messages
86
Reaction score
3
Code:
0049de70   jmp 0050a1dd
0049de75   nop
0049de76   nop
0049de77   nop
0049de78   nop
0049de79   nop
0049de7a   nop
0049de7b   nop
0049de7c   nop

Code:
0050a1dd   mov cx,word ptr ds:[edi*2+esi+5c]
0050a1e2   movsx edx,word ptr ss:[edi*2+ebp+5c]
0050a1e7   movsx eax,cx
0050a1ea   cmp eax,edx
0050a1ec   jge 0049de42
0050a1f2   jmp 0049de7d

Only for 2240 :drool:

can you make more detail.. please... i need to disabled the downgrade.. because when i make the item cant drop it very anoying me.. please...
 
Experienced Elementalist
Joined
Apr 20, 2011
Messages
207
Reaction score
13
Code:
0049de70   jmp 0050a1dd
0049de75   nop
0049de76   nop
0049de77   nop
0049de78   nop
0049de79   nop
0049de7a   nop
0049de7b   nop
0049de7c   nop

Code:
0050a1dd   mov cx,word ptr ds:[edi*2+esi+5c]
0050a1e2   movsx edx,word ptr ss:[edi*2+ebp+5c]
0050a1e7   movsx eax,cx
0050a1ea   cmp eax,edx
0050a1ec   jge 0049de42
0050a1f2   jmp 0049de7d

Only for 2240 :drool:
I don't what you really want to say dude ..
Just us detail lol, don't just put like that without any explanation :lol:
 
Joined
Nov 26, 2010
Messages
3
Reaction score
0
can you make more detail.. please... i need to disabled the downgrade.. because when i make the item cant drop it very anoying me.. please...

I don't what you really want to say dude ..
Just us detail lol, don't just put like that without any explanation :lol:

ok lets see...

if main stat is higher than the fuser stat, then generate error
else continue the fuse process

that wasnt hard was it?
 
Newbie Spellweaver
Joined
Sep 9, 2011
Messages
86
Reaction score
3
arrghhh... i can't do it.. just wait for someone fix it then release. :*:
 
Banned
Banned
Joined
Jan 21, 2009
Messages
58
Reaction score
4
this fix make you unable to transfer stats from item, but you still able to dupe it
 
Back
Top