a85771416 6 Posted June 5, 2019 the client 2018-12-XX and last the login interface was changed , and clientinfo.xml file seems like unused i try to modify some info, but still not work original Spoiler <?xml version="1.0" encoding="euc-kr" ?> <no_free_server></no_free_server> modifyed Spoiler <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Online Client Information</desc> <servicetype>taiwan</servicetype> <servertype>primary</servertype> <connection> <display>MyServer</display> <address>127.0.0.1</address> <port>6900</port> <version>46</version> <langtype>4</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> <yellow> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000004</admin> </yellow> </connection> <desc>Ragnarok Online Client Information</desc> <servicetype>taiwan</servicetype> <servertype>primary</servertype> </clientinfo> and i can't find and related file like 'sclient.xml' in data.grf any one know how to solved it? @4144 Quote Share this post Link to post Share on other sites
0 4144 364 Posted June 5, 2019 clientinfo.xml and sclientinfo.xml format was not changed Quote Share this post Link to post Share on other sites
0 a85771416 6 Posted June 6, 2019 15 hours ago, 4144 said: clientinfo.xml and sclientinfo.xml format was not changed after i use old grf file,the client can show the servers list finally but i get a new problem,after i select server and type user and pass client seems like not sent packet to my select IP i already check the clientinfo.xml ,that is point to right IP and port, and use 2018-06-20 can enter to the server have any patch need to diff? i already diff 'remove hardcode add/port' Quote Share this post Link to post Share on other sites
0 4144 364 Posted June 6, 2019 probably wrong patches in your client or bad configured emulators or wrong clientinfo/sclientinfo Quote Share this post Link to post Share on other sites
0 a85771416 6 Posted June 6, 2019 10 minutes ago, 4144 said: probably wrong patches in your client or bad configured emulators or wrong clientinfo/sclientinfo can you give me your clientinfo which point to 127.0.0.1 and tested can be used ? or your new client diff list? i tried 2018-06-20 and 2019-03-22 with same grf ,2018-06-20 is work fine but 2019-03-22 still can't sent packet to server Quote Share this post Link to post Share on other sites
0 4144 364 Posted June 6, 2019 clientinfo/sclientinfo always can works same. You may change only server types if ragexe/ragexeRE example https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml what emulator you using? you really changed packet version? Quote Share this post Link to post Share on other sites
0 a85771416 6 Posted June 7, 2019 (edited) 12 hours ago, 4144 said: clientinfo/sclientinfo always can works same. You may change only server types if ragexe/ragexeRE example https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml what emulator you using? you really changed packet version? i use ra for test the process is 'select server' -> 'type user and password' -> ->'client sent packet to server ' 'server get packet and login' now 2018-06-20(ragexe) login sucessful but 2019-03-22(ragexe) after 'type use and password' , did't sent packet to server or snet to wrong IP(i don't know) both of them in same folder and use same data.grf the attachment is my test client which only diff recommended BTW,does <servertype> and <servicetype> will effect client work or not? TESTCLIENT.rar Edited June 7, 2019 by a85771416 Quote Share this post Link to post Share on other sites
0 Functor 36 Posted June 7, 2019 (edited) @4144 It looks like the problem of patch "Remove hardcoded address/port". Edited June 7, 2019 by Functor Quote Share this post Link to post Share on other sites
0 4144 364 Posted June 8, 2019 probably old nemo? in some clients was issue with read data folder first. I have patched exe with same version, works fine Quote Share this post Link to post Share on other sites
0 a85771416 6 Posted June 9, 2019 (edited) On 6/8/2019 at 6:51 AM, Functor said: @4144 It looks like the problem of patch "Remove hardcoded address/port". i don't know is problem of patch or not i tried what you say but i still not work 15 hours ago, 4144 said: probably old nemo? in some clients was issue with read data folder first. I have patched exe with same version, works fine i downloaded nemo from 'https://gitlab.com/4144/Nemo' and my client is downloaded from http://nemo.herc.ws/ can you give me your original ragexe(2019-03-22) , diff list and clientinfo? i think maybe clientinfo is the key point Edited June 9, 2019 by a85771416 Quote Share this post Link to post Share on other sites
the client 2018-12-XX and last
the login interface was changed , and clientinfo.xml file seems like unused
i try to modify some info, but still not work
original
<?xml version="1.0" encoding="euc-kr" ?>
<no_free_server></no_free_server>
modifyed
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Online Client Information</desc>
<servicetype>taiwan</servicetype>
<servertype>primary</servertype>
<connection>
<display>MyServer</display>
<address>127.0.0.1</address>
<port>6900</port>
<version>46</version>
<langtype>4</langtype>
<registrationweb>www.ragnarok.com</registrationweb>
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
<image>loading02.jpg</image>
<image>loading03.jpg</image>
<image>loading04.jpg</image>
</loading>
<yellow>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
<admin>2000004</admin>
</yellow>
</connection>
<desc>Ragnarok Online Client Information</desc>
<servicetype>taiwan</servicetype>
<servertype>primary</servertype>
</clientinfo>
and i can't find and related file like 'sclient.xml' in data.grf
any one know how to solved it?
@4144
Share this post
Link to post
Share on other sites