Jump to content
  • 0

Client 2018: Looking for guidance


Slyx

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   9
  • Joined:  03/05/18
  • Last Seen:  

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
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   60
  • Joined:  09/23/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   9
  • Joined:  03/05/18
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   60
  • Joined:  09/23/17
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   9
  • Joined:  03/05/18
  • Last Seen:  

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 ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   9
  • Joined:  03/05/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   60
  • Joined:  09/23/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  03/09/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.02
  • Content Count:  121
  • Reputation:   0
  • Joined:  09/02/20
  • Last Seen:  

where i can find any download for 2018-05-30 ?

 

i use 2018-06-20eRagexeRE and get error like this picture

1.jpg

Link to comment
Share on other sites

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.

×
×
  • Create New...