Jump to content
  • 0
Ahoy

make second connection on sclientinfo help!

Question

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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.

  • Upvote 2
Link to comment
Share on other sites

  • 0
<?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>
Link to comment
Share on other sites

  • 0
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? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.