From ffc20f531e6e6a43f3f6368b512c48e177bfe479 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 30 Jul 2019 17:31:45 -0300 Subject: Change Professor Cycle to run each 3 seconds (min. idle time from 3 to 2 sec.) --- npc/003-0-1/professor.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-0-1/professor.txt') diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index bc37efbf7..e454e1805 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -26,15 +26,15 @@ OnInit: initnpctimer; end; -OnTimer5000: +OnTimer3000: areatimer2("003-0-1", 29, 34, 41, 38, 10, .name$+"::OnSpeeching"); initnpctimer; end; OnSpeeching: - // If you have been IDLE for at least 3 seconds (max AFK 15 minutes) + // If you have been IDLE for at least 2 seconds (max AFK 15 minutes) // You'll get the EXP. Note you don't need to sit, only be idle. - if (is_between(3, 900, checkidle())) { + if (is_between(2, 900, checkidle())) { getexp 1+getskilllv(TMW2_SPEECH),1; // dispbottom l("It is a boring speech..."); -- cgit v1.2.3-60-g2f50