1package com.osroyale.game.world.entity.combat.strategy.npc.boss.skotizo;
3import com.osroyale.game.task.Task;
4import com.osroyale.game.world.World;
5import com.osroyale.util.Stopwatch;
7import java.util.concurrent.TimeUnit;
30public class SkotizoEvent
extends Task {
31 private boolean initial;
34 public SkotizoEvent() {
47 if (stopwatch.elapsedTime(TimeUnit.MINUTES) >= 120) {
55 if (stopwatch.elapsedTime(TimeUnit.MINUTES) >= 20) {
59 SkotizoUtility. skotizo.speak(
"Pathetic humans could not kill me! Muhahaha");
62 World.
sendMessage(
"<icon=6><col=8714E6> Skotizo has disappeared! He will return in 60 minutes.");
Task(boolean instant, int delay)
static void sendMessage(String... messages)
static void schedule(Task task)