Ejemplo n.º 1
0
 protected override void OnTick()
 {
     if (m_Mobile.CanBeHarmful(m_Target))
     {
         m_Mobile.DoHarmful(m_Target);
         AOS.Damage(m_Target, m_Mobile, Utility.RandomMinMax(10, 20), 100, 0, 0, 0, 0);
         new EarthGate(m_Mobile).MoveToWorld(m_Target.Location, m_Target.Map);
     }
 }