Jump to content
  • 0

GIF Emblem or Ordinary Emblem


Onairda

Question


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   9
  • Joined:  12/30/16
  • Last Seen:  

Hello Everyone,

In my client version 2020-01-08a, no emblems are displaying. The 24-bit .bmp and GIF emblems are not applying or showing in-game. I checked the 'Enable HTTP Emblem on Ragexe' option during diffing, but it is still not working.

Now my question, is the below tutorial is still required to make the emblem work? until now 2024?

, t

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   9
  • Joined:  12/30/16
  • Last Seen:  

I have now solve this without following and installing the video above.

 

1st: Diff client 'Enable HTTP Emblem' (FOR GIF if you don't like GIF emblem don't enable it), 'Always call SelectKoreaClientInfo()'.

2nd: luafiles514/lua files/service_korea/ ExternalSettings_kr.lub and  ExternalSettings_kr_sak.lub : 

AssistAddr = "127.0.0.1:8080"  the port is based on the web_conf mine is 8080.

MakeableRace = { Doram = false }
-- Change the "AssistAddr" to your IP
AssistAddr = "127.0.0.1:8080"
Url = { TwitterUrl = "http://ipaddress:8080" }
AccountLinkedUserDataUrl = {
	Save = "http://ipaddress here:8080/userconfig/save",
	Load = "http://ipaddress here:8080/userconfig/load"
}
TwitterDataUrl = {
	Auth = "http://ipaddress here:8080/twitter/user-auth",
	Upload = "http://ipaddress here:8080/twitter/upload"
}
EmblemDataUrl = {
	Upload = "http://ipaddress here:8080/emblem/upload",
	Download = "http://ipaddress here:8080/emblem/download"
}


3rd: Clientinfo: should be Korea in service Type/

<clientinfo>
	<desc>Ragnarok Client Information</desc>
	<servicetype>korea</servicetype>
	<servertype>primary</servertype>
	<connection>
     <display>Ragnarok</display>
		<balloon>Server</balloon>
      		<address>15.235.225.202</address>
      		<port>6900</port>
      		<version>55</version>
      		<langtype>1</langtype>
		<registrationweb></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>
		<yellow>
            <admin>2000000</admin>
            <admin>2000002</admin>
            <admin>2000003</admin>
        </yellow>
		<aid>
			<admin>2000000</admin>
		</aid>
    </connection>
	
</clientinfo>

Restart your server! 

Edited by Onairda
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  941
  • Reputation:   125
  • Joined:  05/23/12
  • Last Seen:  

I had the same issue. I changed my Clientinfo (Langtype) (server and service type) and it worked. But I have to say u need to try which exactly cuz it's about one year ago.

 

Rynbef~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  177
  • Reputation:   9
  • Joined:  12/30/16
  • Last Seen:  

22 hours ago, Rynbef said:

I had the same issue. I changed my Clientinfo (Langtype) (server and service type) and it worked. But I have to say u need to try which exactly cuz it's about one year ago.

 

Rynbef~

What is your langtype? 

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