Chywoner Posted March 15, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: March 25 Share Posted March 15, 2018 Buenas tardes, tengo un problema al iniciar el servidor, anteriormente nunca tuve este problema, pero de un día para otro me ha estado generando este problema al iniciar sesión A veces me toma como incorrecta la versión y luego entro como si nada. igual aprovecho para hacer una pregunta sobre este tema de "duplicate" cuando inicio el server. [Warning]: load_mapreg: duplicate! '$arenasPvp$' me podrían ayudar?. Saludos. Quote Link to comment Share on other sites More sharing options...
maken06 Posted March 17, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted March 17, 2018 El cliente que están utilizando tus usuarios tiene mal la parte de "versión" en el Clientinfo.xml <port>6900</port> <version>20</version> <langtype>1</langtype> version cambia a 55 y se arreglará. Si te sirvió no olvides dejarme reputación Quote Link to comment Share on other sites More sharing options...
Chywoner Posted March 17, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: March 25 Author Share Posted March 17, 2018 4 hours ago, maken06 said: El cliente que están utilizando tus usuarios tiene mal la parte de "versión" en el Clientinfo.xml <port>6900</port> <version>20</version> <langtype>1</langtype> version cambia a 55 y se arreglará. Si te sirvió no olvides dejarme reputación lo tengo así <?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <version>55</version> <langtype>1</langtype> pero te comento, a veces me lo toma bien, y a veces no. Quote Link to comment Share on other sites More sharing options...
maken06 Posted March 17, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted March 17, 2018 (edited) src/common/mmo.h #define PACKETVER 20151104 //#define PACKETVER 20120410 db/packet_db.txt packet_db_ver: default Lo tienes de esta manera? Edited March 17, 2018 by maken06 Quote Link to comment Share on other sites More sharing options...
Chywoner Posted March 17, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: March 25 Author Share Posted March 17, 2018 3 minutes ago, maken06 said: src/common/mmo.h #define PACKETVER 20151104 //#define PACKETVER 20120410 db/packet_db.txt packet_db_ver: default Lo tienes de esta manera? lo tengo así src/common/mmo.h Quote #ifndef PACKETVER #define PACKETVER 20151104 //#define PACKETVER 20120410 y el db/pack_db.txt Quote packet_db_ver: 55 Quote Link to comment Share on other sites More sharing options...
maken06 Posted March 17, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted March 17, 2018 1 minute ago, Chywoner said: lo tengo así src/common/mmo.h y el db/pack_db.txt Prueba con db/packet_db.txt packet_db_ver: default Quote Link to comment Share on other sites More sharing options...
Chywoner Posted March 17, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: March 25 Author Share Posted March 17, 2018 1 minute ago, maken06 said: Prueba con db/packet_db.txt packet_db_ver: default Sigo con lo mismo, me bota 2 veces y al tercero me deja, o a veces al primero, antes no me pasaba, de hecho ya hasta subi el emulador de nuevo desde 0 y sigue igual :/ Quote Link to comment Share on other sites More sharing options...
maken06 Posted March 17, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 234 Reputation: 115 Joined: 02/24/15 Last Seen: March 20, 2024 Share Posted March 17, 2018 Entonces el problema puede que vaya desde tu cliente. coloca el Clientinfo así? <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>rAthena offline client 2017</display> <baloon>Not official offline client</baloon> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>www.ragnarok.com</registrationweb> <aid> <admin>2000001</admin> <aid> <yellow> <admin>2000000</admin> <yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo> Quote Link to comment Share on other sites More sharing options...
Chywoner Posted March 17, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: March 25 Author Share Posted March 17, 2018 Sigo con el mismo problema, voy a re-hacer el cliente. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.