Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 27535

[Release] Damage Stack Bug Fix

$
0
0
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:

Quote:

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.

Viewing all articles
Browse latest Browse all 27535

Trending Articles