From 52ebce88aa7e1acfd1e53ae26fc97e28ab18033c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jul 2019 18:12:29 -0300 Subject: I think 15 minutes is a reasonable AFK time --- npc/003-0-1/professor.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 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 e1c3bda10..bc37efbf7 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -30,10 +30,11 @@ OnTimer5000: 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 5 minutes) + // If you have been IDLE for at least 3 seconds (max AFK 15 minutes) // You'll get the EXP. Note you don't need to sit, only be idle. - if (is_between(3, 300, checkidle())) { + if (is_between(3, 900, checkidle())) { getexp 1+getskilllv(TMW2_SPEECH),1; // dispbottom l("It is a boring speech..."); -- cgit v1.2.3-60-g2f50