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!

[GUIDE] Game fixes

Status
Not open for further replies.
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Fixing The Helmet Packet​
+ GameServer (Ingame)
Code:
00427C5B 0000 ADD BYTE PTR DS:[EAX],AL
+ GameServer (Character Select)
Code:
0042B7C4 0000 ADD BYTE PTR DS:[EAX],AL

Credits: s0m3one
 
Last edited by a moderator:
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
[Patch] Fixing The Lv 130 Loop Bug

Fixing The Lv 130 Loop Bug​

GameServer
Code:
004DF6F5 8C00 MOV WORD PTR DS:[EAX],ES

Credits: s0m3one
 
Last edited by a moderator:
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
[Patch] Raising Player Limit To 256

Raising Player Limit To 256​

Connector
Code:
00418DE4 |? FF00 INC DWORD PTR DS:[EAX]

GameServer
Code:
00400268 2E:74 65 JE SHORT GameServ.004002D0 ; Superfluous prefix
00400269 74 65 JE SHORT GameServ.004002D0
0040026A 65:78 74 JS SHORT GameServ.004002E1 ; Superfluous prefix
0040026B 78 74 JS SHORT GameServ.004002E1
0040026C 74 32 JE SHORT GameServ.004002A0
0053ABD4 |? 0A00 OR AL,BYTE PTR DS:[EAX]

Helper
Code:
0042B544 |? FF00 INC DWORD PTR DS:[EAX]

LoginServer
Code:
0040CF44 |? FF00 INC DWORD PTR DS:[EAX]

Messenger
Code:
0040CF44 |? 04 68 ADD AL,68
 
Last edited by a moderator:
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
[Patch] Remove LoginServer Nation Check

Remove LoginServer Nation Check​

LoginServer
Code:
00406BAA 90 NOP
00406BAB E9 FC000000 JMP LoginSer.00406CAC

Credits: s0m3one
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top