MickThunder
Initiate
Hi, I start working on Enhanced Support for ServUO (Publish 54) with Encryption.
Using Encryption files from this files. I downloaded them somewhere here in thread about Enhanced Client Support.
Classic Client can easily login with legacy client.exe and no problems, but if I try connect via Enhanced Client I have this error.

Changed file Scripts/Customs/Encryption/Configuration.cs
Is here any good spirit who can help me with it? ... 3 days and full nights testing.. but can't resolve it.
Using Encryption files from this files. I downloaded them somewhere here in thread about Enhanced Client Support.
Classic Client can easily login with legacy client.exe and no problems, but if I try connect via Enhanced Client I have this error.

Changed file Scripts/Customs/Encryption/Configuration.cs
Code:
public static LoginKey[] LoginKeys = new LoginKey[]
{
new LoginKey("7.0.46", 0x25932F1D, 0xA7B3A27F), // Latest 2D Patch
new LoginKey("4.0.46", 0x24132F1D, 0xA773A27F), // Latest EC Patch
new LoginKey("7.0.35 2D", 0x283235CD, 0xA1345E7F),
new LoginKey("7.0.34 2D", 0x28EAAFDD, 0xA157227F),
....
Is here any good spirit who can help me with it? ... 3 days and full nights testing.. but can't resolve it.