diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-14 15:55:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-14 15:55:49 -0300 |
commit | 00d012fab3fcb141e426d47c78824024004eefd0 (patch) | |
tree | d449b875307e16f60fef9247f9ceff2f8b6a4586 /npc/027-0 | |
parent | 2b60c2defde8e5f499c9472f953d2ca5c0395c7d (diff) | |
download | serverdata-00d012fab3fcb141e426d47c78824024004eefd0.tar.gz serverdata-00d012fab3fcb141e426d47c78824024004eefd0.tar.bz2 serverdata-00d012fab3fcb141e426d47c78824024004eefd0.tar.xz serverdata-00d012fab3fcb141e426d47c78824024004eefd0.zip |
Expand Hall of Academics to TOP 30, fix typos
Diffstat (limited to 'npc/027-0')
-rw-r--r-- | npc/027-0/enrique.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt index 8b92b1b4c..eb89afdb3 100644 --- a/npc/027-0/enrique.txt +++ b/npc/027-0/enrique.txt @@ -22,6 +22,7 @@ l("What is the Scholar Rank?"), l("Who are the most famous scholars?"), rif(!ACADEMIC_RANK, l("I would like to enroll!")), + l("What counts for titulation? Could you give me examples?"), rif(getskilllv(TMW2_STUDY) < ACADEMIC_RANK, l("I would like to learn a new skill!")); mes ""; switch (@menu) { @@ -91,6 +92,19 @@ mesq l("Abuse can be determined by your peers or by the grandmasters, so be careful."); break; case 8: + mesn; + mesq l("Oh, several things. It depends a bit on what the scholars consider, and the scholars... well, they change."); + next; + mesn; + mesq l("For example, translations do not count. Wiki articles count."); + next; + mesn; + mesq l("Writing/Updating in client-data quests.xml and items.xml with the correct information usually counts as well."); + next; + mesn; + mesq l("But pretty much, anything which contributes to the common knowledge of this world. It might even be writing a NPC telling about the world history, developing software for Wiki/GameInfo/etc., it all depends on the scholars."); + break; + case 9: // 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)); |