Ejemplo n.º 1
0
 //Line Below This: (TimeSpan.FromSeconds (this is where u adjust how long it takes till the egg drops)
 public InternalTimer(Mobile p) : base(TimeSpan.FromSeconds(1.0), TimeSpan.FromSeconds(1800.0))              //time 1.0 - 1800.0 meens will drop evey 1/2 hour
 {
     Priority = TimerPriority.FiftyMS;
     Mare     = ((ChickenEggLayer)p);
 }
			//Line Below This: (TimeSpan.FromSeconds (this is where u adjust how long it takes till the egg drops)
			public InternalTimer(Mobile p): base( TimeSpan.FromSeconds( 1.0), TimeSpan.FromSeconds( 1800.0))//time 1.0 - 1800.0 meens will drop evey 1/2 hour
		{
			Priority = TimerPriority.FiftyMS;
			Mare = ((ChickenEggLayer) p);
		}