public bool Validate(Mobile m)
        {
            if (m == null || !m.Player)
                return true;
            {
                m_Timer = new OnEquipTimer(this, m);
                m_Timer.Start();
                m.SendMessage("Obrovska sila zahalila tve telo!");
                m.FixedParticles(0x36BD, 20, 10, 5044, EffectLayer.Head);
                m.PlaySound(0x205);
            }

            return true;
        }
示例#2
0
        public bool Validate(Mobile m)
        {
            if (m == null || !m.Player)
            {
                return(true);
            }
            {
                m_Timer = new OnEquipTimer(this, m);
                m_Timer.Start();
                m.SendMessage("Obrovska sila zahalila tve telo!");
                m.FixedParticles(0x36BD, 20, 10, 5044, EffectLayer.Head);
                m.PlaySound(0x205);
            }

            return(true);
        }
示例#3
0
        public bool Validate(Mobile m)
        {
            if (m == null || !m.Player)
            {
                return(true);
            }
            {
                m_Timer = new OnEquipTimer(this, m);
                m_Timer.Start();
                m.SendMessage("The great power of the cloak binds on you");
                m.FixedParticles(0x36BD, 20, 10, 5044, EffectLayer.Head);
                m.PlaySound(0x205);
            }

            return(true);
        }