Hey everyone, after few hours of re-searching I couldn't find any possible solution for this, so I decided to ask you for help. 0 errors while building in eclipse (BUILD SUCCESSFUL), and after these errors, the server is registered normally. Pack: aCis Rev: 339 Java: 8 Subclipse: 10
The new jars are added in the lib folder, as I said the build passed without any error, even the orange ones. This happens only when I start the gameserver. I tried with -version:1.7 in the gameserver.bat with installed java 7 & 8.
I open the l2j server and see
1. XOR->NewCrypt.encXORPass(raw, offset, size, Rnd.nextInt()); ---> XOR can also be taken from l2j
2. _staticCrypt.crypt(raw, offset, size);
----->
I scroll down the code and see this code
----->
===================================================
I'm transferring this code to C#
And in c# I first do decryptBlock and then XOR and everything works, I get the package
and the first 2 bytes have already been removed as far as I remember
This only works for the login server.
The blowfish encryption key is used static, it can be found in the l2j server
Question
R3spawn
Hey everyone, after few hours of re-searching I couldn't find any possible solution for this, so I decided to ask you for help. 0 errors while building in eclipse (BUILD SUCCESSFUL), and after these errors, the server is registered normally. Pack: aCis Rev: 339 Java: 8 Subclipse: 10
The new jars are added in the lib folder, as I said the build passed without any error, even the orange ones. This happens only when I start the gameserver. I tried with -version:1.7 in the gameserver.bat with installed java 7 & 8.
6 answers to this question
Recommended Posts