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!

[Release] Damage Stack Bug Fix

Initiate Mage
Joined
Jan 15, 2020
Messages
4
Reaction score
33
Hello guys, I am here to release the Server Side fix as promissed, unfortunately it needs a client side as well to be syncronized with the server's change.

Server adjustment: Open your World.bin in the 010 Editor, search for Hex Bytes and paste the array of bytes bellow:

E8 D3 88 03 00 83 C4 10 EB C7 89 F6 55 89 E5 57 56 53 83 EC 0C 8B 5D 0C 8B 43 04 85 C0 75 14 8B 03 83 F8 04 89 45 F0 74 12 83 7D F0 05 0F 84 99

After that, it should send you to an offset, there, change the 55 to C3, this will force off the item swap from the left to the right in the server, that is all.

Client adjustment
: Once done with the server, you will have to figure it out how to do the same in the client, because it will swap and bug the slot, once you restart your character, it will be back to the left (because it was done in the server and not in the client).

If any bug appears after that being done, let me know.
 
Last edited:
Initiate Mage
Joined
May 21, 2015
Messages
1
Reaction score
9
Re: [Release] Damage Stack Bug Fix (Server Side only)

client fix:

step 1:
008F8173 -> MOV EAX, DWORD PTR DS:[0xB93530] to 008F8173 -> RETN
step 2:
004BB5C8 -> JNZ SHORT 004BB646 to 004BB5C8 -> JMP SHORT 004BB646
step 3:
004BB609 -> JNZ SHORT 004BB646 to 004BB609 -> JMP SHORT 004BB646

enjoy!
 
Newbie Spellweaver
Joined
Jul 2, 2020
Messages
18
Reaction score
6
Thank u for sharing! no more fcking stock dmg =)



Auto Close Client when remove equipment items.
 
Back
Top