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

65k damage project

Newbie Spellweaver
Joined
Oct 13, 2019
Messages
6
Reaction score
4
Offset WorldSvr.bin package : 083D042D

MOV WORD PTR DS:[EBX+6],AX
 
Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
Offset WorldSvr.bin package : 083D042D

MOV WORD PTR DS:[EBX+6],AX

Even if that is enough on the server side, which I believe is not, you still have the client to fix it.
In ep8 the stack dmg packet parameter is 2 bytes so you need to change it to 4 or 8 (uint32 or uint64) on both server and client

http://forum.ragezone.com/f459/ep8-packet-related-info-1191393/
this should help in clientside to trace the memory pipe starting from packet handler
 
Last edited:
Newbie Spellweaver
Joined
Oct 7, 2018
Messages
20
Reaction score
42
Pointer type (WORD) DMG = 0x00B8DAE4 -105B1

READ DMG CLIENT
WRITE POINTER
007B3D13
0086830C - mov cx,[esi+06]
0086871D - movzx ecx,word ptr [esi+06]
008687F0 - movzx edx,word ptr [esi+06]
 
Back
Top