Jump to content

amm0nition

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by amm0nition

  1. Can someone tell me how to disable Enable 44khz Audio because this patch worsens the audio quality of newer BGMs instead of improving anything.
  2. Yes, you replace that line inside pc.cpp and then recompile the server.
  3. So I applied the patch, and they're still showing me novices. I manually patched battle.hpp because int is now int32. Is there something I'm missing? Edit: Solved it. I need to change clif_changelook(&sd->bl,LOOK_BODY2,0); to clif_changelook(&sd->bl,LOOK_BODY2,sd->status.body);
  4. The exe crashed almost immediately. I have Python 3.12. Am I missing something?
  5. Straight-forward video of how I setup rAthena for renewal mode both client-side and server-side. Also dumb me didn't use conf/import folder.
  6. This is my first instance Script for my server, so it's not intended to follow kRO official EDDA BioLab instance. I don't have plan to release the script because it's not perfect.
  7. This client doesn't read clientinfo.xml or even sclientinfo.xml. Am I missing something here? Is there a reason for why my client have to be able to read clientinfo.xml instead of sclientinfo.xml to solve my issue?
  8. For reasons I don't know, my client reads sclientinfo.xml only, if I changed it to clientinfo.xml the client will greet me with errors.
  9. Found the fix and forgot to reply it here. I forgot to change the PACKETVER in the defines_pre.hpp
  10. I'm using 2021-01-07a client and it worked just fine when I connect to my server locally. So I set up a server at a different computer, changes the IP in the sclientinfo.xml to that different computer's IP. But it fails to connect to server after Select Service. I can login to my character and it showed the usual Select Service, but after clicking that, it get stuck in the "Please Wait" window, before giving a message "Failed to Connect to Server." What puzzles me is that when I tried to use a different client, this time I used 2021-11-17 client (it was included in Anacondaq's Offline RO pack) and it worked. I connects to the game after the Select Service and the Character Selection Menu shows up. I hope someone out there can solve my problem.
  11. I need help for this issue since I have no idea how I get this issue, I used 2020-05-20b client. My game disconnects when I press the dismount button in the Equip Panel, but there don't seem to be any other problems other than disconnecting me, I can still login back.
×
×
  • Create New...