diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 19:51:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 19:51:24 -0300 |
commit | 914e8d216fb315310fe2b8d5e50ff09d9af0479d (patch) | |
tree | 38894e4d7f411c32536aa78418a40573f2d14125 /npc/003-0-1/researcher.txt | |
parent | 08d316446a28da68e13417c61b08adeb887babd3 (diff) | |
download | serverdata-914e8d216fb315310fe2b8d5e50ff09d9af0479d.tar.gz serverdata-914e8d216fb315310fe2b8d5e50ff09d9af0479d.tar.bz2 serverdata-914e8d216fb315310fe2b8d5e50ff09d9af0479d.tar.xz serverdata-914e8d216fb315310fe2b8d5e50ff09d9af0479d.zip |
Minor rewrite. AFK Cap (unobtanium) now gives you +1 xp at Professor
Diffstat (limited to 'npc/003-0-1/researcher.txt')
-rw-r--r-- | npc/003-0-1/researcher.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-0-1/researcher.txt b/npc/003-0-1/researcher.txt index 01e8e0482..5a0e12cf3 100644 --- a/npc/003-0-1/researcher.txt +++ b/npc/003-0-1/researcher.txt @@ -62,10 +62,10 @@ } mesn; - mesq l("Wait, it is not so simple as giving me money."); + mesq l("Wait, it is not so simple as just giving me the money."); next; mesn; - mesq l("What do you think learning is, magic?!"); + mesq l("What do you think learning is, magic?! No!"); next; mesn; mesq l("What do you need to learn something besides money for tuitions fee? Time and Dedication."); @@ -73,7 +73,7 @@ Zeny-=.learn; ANCIENTLANGUAGEBOUNCER=13; // 120s / 5 = 12 + 1 for node mesn; - mesq l("Do you see the professor on the next room? Learn to his boring speech for @@. There are the materials for the class.", b(l("two minutes"))); + mesq l("Do you see the professor on the next room? Listen to his boring speech for @@. There are the materials for the class.", b(l("two minutes"))); next; mesn; mesq l("If you pay attention, you'll learn the skill."); |