summaryrefslogtreecommitdiff
path: root/npc/020-7-1/peetu.txt
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/peetu.txt
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/peetu.txt')
-rw-r--r--npc/020-7-1/peetu.txt38
1 files changed, 36 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;
}