Jump to content
  • 0

Client 2018: Looking for guidance


Question

Posted (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 by Slyx

8 answers to this question

Recommended Posts

  • 0
Posted
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

  • 0
Posted

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.

  • 0
Posted (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 by TheDerpySupport
  • 0
Posted
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 ?

  • 0
Posted

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?

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg

  • 0
Posted
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?

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg

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

  • 0
Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...