Jump to content

valesti

Members
  • Posts

    43
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

2909 profile views

valesti's Achievements

Santa Poring

Santa Poring (3/15)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Dedicated

Recent Badges

4

Reputation

2

Community Answers

  1. If the error still persist, probably you changed the wrong file. The file name needs to match to the clientinfo.xml servicetype. Example: <servicetype>korea</servicetype> <servertype>sakray</servertype> So, my file name will be: ExternalSettings_kr_sak ExternalSettings_kr_sak.lub
  2. Technically possible, but boring. In the database you will find a table called picklog with the date and time of obtaining that item. There will be described the type if it was dropped by monster, NPC, or by some command. Filter exploit dates and times, and the type of (monster, npc, command). Get account ids and delete the items in table inventory, cart_inventory, storage, guild_storage. It won't be 100% accurate, but it will give you a north to adjust. Sorry for my English. I hope you understand.
  3. src/config/renewal.hpp Alterar: //#define PRERE Para: #define PRERE Recompile o emulador para que as mudanças surtam efeito. Você não precisará importar nenhuma configuração diferente no seu banco de dados (deve importar apenas o main.sql/logs.sql, que acredito que você já tenha feito anteriormente). Depois da mudança, o emulador sempre puxará as configurações dentro das pastas com a sigla pre-re. Exemplo: Quero alterar a quantidade de vida do mob SCORPION. Então eu sigo o diretório: db/PRE-RE/mob_db.YML Para a mudança surtir efeito é só digitar @reloadmobdb com a sua conta de GM dentro do jogo.
  4. Não precisa alterar o IP em lugar nenhum, apenas o sclientinfo do client. Deixe tudo configurado conforme padrão do rAthena. A partir do momento que você utiliza o RADMIN, todos que estão conectados na sua rede são considerados localhost, então o IP 127.0.0.1 vai servir.
  5. The client is trying to connect with the rAthena webserv and is not succeeding, and this error is caused by that. I asked a question a few days ago about it, and got the answer. See my topic.
  6. Doesn't works. There is my configs: Url = { TwitterUrl = "http://127.0.0.1:8888" } 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:8888/emblem/upload", Download = "http://127.0.0.1:8888/emblem/download" } Is like my client is not reading this files to allow the emblem change.
  7. 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?
  8. Everything is perfect. Just keep going! I hope test all the features soon.
  9. Hi everyone. How can i change the new song effects to the old effect? I already search in forum a answer to this, but i dont finded. Thx. NEW: OLD:
  10. Boa tarde, Tassadar. Existe o comando @slave. Ele não atende as suas necessidades?
×
×
  • Create New...