Jump to content
  • 0
loki

Clientinfo: multiple servers

Question

I have multiple entrys for <connection> in the xml, but the client is reading only the first. How can I have more than one? Is it a NEMO config?

 

The client only connects to the "127.0.0.1" and the <display>, <balloon>, <desc> are not used at all.
Of course, if I change the order (putting the other <connection> entry first) it connects to the "12.100.8.1".


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Online Client</desc>
	<servicetype>korea</servicetype>
	<servertype>sakray</servertype>
	<hideaccountlist />
	<passwordencrypt />
	<passwordencrypt2 />
	<extendedslot />
	<readfolder />
	<connection>
		<display>server 1</display>
		<balloon>balloon</balloon>
		<desc>desc</desc>
		<address>127.0.0.1</address>
		<port>6900</port>
		<version>20</version>
		<langtype>1</langtype>
		<registrationweb>registration.url1</registrationweb>
		<yellow>
			<admin>2000001</admin>
		</yellow>
		<loading>
			<image>loading00.jpg</image>
		</loading>
	</connection>
	<connection>
		<display>server 2</display>
		<balloon>balloon</balloon>
		<desc>desc</desc>
		<address>12.100.8.1</address>
		<port>6900</port>
		<version>20</version>
		<langtype>1</langtype>
		<registrationweb>registration.url2</registrationweb>
		<yellow>
			<admin>2000001</admin>
		</yellow>
		<loading>
			<image>loading00.jpg</image>
		</loading>
	</connection>
</clientinfo>
Edited by loki

Share this post


Link to post
Share on other sites

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.