Ragna.roBrowser
Ragna.roBrowser copied to clipboard
i cant use Server / Client Version 20180604 Error by 0xac4
I have a problem and I am using the server and client version 20180604. With my software client everything works without problems, but in robrowser it reports the error: "[Network] Packet "0xac4" not register, skipping 222 bytes."
Now I do not know what to do, because the packet information 0xac4 in the PacketStructure.js I also rebuilt everything.
Thanks a lot in advance.
This has to be implemented. In other words, the packages were not found inside the project, you have to add a project logic together with the packages of your need Validate the linahs as an example: https://github.com/MrAntares/Ragna.roBrowser/blob/master/src/Network/PacketStructure.js#L11835 https://github.com/MrAntares/Ragna.roBrowser/blob/master/src/Network/PacketRegister.js#L610
Add your version with package settings like example: https://github.com/MrAntares/Ragna.roBrowser/blob/master/src/Engine/LoginEngine.js#L193
Client versions >= 20151001 will most certainly not work since that is the first incompatible character creation version. In order to make it work you not only have to add the packets, but also implement every missing game-breaking feature that is related to it, like new login, new char createion, new everything.
Thank you, now i understand why its dont work. Unfortunately I can't do much reprogramming there, because I actually never really understood how the communication between server and client works properly and how to figure out which codes are for which actions.
But anyway many thanks ^^
You can set older versions then if it's an option on your server. They work okay up until 2015 :) Sooner or later we will add never version stuff support as well, but it takes a long time with the limited gang power we have :D
With recent commits client version 20180604 should work. Reopen in case of any error.
https://github.com/MrAntares/roBrowserLegacy/commit/4507ec4cd5b30fb7a4b09b01e4aaa99e3fd67544