• 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.

[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