Jump to content
  • 0

GM Sprite Issue - Latest Build


DapvhirGaming

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  10/16/16
  • Last Seen:  

Using the 2020-04-01b client, server itself is the latest rAthena release, with the 2020-04-09 full client as the base. Account ID is group 99 in SQL. ClientInfo.xml is in the GRF, data entered below. Account has the GM level command access, but no yellow name, nor the GM Sprite. Let me know if any other info is needed for suggestions! AFAIK, it matches all previous posts on this topic that I could find. And I accept it may just be that something is different in the newest build that hasn't been identified yet. Thanks for your help in advance!

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Local</display>
      		<address>REDACTED</address>
      		<port>6900</port>
      		<version>55</version>
      		<langtype>1</langtype>
		<registrationweb>REDACTED</registrationweb>
		<yellow>
			<admin>2000000</admin>
			<admin>2000002</admin>
		</yellow>
		<aid>
			<admin>2000000</admin>
			<admin>2000002</admin>
		</aid>

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

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

does your client is not diff with disable gm sprite?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

2 hours ago, Brynner said:

does your client is not diff with disable gm sprite?

if he did it the nickname should have yellow name too although use that diff

 

Try use this
 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Online Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Local</display>
      	<address>127.0.0.1</address>
      	<port>6900</port>
      	<version>46</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>
		</loading>
		<yellow>
			<admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
		</yellow>
   	</connection>
</clientinfo>

 

Edited by LearningRO
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  10/16/16
  • Last Seen:  

9 hours ago, Brynner said:

does your client is not diff with disable gm sprite?

Even rediff'd the client to make sure they weren't.

 

7 hours ago, LearningRO said:

if he did it the nickname should have yellow name too although use that diff

 

Try use this
 


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
	<desc>Ragnarok Online Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
		<display>Local</display>
      	<address>127.0.0.1</address>
      	<port>6900</port>
      	<version>46</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>
		</loading>
		<yellow>
			<admin>2000000</admin>
			<admin>2000001</admin>
			<admin>2000002</admin>
		</yellow>
   	</connection>
</clientinfo>

 

The above wouldn't really do me any good as it's an online server, and doesn't match the rest of the relevant settings. I've also tried placing the yellow entry in every conceivable spot inbetween <connection> </connection>

 

Other things tried:

  • Just aid
  • Just yellow
  • Servicetype as America instead of Korea
  • Langtype as 0, despite needing it to be 1
  • Barebone's diff'd client with dak's 2020 translation profile

Like I said, it could be something with the new version and it may not be possible for one reason or another at this time. And if so, is what it is. ?‍♂️

Grateful for the feedback up to this point!

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