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 */