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

[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