summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-21 11:46:10 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-21 11:46:10 -0300
commit422c43c0cf455f42abdb2adb2d4823feeec400cc (patch)
tree07e1ba62238e72247a2f96c95ca3aea3dcdcf078 /npc/020-7-1
parent48163d96bd77b7503bb13c4972ded8079aa2d6aa (diff)
downloadserverdata-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')
-rw-r--r--npc/020-7-1/peetu.txt38
-rw-r--r--npc/020-7-1/sage.txt4
2 files changed, 40 insertions, 2 deletions
diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt
index df4516af5..b51611050 100644
--- a/npc/020-7-1/peetu.txt
+++ b/npc/020-7-1/peetu.txt
@@ -198,7 +198,7 @@ function pContinue {
mesq l("Uh. You're probably right. I'm very sorry. I'm just... You know, I wanted to become a scholar of the sages, studying and... Oh, how could I mess that up? Did you see the library? It caused so much damage! What else should they do other than kick me out?");
next;
mesn;
- mesq l("I would kick me out myself! I'm such a failure! A complete disaster! %%V");
+ mesq l("I would kick me out myself! I'm such a failure! A complete disaster! %%i");
next;
select
l("Maybe you should talk to your chief about that?"),
@@ -281,7 +281,41 @@ function pInvestigation {
.@q3=getq3(NivalisQuest_BlueSage);
mesn;
mesc l("*sniff sniff*");
- mesq l("I'm waiting for ##1##BBUG, REPORT ME: PEETU IS WAITING THE FLYING COW##0##b feedback... Please go talk to them! %%S", .@name$);
+ mesq l("So... Anything new on my situation?");
+ next;
+ select
+ l("Not yet."),
+ l("Yes, you'll be fired."),
+ l("Yes, Chief Oskari suspects a sabotage.");
+ mes "";
+ switch (@menu){
+ case 1:
+ close;
+ case 2:
+ mesn;
+ mes l("WAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHH");
+ mesc l("@@ burst in tears.", .name$);
+ next;
+ percentheal 0, -100;
+ mesn strcharinfo(0);
+ mesc l("Meh, telling him it was a lie is not going to help.");
+ close;
+ }
+ mesn;
+ mesc l("*eyes widen up*");
+ mesq l("A... A sabotage?! O.o");
+ next;
+ mesn strcharinfo(0);
+ mesq l("Keep your voice down! And yes. Can you confirm @@ was the cause?", getitemlink(SilkCocoon));
+ next;
+ mesn;
+ mesq l("...Yes. Hold tight.");
+ next;
+ mes "... ... ...";
+ next;
+ mesn;
+ mesq l("...Yes. It was there. Please report to Blue Sage at once.");
+ setq1 NivalisQuest_BlueSage, 10;
close;
}
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");