donkeyg Posted February 24, 2013 Posted February 24, 2013 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 Quote
clydelion Posted February 28, 2013 Posted February 28, 2013 http://rathena.org/wiki/Clientinfo.xml Just duplicate the <connection></connection>, and change the ip/port for the 2nd connection Quote
Erba Posted February 24, 2013 Posted February 24, 2013 same grf? same accounts? maybe you are pointing Database importing? Quote
Brian Posted February 25, 2013 Posted February 25, 2013 (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 February 28, 2013 by Brian Quote
donkeyg Posted February 28, 2013 Author Posted February 28, 2013 it's hard @_@ To merge 2 "ragnarok" databases into 1 server:http://www.eathena.ws/board/index.php?showtopic=237661&view=findpost&p=1296053 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. Quote
Question
donkeyg
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.