Jump to content

rufi

Members
  • Posts

    10
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by rufi

  1. Hello first of all thank you for your prompt response and the time you are taking to read this and answer, I am aware that not everyone takes the time and for that I thank you. On the other hand the specific problem is when decrypting this package and being able to parse it, In some places it says that it is only encrypted with xor, in others that only a static blowfish is used and in others that both are used in the order of xor and then blowfish, this is the problem in spite of being able to see the encryption mechanisms of the servers, I can not put together the function that reverses this encryption to obtain the keys sent by the init packet. Thanks for your time, hopefully the rest can contribute something because it is a super useful module to extend any functionality to the client and I will publish it in an opensource way when it is finished.
  2. Hello, I’m working on decrypting the Init packet that the server sends to the client during login. This packet is treated specially and contains the Blowfish keys used to encrypt and decrypt subsequent packets. Although it isn’t encrypted irreversibly and should be reversible, I haven’t succeeded yet. My goal is to extract the Blowfish key to decrypt certain client packets without disrupting the normal session flow. I can inject a DLL to sniff the packets, and with that I plan to develop a module that extends the client’s functionality. For example, after logging in, this module would capture all the data the client receives (character data, etc.). Additionally, it could listen for real-time server events, enabling integrations with Discord SDKs or other systems, thereby expanding Lineage 2’s capabilities. Init packet(0x00) LoginServer. Currently in the java Cores I checked there is no decode function for this package, only encript.
  3. Without discouraging your enthusiasm, and having looked at what you went through... I think you asked Cursor to migrate l2j to .net.... on the other hand clearly you don't have experience in programming or in a high concurrency project... since in this kind of issues ORMs don't work... think that if it would work well in l2j we would use Spring Data with hibernate and that kind of things. it's not like that, unfortunately the best way to talk to the database in an efficient way is optimizing queries and interaction with the database. Don't get discouraged just keep researching!
  4. Puedes utilizar las instancias que se utilizan para las olympiadas.
  5. hello good morning, I'm having a problem, I have implemented a 1 on 1 Tournament event that is played in the instances of olympiad arenas, the event works very well only for the detail that when a character invokes his summon it becomes unselectable, both for the owner and for the opponent. then when we leave the arena everything works normally. additionally I add some context information. I am using L2JFrozzen 1132. the problem is already solved, it was that in the original code the creator created a parallel instance of the map and instead of being in the instance 0 by default, it created a cost instance where only the person existed, I changed that and it worked perfect. adjunto el post de donde saque el codigo del tournament
  6. Hello I am looking for the h5 client that was going around, this allowed to enter a c4/interlude server from a h5 client, is it possible that if anyone has it you can share it? Maybe I'm wrong and it was just a dowgrade of this chronicle....
  7. HOW DO I BECOME A PREMIUM MEMBER, I CAN'T FIND THE OPTION. ???
  8. how is password?
  9. Hello, how are you? I am starting and I am wanting to compile the source, I have already downloaded the repository, installed windows server 20012 and I am not getting it and if someone can share with me the installer of VS2005 x64 as I can not find the editor, additionally if you can edit or compile with a newer one would be great. On the other hand if anyone has advice to give me would be ideal, I am currently a software architect and already working with l2java for some time, specifically with Frozen. But I am wanting to start in L2off and to be able to develop my own mods. Greetings to the community.
×
×
  • Create New...