Quote:
Originally Posted by slappy89
Hmm how do we fix the lvl cape ? And remove Hybrid from nobility
|
u have to edit like 3 parts i finally figured it out
C:\Server\ConquerServer_v2\Database\ServerDatabase .cs
Client.Entity.Level = Math.Min((ushort)130, rdr.ReadUInt16("Character", "Level", 1));
C:\Server\ConquerServer_v2\Core\Kernel.cs
public const byte MinLevel = 1, MaxLevel = 130;
C:\Server\ConquerServer_v2\Client\Game Client.cs
public const byte MinLevel = 1, MaxLevel = 130;