I discovered in FlyingCreature.cs there should be something wrong about
public FlyingCreature(AIType ai,FightMode mode,int iRangePerception,int iRangeFight, double dActiveSpeed,double dPassiveSpeed)
: base( AIType.AI_FlyingAnimal, FightMode.Aggressor, iRangePerception, iRangeFight...