Ejemplo n.º 1
0
        public void StartRinger()
        {
            if (GRonly && Hud.Game.SpecialArea != SpecialArea.GreaterRift)
            {
                return;
            }
            if (Bossonly && Hud.Game.RiftPercentage < 100)
            {
                return;
            }

            if (!ActiveTime.IsRunning)
            {
                ActiveTime.Start();
            }

            if (!ActiveTimeLong.IsRunning)
            {
                ActiveTimeLong.Start();
            }
        }