Понял в чем была ошибка, в basecreature не было описания этого самого некстлвл
Код
#region FS:ATS Edits
if (this.Tamable == true)
{
if (this.NextLevel == 0)
{
int totalstats = this.Str + this.Dex + this.Int + this.HitsMax + this.StamMax + this.ManaMax + this.PhysicalResistance + this.FireResistance + this.ColdResistance + this.EnergyResistance + this.PoisonResistance + this.DamageMin + this.DamageMax + this.VirtualArmor;
int nextlevel = totalstats * 10;
this.NextLevel = nextlevel;
}
if (this.MaxLevel == 0)
{
this.MaxLevel = Utility.RandomMinMax(10, 30);
}
после вставки етого изменения все заработало (IMG:
style_emoticons/default/smile.gif)
Но возникла еще одна проблемка :
Затаймленные петы - криминалы, и отмываца от него не хотят.
Как ето устранить можно ?