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!

June Client Patches By: Phail

Joined
Sep 10, 2007
Messages
970
Reaction score
815
This includes:

XTrap Removal.
FileList Removal.
Close Fix.
Login Fix.


Need to fix the following:
Respawn - Simple.


Anyways..here you go.

Code:
Patches, item 0
 Address=00436166
 Size=  2.
 State=Active
 Old=JNZ SHORT theduel.0043619D
 New=JMP SHORT theduel.0043619D

Patches, item 1
 Address=0043D046
 Size=  2.
 State=Active
 Old=JNZ SHORT theduel.0043D07D
 New=JMP SHORT theduel.0043D07D

Patches, item 2
 Address=0043DEDA
 Size=  7.
 State=Active
 Old=CMP BYTE PTR SS:[ESP+154],BL
 New=CMP BL,BL

Patches, item 3
 Address=0043DEF7
 Size= 11.
 State=Active
 Old=TEST EAX,EAX
 New=XOR EAX,EAX

Patches, item 4
 Address=00440563
 Size=  6.
 State=Active
 Old=JE theduel.004405F2
 New=JMP theduel.004405F2

Patches, item 5
 Address=00498FE6
 Size=  5.
 State=Active
 Old=CALL theduel.00572A40
 New=NOP

Patches, item 6
 Address=00498FF4
 Size=  5.
 State=Active
 Old=CALL theduel.00568390
 New=NOP

Patches, item 7
 Address=00499300
 Size=  3.
 State=Active
 Old=CMP ESI,0D
 New=CMP ESI,ESI

Patches, item 8
 Address=004993A0
 Size=  2.
 State=Active
 Old=TEST EAX,EAX
 New=XOR EAX,EAX

Patches, item 9
 Address=00499892
 Size=  5.
 State=Active
 Old=CALL theduel.00497470
 New=MOV EAX,0FFFF

//FILELIST JUMP

Patches, item 10
 Address=00538751
 Size=  6.
 State=Active
 Old=JNZ theduel.005386AD
 New=NOP

//Close Patch

Patches, item 11
 Address=005695B0
 Size=  5.
 State=Active
 Old=PUSH 1D4C0
 New=PUSH -1

//Login Patch!
//Login Patch!
Patches, item 11
 Address=004C71B5
 Size=  2.
 State=Active
 Old=JNZ SHORT June-Edi.004C7208
 New=JE SHORT June-Edi.004C7208
 
Mythic Archon
Joined
Oct 17, 2007
Messages
700
Reaction score
3
Great release! But, whats the meaning of close fix? Fixes the crash?

Also, for others wondering for a download link, this is provided for you to patch what you want. Example, you want filelist but don't want X-Trap, use the above for X-Trap removal only and stuffs.

Use OllyDbg to do those, if I'm not wrong =x
 
Mythic Archon
Joined
Oct 17, 2007
Messages
700
Reaction score
3
Mind giving point which type of client? The 0.38 one?
 
Daemonsring Developer
Joined
Jul 10, 2007
Messages
679
Reaction score
262
can u add how to eneable custom maps?
 
Joined
Jan 23, 2007
Messages
2,605
Reaction score
360
i have a theduel.exe which now does all that and works, but it crashes when i press ok on options, also when i goto quest and select dungeon it will not load the image at top (same with other maps not loading image banner at top) which also causes it to crash.. Any ideas?
 
Banned
Banned
Joined
Jan 13, 2007
Messages
1,898
Reaction score
65
omg, let relase patchers with out the client relase, that Ducking smart that is...
 
Junior Spellweaver
Joined
Feb 19, 2007
Messages
178
Reaction score
0
You: Do the memory edits using ollydbg and do whatever Phail says up on first post. Then you open your server.ini and disable anything to do with CRC as the CRC will be different than the original EXE's CRC. OR, you can update the CRC in filelist.xml and make sure that theduel.exe reads it and sends the packet back to your server Thus, making your new patch fully complete. =P
 
Experienced Elementalist
Joined
Jan 4, 2007
Messages
257
Reaction score
16
and the close/login fix are for vista users im assuming? I'm using the client that you want removed, and if it bothers you that much I'll edit the client myself using these instructions. Thanks either way though (one of your old buddies was helping me, its the least I owe you)
 
Custom Title Activated
Loyal Member
Joined
Nov 5, 2006
Messages
1,358
Reaction score
15
really nice release
 
Daemonsring Developer
Joined
Jul 10, 2007
Messages
679
Reaction score
262
post the client phail ><
 
Last edited:
Back
Top