Jump to content
  • 0

merging servers


Question

Posted

Hello, curently i have 1 server, now i wan to make a new server, and i was thinking to merge it with my current server client patch, can u guys give me a guide please..



bump



bump



bump

5 answers to this question

Recommended Posts

Posted (edited)

To merge 2 "ragnarok" databases into 1 server:

http://www.eathena.ws/board/index.php?showtopic=237661&view=findpost&p=1296053

(after reading post #4)

Now I see what you want to do. You should have just said that in the first post xD

Yes, just do what clydelion said and add a second <connection> block to your clientinfo.xml Here's an example:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>RO Client Information</desc>
<servicetype>america</servicetype>
<servertype>sakray</servertype>

<connection>
	<display>192.168.1.101</display>
	<address>192.168.1.101</address>
	<port>6900</port>
	<version>23</version>
	<langtype>1</langtype>
	<aid>
		<admin>PUT_YOUR_ACCOUNT_ID_HERE</admin>
	</aid>
</connection>

<connection>
	<display>^FF0000test^000000</display>
	<address>123.45.67.89</address>
	<port>6900</port>
	<version>23</version>
	<langtype>1</langtype>
</connection>

<connection>
	<display>RMS Test Server</display>
	<balloon>RateMyServer.net</balloon>
	<address>69.197.158.197</address>
	<port>6900</port>
	<version>20</version>
	<langtype>1</langtype>
	<registrationweb>http://play.ratemyserver.net/ragnarok/</registrationweb>
</connection>

</clientinfo>
Edited by Brian

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