From 16391e7db6651ed931f86030980f2ed1bfb601a7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Aug 2019 17:20:44 -0300 Subject: Fix minor "bug" on idle EXP-ing --- npc/003-0-1/professor.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/003-0-1') diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index e454e1805..dbde5ce08 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -35,7 +35,8 @@ OnSpeeching: // 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(2, 900, checkidle())) { - getexp 1+getskilllv(TMW2_SPEECH),1; + .@sk=getskilllv(TMW2_SPEECH); + getexp 1+.@sk,1+(.@sk/2); // dispbottom l("It is a boring speech..."); // If you are learning TMW2_READANCIENTLANGUAGES -- cgit v1.2.3-60-g2f50