Jump to content
  • 0

Question

Posted

Can anyone direct me to a tutorial here how to connect to the client?

I've successfully established and ran the three servers (char, log and map). I only need to path them to the kRO.

I've tried creating an XML with my current WAN IP and put it in the GRF but nothing still works, I'm still loging in the old server...

I guess I need a detailed process.

Please help me, I would greatly appreciate the response.

6 answers to this question

Recommended Posts

Posted

Yes I've path them to my WAN IP and also tried to change the IP to 127.0.0.1(localhost) but I'm still connecting to the old server.

All of them are green, no error messages.

Posted
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<hideaccountlist></hideaccountlist>
<connection>
   <display>xxx RO</display>
   <desc>xxx Online Server</desc>
   <address>127.0.0.1</address>
   <port>6900</port>
   <version>24</version>
   <langtype>9</langtype>
   <aid>
  <admin>2000000</admin>
   </aid>
</connection>
</clientinfo>

Posted

this is your own machine right, not a vps?

then you should be able to connect to localhost no problem, if char_athena, and map_athena are default settings nothing changed then

here's my xml file, it may be no change but it should work

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
   <servicetype>korea</servicetype>
   <servertype>sakray</servertype>
   <hideaccountlist /><extendedslot /><readfolder />
   <connection>
    <display>Sakray Client</display>
    <desc>Sakray Client</desc>
    <address>localhost</address>
    <port>6900</port>
    <version>25</version>
    <langtype>1</langtype>
    <balloon>Sakray Client</balloon>
    <aid>
	    <admin>2000002</admin>
    </aid>
   </connection>
</clientinfo>

Posted

My bad, I forgot to edit some when changing from WAN IP to localhost.

Also it seems some files were not properly merged.

As of now I'm able to connect with some minor errors, but that's for another day.

Thank you for your help =)

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