sharpscar 0 Posted November 28, 2015 I apologize before asking something my english is bad. I tried setup server and it seems success but client seems failed. tried connect to server by my client but didn't logging anything so check client folder RO Data clientinfo.xml ================================================================= <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok Server</display> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>1</langtype> <registrationweb>www.todayhumor.co.kr</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> </connection> </clientinfo> =========================================================== and change my client file before I change mmo.h file and change current date version like this #define PACKETVER 20140205 YYYYMMDD but my client return always unregisted account(5011) unregisted account(5011) rejected server(30) how can I setting this? Quote Share this post Link to post Share on other sites
0 Samuel 83 Posted November 28, 2015 I apologize before asking something my english is bad. I tried setup server and it seems success but client seems failed. tried connect to server by my client serverside.pngbut didn't logging anything so check client folder RO Data clientinfo.xml ================================================================= <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok Server</display> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>1</langtype> <registrationweb>www.todayhumor.co.kr</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> </connection> </clientinfo> =========================================================== and change my client file before I change mmo.h file and change current date version like this #define PACKETVER 20140205 YYYYMMDD but my client return always unregisted account(5011) unregisted account(5011) rejected server(30) how can I setting this? hmm, did you make account for testing in your database? unregistered account means it doesn't exist in database rejected from server, what error does it throw in map, login or char? Quote Share this post Link to post Share on other sites
0 sharpscar 0 Posted November 28, 2015 thankyou problem is solved I didn't check read data folder first (o) Quote Share this post Link to post Share on other sites
I apologize before asking something my english is bad.
I tried setup server and it seems success but client seems failed.
tried connect to server by my client but didn't logging anything
so check client folder RO Data clientinfo.xml
=================================================================
===========================================================
and change my client file before I change mmo.h file and change current date version
like this #define PACKETVER 20140205 YYYYMMDD
but my client return always
unregisted account(5011)
Share this post
Link to post
Share on other sites