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.

 

 

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!

'게임에 대한 이래저래 > 카발온라인' 카테고리의 다른 글

php 에 pcntl posix 설치  (0) 2024.03.26
Help Stored Procedure Cleanup the Database  (0) 2023.05.19
MAX_Achievement Limit  (0) 2022.05.17
all amp item info %d viewer OFF SET  (0) 2022.05.17
+20 upgrade fix OFF SET  (0) 2022.05.17

+ Recent posts