Jump to content

Question

12 answers to this question

Recommended Posts

Posted

Just setup the server as usual and the change the ports in your config files (map_athena.conf, char_athena.conf, login_athena.conf):

For example you could change:

login_port: 6900
char_port: 6121
map_port: 5121

to

login_port: 7900
char_port: 7121
map_port: 7121

Posted

All you need is this part,

<connection>
 <display>SERVER NAME HERE</display>
 <desc>Ragnarok Online</desc>
 <balloon>this is a tool tip</balloon>
 <address>SERVER IP HERE</address>
 <port>6900</port>
 <version>20</version>
 <langtype>1</langtype>
 <registrationweb>REGISTRATION URL HERE</registrationweb>
</connection>

to appear twice but with different port in your (s)clientinfo.xml.

Example:

<connection>
 <display>Server 1</display>
 <desc>Ragnarok Online</desc>
 <balloon>this is a tool tip</balloon>
 <address>127.0.0.1</address>
 <port>6900</port>
 <version>20</version>
 <langtype>1</langtype>
 <registrationweb>REGISTRATION URL HERE</registrationweb>
</connection>
<connection>
 <display>Server 2</display>
 <desc>Ragnarok Online</desc>
 <balloon>this is a tool tip</balloon>
 <address>127.0.0.1</address>
 <port>7900</port>
 <version>20</version>
 <langtype>1</langtype>
 <registrationweb>REGISTRATION URL HERE</registrationweb>
</connection>

With that you should have 2 server appearing in selection list in the beginning.

Posted

Hi greenieken,

Yes; that is what you'd need to do. Alternatively... you can actually use the same login server with the same usernames/passwords, but different char/map servers. But if you are starting a brand new RO server on the same VPS; then yes, you need to edit the ports so that they do not conflict with your 1st server.

Posted

As a follow-up to what Asura posted, you would then set up your first server normally, but for your second server drop the "login" SQL table and do not run the logserv. Configure the second server to use the first's login table in inter_athena.conf, and you should be set.

Posted

So you mean I will be importing another Trunk in my winscp for my second server huh? Then just change its configuration, (except for the login) then create a table in the SQL for the 2nd server, and it is all set?

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