Ahoy Posted November 3, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 64 Reputation: 4 Joined: 12/29/14 Last Seen: 13 hours ago Share Posted November 3, 2019 hello want to ask about make second connection on client i have this on my sclientinfo : Quote <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Local</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>0</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> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> if i want make 2 connection i just add connection like this right ? Quote <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Local</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>0</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> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> <connection> <display>Local2</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>0</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> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> but its not working , is there any files i need to edit ? thanks Quote Link to comment Share on other sites More sharing options...
0 Ukiram Posted November 3, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.02 Content Count: 291 Reputation: 27 Joined: 12/16/17 Last Seen: December 19, 2023 Share Posted November 3, 2019 Try use mine. It's working for 2 connections. 1 Main and 1 Proxy Just change the IP, and it's working fine. Quote <?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Ragnarok Online Client Information</desc> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>^FF0000[ SE Asia ]^000000 - Connection Tunnel</display> <balloon>This server is dedicated to SEA Region to possibly reduce latency.</balloon> <address>YOUR IP</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>https://rathena.org/board</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> </loading> <yellow> <admin>2000000</admin> </yellow> </connection> <connection> <display>^FF0000[ US West ]^000000 - Connection Tunnel</display> <balloon>This server is dedicated to US West Region to possibly reduce latency.</balloon> <address>YOUR IP</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>https://rathena.org/board</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> </loading> <yellow> <admin>2000000</admin> </yellow> </connection></clientinfo> Feedback. Thanks. 2 Quote Link to comment Share on other sites More sharing options...
0 DevKira Posted November 3, 2019 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 54 Reputation: 2 Joined: 10/04/19 Last Seen: December 23, 2019 Share Posted November 3, 2019 <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Local</display> <address>IP1</address> <port>6900</port> <version>55</version> <langtype>0</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> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> <connection> <display>Loca2l</display> <address>IP2</address> <port>6900</port> <version>55</version> <langtype>0</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> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> Quote Link to comment Share on other sites More sharing options...
0 Functor Posted November 3, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: Tuesday at 07:42 AM Share Posted November 3, 2019 @Ahoy If you will not be able to solve the problem, you should upload your EXE and post a link. Quote Link to comment Share on other sites More sharing options...
0 Ahoy Posted November 4, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 64 Reputation: 4 Joined: 12/29/14 Last Seen: 13 hours ago Author Share Posted November 4, 2019 here's my sclientinfo... im using 2018-06-21a ragexeRE so i think its using sclientinfo right ? here my exe @Functor 2018-06-21aRagexeRE.exe TeMPoison.exe Quote Link to comment Share on other sites More sharing options...
0 Ahoy Posted November 4, 2019 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 64 Reputation: 4 Joined: 12/29/14 Last Seen: 13 hours ago Author Share Posted November 4, 2019 9 hours ago, Ryo Osaki said: Try use mine. It's working for 2 connections. 1 Main and 1 Proxy Just change the IP, and it's working fine. Feedback. Thanks. it's working thanks, but im still dont understand why my sclientinfo not working before? Quote Link to comment Share on other sites More sharing options...
Question
Ahoy
hello want to ask about make second connection on client
i have this on my sclientinfo :
if i want make 2 connection i just add connection like this right ?
but its not working , is there any files i need to edit ?
thanks
Link to comment
Share on other sites
5 answers to this question
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.