Jump to content
  • 0

make second connection on sclientinfo help!


Ahoy

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   4
  • Joined:  12/29/14
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   2
  • Joined:  10/04/19
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   263
  • Joined:  09/08/13
  • Last Seen:  

@Ahoy If you will not be able to solve the problem, you should upload your EXE and post a link.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   4
  • Joined:  12/29/14
  • Last Seen:  

here's my sclientinfo...

 

im using 2018-06-21a ragexeRE so i think its using sclientinfo right ?

 

here my exe @Functor

error.PNG

2018-06-21aRagexeRE.exe TeMPoison.exe

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   4
  • Joined:  12/29/14
  • Last Seen:  

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...