Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/23 in all areas

  1. I have a little problem with the client 2021-11-03. When i try to set a emblem guild, my webserv doesn't show any try request Curently my ExternalSettings is: Url = { TwitterUrl = "http://0.0.0.0:3000" } AccountLinkedUserDataUrl = { Save = "http://127.0.0.1:8888/userconfig/save", Load = "http://127.0.0.1:8888/userconfig/load" } TwitterDataUrl = { Auth = "http://127.0.0.1:8888/twitter/user-auth", Upload = "http://127.0.0.1:8888/twitter/upload" } EmblemDataUrl = { Upload = "http://127.0.0.1.110:8888/emblem/upload", Download = "http://127.0.0.1:8888/emblem/download" } If i put the link in my browser, show a request try [Info]: 127.0.0.1 [GET /emblem/download] 404 But if i try to change the emblem in game doesn't show anything. When i enter in my char, this message apears: "There was an error when loading the data account settings. (Please restart to retry.) I think is because of this error. Someone can help me?
    1 point
  2. thanks forr this sharing information. I don't know what's the different, but glad to know your problem already solved.
    1 point
  3. That's not really possible without rewritting most of the emulator. Everything is made with the assumption that the account ID is unique to a player. A simple example would be a script function like "rid2name". Which name should that return, since they both players have the same rid (the rid is the account ID, to be clear)? Plus, that's the easy part. Imagine using a storage on two characters in the same account; you'd be able to dupe items left and right and that's just one scenario.
    1 point
  4. MakeableRace = { Doram = true } AssistAddr = "YOUR IP ADDRESS:8888" ----------------------------------------- -- Old client compatibility [Secret] -- (Just change the "AssistAddr" to your IP) ----------------------------------------- Url = { TwitterUrl = 'http://'..AssistAddr } AccountLinkedUserDataUrl = { Save = 'http://'..AssistAddr..'/userconfig/save', Load = 'http://'..AssistAddr..'/userconfig/load' } TwitterDataUrl = { Auth = 'http://'..AssistAddr..'/twitter/user-auth', Upload = 'http://'..AssistAddr..'/twitter/upload' } EmblemDataUrl = { Upload = 'http://'..AssistAddr..'/emblem/upload', Download = 'http://'..AssistAddr..'/emblem/download' }
    1 point
×
×
  • Create New...