Kelbim status timer does not need to repeat.

This commit is contained in:
MobiusDev 2018-04-01 19:48:55 +00:00
parent 494b3444ce
commit 99ce23eeef
3 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ public class Kelbim extends AbstractNpcAI
{ {
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0); _kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
_lastAction = System.currentTimeMillis(); _lastAction = System.currentTimeMillis();
startQuestTimer("check_activity_task", 60000, null, null, true); startQuestTimer("check_activity_task", 60000, null, null);
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null); startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
break; break;
} }

View File

@ -192,7 +192,7 @@ public class Kelbim extends AbstractNpcAI
{ {
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0); _kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
_lastAction = System.currentTimeMillis(); _lastAction = System.currentTimeMillis();
startQuestTimer("check_activity_task", 60000, null, null, true); startQuestTimer("check_activity_task", 60000, null, null);
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null); startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
break; break;
} }

View File

@ -192,7 +192,7 @@ public class Kelbim extends AbstractNpcAI
{ {
_kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0); _kelbimBoss = addSpawn(KELBIM, -56340, 60801, -269, 54262, false, 0);
_lastAction = System.currentTimeMillis(); _lastAction = System.currentTimeMillis();
startQuestTimer("check_activity_task", 60000, null, null, true); startQuestTimer("check_activity_task", 60000, null, null);
startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null); startQuestTimer("stage_all_random_area_attack", Rnd.get(2, 3) * 60000, null, null);
break; break;
} }