diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-14 15:28:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-14 15:28:58 -0300 |
commit | a5534e046656f14a951ba3c5f86023389fd97986 (patch) | |
tree | cb4dc769a7fffb20bc29d63b518f3c17071afdd7 /npc/027-0/enrique.txt | |
parent | 1323574b95c92aa7d4c4096d95535d428bee6b16 (diff) | |
download | serverdata-a5534e046656f14a951ba3c5f86023389fd97986.tar.gz serverdata-a5534e046656f14a951ba3c5f86023389fd97986.tar.bz2 serverdata-a5534e046656f14a951ba3c5f86023389fd97986.tar.xz serverdata-a5534e046656f14a951ba3c5f86023389fd97986.zip |
Scholarship Titulation (manual mode)
Diffstat (limited to 'npc/027-0/enrique.txt')
-rw-r--r-- | npc/027-0/enrique.txt | 22 |
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; |