From 6dbe10c9fe296f627c49c6d52e9cdfd6f8dd9f2d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Jul 2021 11:28:01 -0300 Subject: Reduce event heartbeats --- npc/annuals/fathertime.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/annuals/fathertime.txt b/npc/annuals/fathertime.txt index e2760d49..d33dc4f8 100644 --- a/npc/annuals/fathertime.txt +++ b/npc/annuals/fathertime.txt @@ -6,10 +6,11 @@ OnInit: donpcevent strnpcinfo(0) + "::OnTimer20000"; end; +OnClock0000: OnTimer20000: donpcevent "#XmasConfig::OnCommandRestartQuest"; donpcevent "#HalloweenConfig::OnCommandRestartQuest"; donpcevent "Easter Eggs::OnCheckEaster"; - initnpctimer; + //initnpctimer; end; } -- cgit v1.2.3-60-g2f50