Jump to content
  • 0

how it works emblem in newer client


Dev j

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.05
  • Content Count:  79
  • Reputation:   1
  • Joined:  06/22/23
  • Last Seen:  

Help how to add emblem in newer client when in hosting already

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

27 minutes ago, Dev j said:

Help how to add emblem in newer client when in hosting already

you need to modify this in your grf

data>luafiles514>luafiles>service_korea>ExternalSettings_kr.lub

and look for these lines

-----------------------------------------
-- Change the "AssistAddr" to your IP
AssistAddr = "http://Your IP:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- DON'T TOUCH ANYTHING BELOW
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
	Save = 'http://Your IP:8888/userconfig/save',
	Load = 'http://Your IP:8888/userconfig/load'
}
TwitterDataUrl = {
	Auth = 'http://Your IP:8888/twitter/user-auth',
	Upload = 'http://Your IP:8888/twitter/upload'
}
EmblemDataUrl = {
	Upload = 'http://Your IP:8888/emblem/upload',
	Download = 'http://Your IP:8888/emblem/download'
}

or just change these 2 lines

-- Change the "AssistAddr" to your IP
AssistAddr = "http://Your IP:8888"

//==============================================================

EmblemDataUrl = {
	Upload = 'http://Your IP:8888/emblem/upload',
	Download = 'http://Your IP:8888/emblem/download'
}

should be looked like this

EmblemDataUrl = {
	Upload = 'http://Your IP:8888/emblem/upload',
	Download = 'http://Your IP:8888/emblem/download'
}

that should work

Edited by AinsLord
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.05
  • Content Count:  79
  • Reputation:   1
  • Joined:  06/22/23
  • Last Seen:  

1 hour ago, AinsLord said:

you need to modify this in your grf

data>luafiles514>luafiles>service_korea>ExternalSettings_kr.lub

and look for these lines

-----------------------------------------
-- Change the "AssistAddr" to your IP
AssistAddr = "http://Your IP:8888"
-----------------------------------------
-- Old client compatibility [Secret]
-- DON'T TOUCH ANYTHING BELOW
-----------------------------------------
Url = { TwitterUrl = 'http://'..AssistAddr }
AccountLinkedUserDataUrl = {
	Save = 'http://Your IP:8888/userconfig/save',
	Load = 'http://Your IP:8888/userconfig/load'
}
TwitterDataUrl = {
	Auth = 'http://Your IP:8888/twitter/user-auth',
	Upload = 'http://Your IP:8888/twitter/upload'
}
EmblemDataUrl = {
	Upload = 'http://Your IP:8888/emblem/upload',
	Download = 'http://Your IP:8888/emblem/download'
}

or just change these 2 lines

-- Change the "AssistAddr" to your IP
AssistAddr = "http://Your IP:8888"

//==============================================================

EmblemDataUrl = {
	Upload = 'http://Your IP:8888/emblem/upload',
	Download = 'http://Your IP:8888/emblem/download'
}

should be looked like this

EmblemDataUrl = {
	Upload = 'http://Your IP:8888/emblem/upload',
	Download = 'http://Your IP:8888/emblem/download'
}

that should work

Thanks  let me try . is that only thing i need to do? or do i need to do anything

Edited by Dev j
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  24
  • Reputation:   1
  • Joined:  06/11/23
  • Last Seen:  

54 minutes ago, Dev j said:

Thanks  let me try . is that only thing i need to do? or do i need to do anything

no just ip server and port for emblem

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.05
  • Content Count:  79
  • Reputation:   1
  • Joined:  06/22/23
  • Last Seen:  

2 minutes ago, Akbare-2nd said:

no just ip server and port for emblem

i tried but its still not working im currently using 2021 client

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

thats weird it works perfectly fine to me

are you using the lates git of rA?

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  896
  • Reputation:   117
  • Joined:  05/23/12
  • Last Seen:  

U need to run Webservicees for rAthena and Check ur Firewall.

I fixed it by changing language type and servicetype on Clientinfo.xml

 

Rynbef~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.06
  • Content Count:  241
  • Reputation:   12
  • Joined:  08/12/20
  • Last Seen:  

probably your firewall port for 8888 is closed. this fixed mine.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  24
  • Reputation:   1
  • Joined:  06/11/23
  • Last Seen:  

On 7/18/2023 at 1:35 PM, Dev j said:

i tried but its still not working im currently using 2021 client

check your webserver and check the port used whether it is blocked or not.

don't forget to customize on the clientside

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