Jump to content

dwlrma

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

1804 profile views

dwlrma's Achievements

Poring

Poring (1/15)

2

Reputation

1

Community Answers

  1. Hello everyone, I tried to update my client version to 2018-05-30b and the packet loads fine in the server with no errors (and it reads the correct packet date for the client) but for some reason the client always crashes after selecting the server. I can never make it to the character selection screen no matter what I diff my client with. I tried the suggestions for difs to use and have used the updated nemo for the 2018 clients. I also checked my sclientinfo. Any ideas?
  2. In your client folder (the folder you use to start the game) your client file name should say something like 2018-03-07bRagexeRE (with whatever date your client is) unless it was diffed and was put another name instead of the actual date of the client. edit: I forgot you can also check your client version in one of the servers (char/login/map) I forgot which one though, but it should say something like, "LOADING PACKETVER: 20150512" (with whatever date your client is)
  3. you can check your iteminfo.lub/lua if you want (in your system folder) to see if the items are listed in there. What client version are you using?
  4. The issue might also be your client. Sometimes when costume headgears/accessories don't show I try to upgrade my client and then it usually works. (like the 2015 didn't show some costumes but a 2017/2018 client did).
  5. thank you for the screenshots! I just read on your post that you had "read data first" patch enabled on your client. Make a new patched exe without that patched and see if it helps. Also, I would highly recommend the files shared by Anacondaqq here on this forum. Everything is fully translated (just make sure to change the packet version in your server). I used their grf (along with my own) and it helped with all my untranslated buttons. Just make sure to add it to your DATA.ini!
  6. Can you post some screenshots of the login buttons that aren't translated? I had a similar issue and might be able to help.
  7. there's a video guide on the forum on how to use visual studio to recompile your server. It's very helpful! Here's the link!
  8. there are lots of kRO unpacked clients, here! I believe any client above the date 2018-02-21 should have the new character interface you mentioned!
  9. which iteminfo are you using? Are you using the one from Asheraf? I believe there's is updated.
  10. I can't see your attachment. You can share your .lub/.lua instead since I'm having trouble seeing what you're trying to send. Don't fret to start your own topic as well!
  11. No need to apologize! I open and edit all my .lub and .lua files using Atom (A type of text editor)!
  12. Yes. Here's one that hasn't been diffed yet: 2018-03-07bRagexeRE.exe
  13. Of course! Here's my client. I'll PM you my conf folder since It'll be a big file! If the client doesn't connect using my conf and client then there has to be an issue server side. 2018-03-07bRagexeRE_patched.exe
  14. Ah, my bad. Your defines_pre.h looks fine. I really don't know what's causing the connection issue. Usually recompiling/ diffing your client/ etc fix the issue. If you're able to, I would suggest pulling a fresh new copy from github and re-make your server from scratch. (sometimes we change things in the files without remembering) it helped me when I upgraded my client from 2015 to 2018. Hopefully someone else sees this and can help you. Sorry I couldn't fix your issue.
  15. when changing packet version make sure you're not editing any other packet version except the first one. Only change the one that says 20180307 to your client date. It looks like you edited PACKETVER_RE which you shouldn't change (if I'm correct) so change it back to 20151104. My apologies that I cannot highlight things in code boxes so let me know if this is confusing you. #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.h file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20180307 #endif #ifndef PACKETVER_RE /// From this point on only kRO RE clients are supported #if PACKETVER > 20151104 #define PACKETVER_RE #endif #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION
×
×
  • Create New...