Hello, im trying to make a server but i cant fix something.
so some friends loged in and started testing farm zones, boss zones and pvp then we noticed that Human Archer has 7.8 p atak and 890 atk speed and Titan has 8.9 p atak and 850 atak speed without Frenzy,rage,zealot (titan has normal stats with 2h sword) so is there any way to nerf the Bow on titan?
removing the bow from characters which have not "bow mastery" isnt an option
also how can i make the titan not be able to use frenzy when he a wears bow?
Thanks for reading my post and i hope some1 can help me !
(server has no custom items) and i use L2j Frozen.
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
Stev0
Hello, im trying to make a server but i cant fix something.
so some friends loged in and started testing farm zones, boss zones and pvp then we noticed that Human Archer has 7.8 p atak and 890 atk speed and Titan has 8.9 p atak and 850 atak speed without Frenzy,rage,zealot (titan has normal stats with 2h sword) so is there any way to nerf the Bow on titan?
removing the bow from characters which have not "bow mastery" isnt an option
also how can i make the titan not be able to use frenzy when he a wears bow?
Thanks for reading my post and i hope some1 can help me !
(server has no custom items)
and
i use L2j Frozen.
9 answers to this question
Recommended Posts