Jump to content
  • 0

help cant login 2018 clients, does we support 2018?


joelolopez

Question


  • Group:  Members
  • Topic Count:  154
  • Topics Per Day:  0.03
  • Content Count:  493
  • Reputation:   46
  • Joined:  01/24/12
  • Last Seen:  

i downloaded the latest rathena @ github and im not new in setting up my own server , i know that theres a lot changes happen like when setting up packet version , long time ago we setting it up on mmo.h but now u should define it on src/custom /defines_pre.hpp ... the problem is i cant login using this list of 2018 clients 

 

2018-01-24bRagexeRE

2018-02-07bRagexeRE

2018-03-07bRagexeRE

2018-03-21aRagexeRE

2018-04-04cRagexeRE

 

none of these clients are working for me eventhough im using updated nemo that supports these clients, no error in the console too

and heres my clientinfo.xml ,defines_pre.hpp,

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Online Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Exceed (Solo)</display>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>55</version>
          <langtype>1</langtype>
        <registrationweb>http://localhost/ExceedRO/?module=account&action=create</registrationweb>
        <aid>
            <admin>2000000</admin>
        </aid>
       </connection>

</clientinfo>
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
#define CONFIG_CUSTOM_DEFINES_PRE_HPP

/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/

#define PACKETVER 20180207
	
#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */

Capture.thumb.PNG.41d6ee8401b5abaaacabce5fdfd531f1.PNG

Edited by joelolopez
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1181
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

53 minutes ago, joelolopez said:

i downloaded the latest rathena @ github and im not new in setting up my own server , i know that theres a lot changes happen like when setting up packet version , long time ago we setting it up on mmo.h but now u should define it on src/custom /defines_pre.hpp ... the problem is i cant login using this list of 2018 clients 

 

2018-01-24bRagexeRE

2018-02-07bRagexeRE

2018-03-07bRagexeRE

2018-03-21aRagexeRE

2018-04-04cRagexeRE

 

none of these clients are working for me eventhough im using updated nemo that supports these clients, no error in the console too

and heres my clientinfo.xml ,defines_pre.hpp,


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Online Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Exceed (Solo)</display>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>55</version>
          <langtype>1</langtype>
        <registrationweb>http://localhost/ExceedRO/?module=account&action=create</registrationweb>
        <aid>
            <admin>2000000</admin>
        </aid>
       </connection>

</clientinfo>

// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
#define CONFIG_CUSTOM_DEFINES_PRE_HPP

/**
 * rAthena configuration file (http://rathena.org)
 * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
 **/

#define PACKETVER 20180207
	
#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */

Capture.thumb.PNG.41d6ee8401b5abaaacabce5fdfd531f1.PNG

2018 client read sclientinfo.xml

change or rename your clientinfo.xml into sclientinfo.xml

and change langtype into 0

  • Upvote 1
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...