Jump to content
  • 0

Adding GM sprite in clientinfo.xml problem. [Sprite Issue]


Question

Posted

Hello, just jump into it. I intended to add new staff/admin account so I also edited the clientinfo.xml hoping that the sprite would occur. However it does not. So I hope my rathena fellows can find out what wrong with my clientinfo.xml. Thanks.
 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Ragnarok</display>
      	<address>127.0.0.0</address>
      	<port>6900</port>
      	<version>55</version>
      	<langtype>0</langtype>
		<registrationweb>www.ragnarok.com</registrationweb>
		<yellow>
			<admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
			<admin>2000003</admin>
			<admin>2000004</admin>
			<admin>2000005</admin>
			<admin>2000006</admin>
			<admin>2000007</admin>
			<admin>2000008</admin>
			<admin>2000009</admin>
		</yellow>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>
			<image>loading04.jpg</image>
			<image>loading05.jpg</image>
			<image>loading06.jpg</image>
		</loading>
   	</connection>
</clientinfo>

 

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

Just add it's account id inside <aid></aid> and put <admin>ACCOUNT ID</admin>

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<aid>
			<admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
			<admin>2000003</admin>
			<admin>2000004</admin>
			<admin>2000005</admin>
			<admin>2000006</admin>
			<admin>2000007</admin>
			<admin>2000008</admin>
			<admin>2000009</admin>
		</aid>
		<display>Ragnarok</display>
      		<address>127.0.0.0</address>
      		<port>6900</port>
      		<version>55</version>
      		<langtype>0</langtype>
		<registrationweb>www.ragnarok.com</registrationweb>
		<loading>
			<image>loading00.jpg</image>
			<image>loading01.jpg</image>
			<image>loading02.jpg</image>
			<image>loading03.jpg</image>
			<image>loading04.jpg</image>
			<image>loading05.jpg</image>
			<image>loading06.jpg</image>
		</loading>
   	</connection>
</clientinfo>

 

Edited by Haruka Mayumi
  • Love 1

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