Jump to content
  • 0

Connecting Server to Client


franzcvel2

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

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.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

so you have the three servers running successfully? All green? If so have you tried connecting to localhost.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

that's no good then, if localhost doesn't let you connect to your own machine. Can you post your clientinfo.xml

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

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>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  05/13/12
  • Last Seen:  

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 =)

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