diff options
-rw-r--r-- | db/re/item_db.conf | 3 | ||||
-rw-r--r-- | npc/003-0-1/researcher.txt | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 36916a467..1d3ec7a1d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10223,6 +10223,9 @@ item_db: ( EquipLv: 2 Refine: false ViewSprite: 3010 + Script: <" + addtoskill(TMW2_SPEECH, 1, 2); + "> }, { Id: 3011 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."); |