Dev j Posted July 18, 2023 Group: Members Topic Count: 17 Topics Per Day: 0.03 Content Count: 80 Reputation: 1 Joined: 06/22/23 Last Seen: July 16, 2024 Share Posted July 18, 2023 Help how to add emblem in newer client when in hosting already Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted July 18, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted July 18, 2023 (edited) 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 July 18, 2023 by AinsLord Quote Link to comment Share on other sites More sharing options...
0 Dev j Posted July 18, 2023 Group: Members Topic Count: 17 Topics Per Day: 0.03 Content Count: 80 Reputation: 1 Joined: 06/22/23 Last Seen: July 16, 2024 Author Share Posted July 18, 2023 (edited) 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 July 18, 2023 by Dev j Quote Link to comment Share on other sites More sharing options...
0 Akbare-2nd Posted July 18, 2023 Group: Members Topic Count: 6 Topics Per Day: 0.01 Content Count: 62 Reputation: 4 Joined: 06/11/23 Last Seen: Yesterday at 12:10 AM Share Posted July 18, 2023 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 Quote Link to comment Share on other sites More sharing options...
0 Dev j Posted July 18, 2023 Group: Members Topic Count: 17 Topics Per Day: 0.03 Content Count: 80 Reputation: 1 Joined: 06/22/23 Last Seen: July 16, 2024 Author Share Posted July 18, 2023 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 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted July 19, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted July 19, 2023 thats weird it works perfectly fine to me are you using the lates git of rA? Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted July 19, 2023 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Sunday at 06:19 AM Share Posted July 19, 2023 U need to run Webservicees for rAthena and Check ur Firewall. I fixed it by changing language type and servicetype on Clientinfo.xml Rynbef~ Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted July 20, 2023 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted July 20, 2023 probably your firewall port for 8888 is closed. this fixed mine. Quote Link to comment Share on other sites More sharing options...
0 Akbare-2nd Posted July 21, 2023 Group: Members Topic Count: 6 Topics Per Day: 0.01 Content Count: 62 Reputation: 4 Joined: 06/11/23 Last Seen: Yesterday at 12:10 AM Share Posted July 21, 2023 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 Quote Link to comment Share on other sites More sharing options...
Question
Dev j
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.