public override void BreathStart(Mobile target)
        {
            base.BreathStart(target);
            webid = 4306;
            Timer web = new CastWebTimer(this, target, webid);

            web.Start();
        }
Exemple #2
0
        public override void BreathStart(Mobile target)
        {
            base.BreathStart(target);
            webid = 12320 + Utility.Random(4);
            Timer web = new CastWebTimer(this, target, webid);

            web.Start();
        }
        public override void BreathStart(Mobile target)
        {
            base.BreathStart(target);
            webid = 4306 + Utility.Random(6);
            Timer web = new CastWebTimer(this, target, webid);

            web.Start();

            // TODO: Web ability
        }
		public override void BreathStart(Mobile target)
		{
			base.BreathStart(target);
			webid = 4306 + Utility.Random(6);
			Timer web = new CastWebTimer(this, target, webid);
			web.Start();

			// TODO: Web ability
		}
		public override void BreathStart(Mobile target)
		{
			base.BreathStart(target);
			webid = 12320 + Utility.Random(4);
			Timer web = new CastWebTimer(this, target, webid);
			web.Start();

		}
		public override void BreathStart(Mobile target)
		{
			base.BreathStart(target);
			webid = 4306;
			Timer web = new CastWebTimer(this, target, webid);
			web.Start();

		}