Yesterday y finally get all to make my local server, (is only for me, i enjoy code and test on my free time)
However i notice something weird, before (on 2014 LOL) when i try login i normally see on login screen (console) the attempt of login even if the password is worng.
The weird thing here is i cant reach my local login i change the normal parameters (plz let me know if i miss something)
define PACKETVER 20180523 -> src/common/mmo.h
packet_obfuscation: 0 -> conf/map/battle/client.conf
//Uncomment the following line if your client is zero ragexe instead of normal kro clients
#define ENABLE_PACKETVER_ZERO -> src/common/mmo.h
My server compile and run normally, but client cant reach it
my clientinfo.xml
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Online Client Information</desc>
<servicetype>korea</servicetype>
<servertype>primary</servertype>
<hideaccountlist></hideaccountlist>
<extendedslot></extendedslot>
<readfolder></readfolder>
<connection>
<display>Fofys Lap</display>
<address>127.0.0.1</address>
<port>6900</port>
<version>56</version>
<langtype>12</langtype>
<registrationweb>www.ragnarok.com</registrationweb>
<loading>
</loading>
<yellow>
</yellow>
</connection>
</clientinfo>
and im using 2018-05-23aRagexeRE_patched.exe (herc.ws/board/topic/15348-kro-unpacked-clients-releases/ )with nemo patch (recomended only + read data folder first) as before move anything i need reach my server
My server is a clean one, (herc emu) and the data and translations are the ones founded here https://github.com/Asheraf/Translation
Any idea what im doing wrong
PD.- I also try use sclientinfo.xml but there it breeaks (see second img) and send attempt to call nil value x_x and closes after like 100 msgs
Thanks