summaryrefslogtreecommitdiff
path: root/npc/027-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-0')
-rw-r--r--npc/027-0/enrique.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt
index 2f638fd65..d41f74f26 100644
--- a/npc/027-0/enrique.txt
+++ b/npc/027-0/enrique.txt
@@ -20,7 +20,8 @@
l("What are Magic Skill Points?"),
l("What are Research Points"),
l("What is the Scholar Rank?"),
- l("Who are the most famous scholars?");
+ 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.
mes "";
switch (@menu) {
@@ -70,6 +71,25 @@
case 6:
HallOfAcademic();
break;
+ case 7:
+ mesn;
+ mesq l("That is not how things are done here.");
+ next;
+ mesn;
+ mesq l("First, you need to contribute to the common knowledge of this world. Like, write a %s or something.", "[@@https://wiki.moubootaurlegends.org/|"+l("Wiki article")+"@@]");
+ next;
+ mesn;
+ mesq l("Then someone of a scholarship rank above your must approve it, and say that your work is enough to the next scholar rank.");
+ next;
+ mesn;
+ mesq l("For the higher titles, you'll need vouch of multiple people. You can vouch for anyone below your rank with %s but never for someone of same or higher rank.", b("@titulate"));
+ next;
+ mesn;
+ mesq l("Do note that abuse will cause both you and the person you vouched for to be kicked from the Academy! So be mindful with to whom you give titles.");
+ next;
+ mesn;
+ mesq l("Abuse can be determined by your peers or by the grandmasters, so be careful.");
+ break;
}
} while (@menu != 1);
close;