Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by bloodforevil

  1. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    I'm so glad you managed to do this, I hope you get good authority on this. What are our main problems right now?
  2. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    Have you fixed Gameserver or is it because of that that you cannot log in?
  3. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    I have never seen the formatting, but if you share what works, it will help.
  4. bloodforevil

    Dragona Dev Environment

    Archive 3 also includes a video to help you install it step by step.
  5. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    I wrote it for testing purposes [i ] yeah i noticed now and it doesn't show up
  6. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    #include <iostream> #include <iomanip> #include <sstream> // Function to convert a bytes array to GSConf format std::string bytesToGSConf(const unsigned char* bytes, size_t length) { std::stringstream gsconf; gsconf << std::hex << std::setfill('0'); // Hexadecimal format, fill with...
  7. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    I understand that to convert a byte array to GSConf format you need to process each byte according to the GSConf format. If characters are available as single bytes, we can use their ASCII encoding. Below is C++ code that converts a byte array to GSConf format using ASCII encoding:
  8. bloodforevil

    Mobile Source Code Ragnarok Origin[Full]

    Have you tried other encodings? It's obvious it's not UTF-8.
  9. bloodforevil

    Dragona Dev Environment

    Yes, I remember this made me sad years ago =)
  10. bloodforevil

    Dragona Dev Environment

    What I see here is that there is still no Game Studio (map, animation, effects, skill, ui editor) we only have server and client resources.
  11. bloodforevil

    Dragona Dev Environment

    I saw that the tutorial video was very old and I think the reason why I left these files was the lack of tools. I remember I opened a private server.
  12. bloodforevil

    Dragona Dev Environment

    I'm very happy about this. How about the tools? Is it a complete resource? I watched the video and saw DNC There has been no sound from DNC for a long time, I was wondering if everything was okay.
  13. bloodforevil

    Dragona Dev Environment

    It's been a long time. Have you ever run this source code?
  14. bloodforevil

    Punishing: Gray Raven (战双帕弥什)

    I think this won't be as easy as it seems because you're using the original client, I'd have to refactor the language file with every update.
Back
Top