[1.02N GS - Edit] Shadow NPC Max Level Change

Experienced Elementalist
Joined
Nov 15, 2004
Messages
201
Reaction score
7
Location
Korea
005341E5 |> \8B55 0C mov edx, [arg.2]
005341E8 |. 0FBF82 A0000000 movsx eax, word ptr ds:[edx+A0]
005341EF |. 83F8 64 cmp eax, 64 ---> Max Level [100]
005341F2 |. 7E 1B jle short GameServ.0053420F

change to

005341E5 |> \8B55 0C mov edx, [arg.2]
005341E8 E9 A3000000 jmp GameServ.00534290
005341ED 90 nop
005341EE 90 nop
005341EF 90 nop
005341F0 90 nop
005341F1 90 nop


00534290 0FBF82 A0000000 movsx eax, word ptr ds:[edx+A0]
00534297 3D 90010000 cmp eax, 190 ---> Max Level [400]
0053429C ^ E9 51FFFFFF jmp GameServ.005341F2

 
Pls post in hex code to change in hex editor. I dont know how to use ollydbg. Thanks in advance Goe your still the best coders. and also post hex codes to fix - Addition Season2 NPC [Same with 1.02Q]

368 / 369 / 370 / 258 / 367 / 371

259 Open Shop Box and Work
 
Pls post in hex code to change in hex editor. I dont know how to use ollydbg. Thanks in advance Goe your still the best coders.
don't worry ^^

I will add 1 option about this next patch ...

goehdtjdrnr - [1.02N GS - Edit] Shadow NPC Max Level Change - RaGEZONE Forums
 
[Request] goe pls post in hex codes i want to learn by my self to fixed in hex editor or post guide how to use ollydbg to use your fix guide.thanks for helping us.I hope you for give me in my request.
 
Re: [Guide] [1.02N GS - Edit] Shadow NPC Max Level Change

04.Then you Will See "From device" Click "Select Devices" >"Add" Then Click On "..." Click"D:

i can't see ''From device''.. where is it?? plz help me
 
Re: [Guide] [1.02N GS - Edit] Shadow NPC Max Level Change

Sorry for spam a little but as ya said goe~ that writting in English take to ya a lot of time so what can I say? I have to transleting everything in your serv hehe ;) It's taking a lot of time ;)) Fortunately I have a friend who know korean ;))

Anywy... Keep your work in everything ;)) Nice job ;))

P.S. PM me if ya will need some help in ashm~ anywhen ;))
 
Re: [Guide] [1.02N GS - Edit] Shadow NPC Max Level Change

Sorry for spam a little but as ya said goe~ that writting in English take to ya a lot of time so what can I say? I have to transleting everything in your serv hehe ;) It's taking a lot of time ;)) Fortunately I have a friend who know korean ;))

Anywy... Keep your work in everything ;)) Nice job ;))

P.S. PM me if ya will need some help in ashm~ anywhen ;))
thanks ^^
 
Back