Jump to content
  • 0

make second connection on sclientinfo help!


Question

Posted

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

5 answers to this question

Recommended Posts

  • 0
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...