Slyx Posted June 26, 2018 Posted June 26, 2018 (edited) Hello guys, I'm having trouble using all 2018 new clients . When I tried to log in I keep getting "disconnected from server". Im using March2018 kRO client, fresh rathena, updated NEMO and latest Zackdreaver English Translation. I did add #define PACKETVER 20180530 in defines_pre.hpp in src/custom. For client 20170614 this methods work perfectly but not for 2018. Do I miss any additional steps? Edited June 27, 2018 by Slyx Quote
0 TheDerpySupport Posted June 27, 2018 Posted June 27, 2018 45 minutes ago, Slyx said: Hello guys, I'm having trouble using all 2018 new clients . When I tried to log in I keep getting "disconnected from server". Im using March2018 kRO client, fresh rathena, updated NEMO and latest Zackdreaver English Translation. I did add #define PACKETVER 20180528 in defines_pre.hpp in src/custom. For client 20170614 this methods work perfectly but not for 2018. Do I miss any additional steps? Hey so Zack's data is really only good for 2017 clients; However there is another translation you can use: https://github.com/Asheraf/Translation I'd recommend using Zack's files to debug errors you may get from this translation( it works because I had to do this) but be sure to use the System folder and the data from the Asheraf version so you get no errors. On top of this you will need to rename "service_korea" folder in your lua files to "service_usa" and do the same with the external settings lub file; _kr to _usa; All this is to get langtype 1 to work with the 2018 client Quote
0 Slyx Posted June 27, 2018 Author Posted June 27, 2018 Thank you @TheDerpySupport for your answer.I will try the new translation when I get home. How bout the modifications on server file? Mind if you share your guide on server file like those packet.h file and other related stuff. Quote
0 TheDerpySupport Posted June 27, 2018 Posted June 27, 2018 (edited) 4 minutes ago, Slyx said: Thank you @TheDerpySupport for your answer.I will try the new translation when I get home. How bout the modifications on server file? Mind if you share your guide on server file like those packet.h file and other related stuff. For server side all you have to do is modify "src/custom/defines_pre.h" not packet.h; That file shouldn't be touched // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_CUSTOM_DEFINES_PRE_H_ #define _CONFIG_CUSTOM_DEFINES_PRE_H_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20180530 #endif // _CONFIG_CUSTOM_DEFINES_PRE_H_ Edited June 27, 2018 by TheDerpySupport Quote
0 Slyx Posted June 27, 2018 Author Posted June 27, 2018 6 minutes ago, TheDerpySupport said: For server side all you have to do is modify "src/custom/defines_pre.h" not packet.h; That file shouldn't be touched // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_CUSTOM_DEFINES_PRE_H_ #define _CONFIG_CUSTOM_DEFINES_PRE_H_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20180530 #endif // _CONFIG_CUSTOM_DEFINES_PRE_H_ Noted.Luckly I have not modified those files except the one you mentioned. I will update the progress if I encounter errors.thank you for your support.really appreciate it Quote
0 Slyx Posted June 27, 2018 Author Posted June 27, 2018 I cant hex my client properly . These are the error I got from latest secret NEMO. Furthermore I dont have sclientinfo.xml in my data folder. Where can I get that file? Quote
0 TheDerpySupport Posted June 27, 2018 Posted June 27, 2018 1 hour ago, Slyx said: I cant hex my client properly . These are the error I got from latest secret NEMO. Furthermore I dont have sclientinfo.xml in my data folder. Where can I get that file? Don't use Secret's NEMO for 2018 client; Use 4144's https://gitlab.com/4144/Nemo/tree/master sclientinfo.xml can be found by using any clientinfo.xml and renaming it to sclientinfo.xml; There is no difference; You can also grab this one here if you'd rather do that and edit to your liking https://github.com/TheDerpySupport/Untold-RO/blob/master/data/clientinfo.xml Quote
0 lukmatz Posted August 1, 2018 Posted August 1, 2018 On 6/27/2018 at 4:17 AM, TheDerpySupport said: Don't use Secret's NEMO for 2018 client; Use 4144's https://gitlab.com/4144/Nemo/tree/master sclientinfo.xml can be found by using any clientinfo.xml and renaming it to sclientinfo.xml; There is no difference; You can also grab this one here if you'd rather do that and edit to your liking https://github.com/TheDerpySupport/Untold-RO/blob/master/data/clientinfo.xml i tryed but not works Quote
0 ManokStreZ Posted January 9, 2024 Posted January 9, 2024 where i can find any download for 2018-05-30 ? i use 2018-06-20eRagexeRE and get error like this picture Quote
Question
Slyx
Hello guys,
I'm having trouble using all 2018 new clients . When I tried to log in I keep getting "disconnected from server".
Im using March2018 kRO client, fresh rathena, updated NEMO and latest Zackdreaver English Translation.
I did add #define PACKETVER 20180530 in defines_pre.hpp in src/custom. For client 20170614 this methods work perfectly but not for 2018.
Do I miss any additional steps?
Edited by Slyx8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.