Jump to content
  • 0

merging servers


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

http://rathena.org/wiki/Clientinfo.xml

 

Just duplicate the <connection></connection>, and change the ip/port for the 2nd connection :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

same grf? same accounts?

maybe you are pointing Database importing?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

it's hard @_@



 

the topic u sent me was merging another server's player account into current server.... 

but what i wan was, when u enter my RO client, u can choose whether u wan to login Low rate or High rate.. not merging all the players account / scripts into current server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Thanks clydelion!

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