From b229d35ad6313ec517a7649e700ca04473db793f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 17:53:06 -0300 Subject: Fix bugs --- npc/003-0-1/professor.txt | 3 ++- npc/003-0-1/researcher.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 4b5a8be46..e1c3bda10 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -31,7 +31,8 @@ OnTimer5000: initnpctimer; end; OnSpeeching: - // If you have been sitted for at least 3 seconds (max AFK 5 minutes) + // If you have been IDLE for at least 3 seconds (max AFK 5 minutes) + // You'll get the EXP. Note you don't need to sit, only be idle. if (is_between(3, 300, checkidle())) { getexp 1+getskilllv(TMW2_SPEECH),1; // dispbottom l("It is a boring speech..."); diff --git a/npc/003-0-1/researcher.txt b/npc/003-0-1/researcher.txt index 24e073ddf..a923cdfcf 100644 --- a/npc/003-0-1/researcher.txt +++ b/npc/003-0-1/researcher.txt @@ -42,7 +42,7 @@ switch (.@id) { case AncientBlueprint: Zeny-=.price; - delitem AncientBlueprint; + delitem AncientBlueprint, 1; MakeRandomBlueprint(); break; case DesertTablet: -- cgit v1.2.3-70-g09d2