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!

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