Recent content by MickThunder

  1. MickThunder

    Encryption for Classic and Enhanced Client - How it works?

    I did everything.. remove all the login keys that have got to do with 2d client. Is here any other way how clients can join on my shard with encryption or without with Enhanced Client? namespace Server.Customs.Encryption { public class Configuration { public static bool Enabled...
  2. MickThunder

    Encryption for Classic and Enhanced Client - How it works?

    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...
  3. MickThunder

    ServUO and Enhanced Client support (Publish 54)

    Ok, everything looks now ok. Then I added encryption... Classic client works with no issues, I guess. Problem is with Enhanced Client which is priority number one. I use latest version UOSALoader2.3 from https://code.google.com/p/kprojects/downloads/detail?name=UoSALoader_2.3.zip I set latest...
  4. MickThunder

    ServUO and Enhanced Client support (Publish 54)

    Hi. I just started with C#.. making server seems good for C# learning.. so.. I already downloaded ServUO + all server files and scripts manualy merged with old files, but I have one error in method GetRacialSkillBonus. Error 'Mobile' does not contain a definition for 'GetRacialSkillBonus'...
Back