в квестовых мобах замени строку
Код
ArrayList rights = BaseCreature.GetLootingRights( this.DamageEntries, this.HitsMax );
на
Код
List<DamageStore> rights = BaseCreature.GetLootingRights( this.DamageEntries, this.HitsMax );
Так-же добавь директиву "using System.Collections.Generic;"