summaryrefslogtreecommitdiff
path: root/npc/009-2/librarian.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 23:19:38 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 23:19:38 -0300
commit0b846bddfa59054284ddd595e2f9aaca1dfa4066 (patch)
tree170955df4407beae6a4cf2c21b87219a3dd445a2 /npc/009-2/librarian.txt
parent495a42de7692534a5ece735d5f49b782be818b17 (diff)
downloadserverdata-0b846bddfa59054284ddd595e2f9aaca1dfa4066.tar.gz
serverdata-0b846bddfa59054284ddd595e2f9aaca1dfa4066.tar.bz2
serverdata-0b846bddfa59054284ddd595e2f9aaca1dfa4066.tar.xz
serverdata-0b846bddfa59054284ddd595e2f9aaca1dfa4066.zip
This should make Mana Stone error message more useful, and game smoother.
Diffstat (limited to 'npc/009-2/librarian.txt')
-rw-r--r--npc/009-2/librarian.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt
index 72389d9b2..19e43642e 100644
--- a/npc/009-2/librarian.txt
+++ b/npc/009-2/librarian.txt
@@ -25,7 +25,7 @@ L_Advance:
if (!.@nt || .@n == 6)
goto L_Prologue;
- // If you wait 7 - instead of 3 - hours, you are abusing.
+ // If you wait 7 - instead of 2 - hours, you are abusing.
// So now, you must wait an extra hour.
if (.@nt > santime()+(60*60*7)) {
setq2 General_Narrator, santime()+(60*60);
@@ -58,8 +58,9 @@ L_Prologue:
mesq l("Ah... I see. You are a lost soul, without parents, lost on the world with only some basic stuff.");
next;
mesn;
- mesq l("Alright, I'll look in the archives. I'll have an answer for you in three hours. Meanwhile, why don't you suppress the bandits on the cliff?");
- setq General_Narrator, 7, santime()+(60*60*3);
+ mesq l("Alright, I'll look in the archives. I'll have an answer for you in two hours. Meanwhile, why don't you suppress the bandits on the cliff?");
+ // Please wait 2 hours
+ setq General_Narrator, 7, santime()+(60*60*2);
next;
mesn;
mesq l("Also, Halinarzo is famous for the depleted mana mines in the town. You probably won't find a mana stone there, but it might be cool to look.");