From 2b60c2defde8e5f499c9472f953d2ca5c0395c7d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Dec 2020 15:30:08 -0300 Subject: And the preparative for STUDY skill! --- npc/027-0/enrique.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/027-0') diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt index d41f74f26..8b92b1b4c 100644 --- a/npc/027-0/enrique.txt +++ b/npc/027-0/enrique.txt @@ -21,8 +21,8 @@ l("What are Research Points"), l("What is the Scholar Rank?"), l("Who are the most famous scholars?"), - rif(!ACADEMIC_RANK, l("I would like to enroll!")); - // TODO: Give TMW2_STUDY for MSP. Need X skills learnt or 1M GP. + rif(!ACADEMIC_RANK, l("I would like to enroll!")), + rif(getskilllv(TMW2_STUDY) < ACADEMIC_RANK, l("I would like to learn a new skill!")); mes ""; switch (@menu) { case 1: @@ -90,6 +90,11 @@ mesn; mesq l("Abuse can be determined by your peers or by the grandmasters, so be careful."); break; + case 8: + // TODO: Give TMW2_STUDY for MSP. Need X skills learnt or 1M GP. + mesn; + mesq l("Soon enough, young %s. The study skill is almost finished... Muahaha!", strcharinfo(0)); + break; } } while (@menu != 1); close; -- cgit v1.2.3-70-g09d2