diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 17:56:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 17:56:22 -0300 |
commit | 08d316446a28da68e13417c61b08adeb887babd3 (patch) | |
tree | 23a5f5e6c0a283e2d9d85089963305501d0b59f2 /npc | |
parent | b229d35ad6313ec517a7649e700ca04473db793f (diff) | |
download | serverdata-08d316446a28da68e13417c61b08adeb887babd3.tar.gz serverdata-08d316446a28da68e13417c61b08adeb887babd3.tar.bz2 serverdata-08d316446a28da68e13417c61b08adeb887babd3.tar.xz serverdata-08d316446a28da68e13417c61b08adeb887babd3.zip |
Fix bug because 5 seconds cycle
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/researcher.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/researcher.txt b/npc/003-0-1/researcher.txt index a923cdfcf..01e8e0482 100644 --- a/npc/003-0-1/researcher.txt +++ b/npc/003-0-1/researcher.txt @@ -71,9 +71,9 @@ mesq l("What do you need to learn something besides money for tuitions fee? Time and Dedication."); next; Zeny-=.learn; - ANCIENTLANGUAGEBOUNCER=61; + 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 A WHOLE MINUTE. There are the materials for the class."); + 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"))); next; mesn; mesq l("If you pay attention, you'll learn the skill."); |