diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 11:46:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 11:46:10 -0300 |
commit | 422c43c0cf455f42abdb2adb2d4823feeec400cc (patch) | |
tree | 07e1ba62238e72247a2f96c95ca3aea3dcdcf078 /npc/020-7-1/sage.txt | |
parent | 48163d96bd77b7503bb13c4972ded8079aa2d6aa (diff) | |
download | serverdata-422c43c0cf455f42abdb2adb2d4823feeec400cc.tar.gz serverdata-422c43c0cf455f42abdb2adb2d4823feeec400cc.tar.bz2 serverdata-422c43c0cf455f42abdb2adb2d4823feeec400cc.tar.xz serverdata-422c43c0cf455f42abdb2adb2d4823feeec400cc.zip |
Only Blue Sage now missing on Investigation Quest! =D
With the Reed, Coal NPC, Underground, moving the staircase, slimes, Ensio, etc....
Diffstat (limited to 'npc/020-7-1/sage.txt')
-rw-r--r-- | npc/020-7-1/sage.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt index c0c870ea5..2ddc119d6 100644 --- a/npc/020-7-1/sage.txt +++ b/npc/020-7-1/sage.txt @@ -52,6 +52,7 @@ next; select rif(.@q, l("I came here to talk about the World's Edge.")), + rif(.@q == 10, l("I came here to report... A sabotage.")), rif(.@cindy, l("Aren't you Cindy's father? Why don't you go to her rescue?")), l("Please excuse me, Blue Sage Nikolai."); mes ""; @@ -81,6 +82,9 @@ mesq l("Once he resumes working confiantly, we can go over this important subject."); break; case 2: + mesc l("TODO"), 1; + break; + case 3: // Quest ends at stage 12 if (.@q != 12) { mesn l("Nikolai, the Blue Sage"); |