summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-21 11:31:58 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-21 11:31:58 -0300
commit48163d96bd77b7503bb13c4972ded8079aa2d6aa (patch)
tree2b91993ccc487003abe71e165cef25eec10c6703 /npc/020-7-1
parenta4b989e4fcd5b5f1c2c4a9ec377cda33155b13f2 (diff)
downloadserverdata-48163d96bd77b7503bb13c4972ded8079aa2d6aa.tar.gz
serverdata-48163d96bd77b7503bb13c4972ded8079aa2d6aa.tar.bz2
serverdata-48163d96bd77b7503bb13c4972ded8079aa2d6aa.tar.xz
serverdata-48163d96bd77b7503bb13c4972ded8079aa2d6aa.zip
Blue Sage 9/12, that is 3/4 ready on Investigation. Wow. So much work.
Diffstat (limited to 'npc/020-7-1')
-rw-r--r--npc/020-7-1/oskari.txt36
1 files changed, 35 insertions, 1 deletions
diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt
index 40237e85d..3f0df18b7 100644
--- a/npc/020-7-1/oskari.txt
+++ b/npc/020-7-1/oskari.txt
@@ -56,6 +56,8 @@
pElias();
break;
case 9:
+ pIdle("Peetu"); // Skippers...
+ break;
case 10:
case 11:
pIdle();
@@ -74,6 +76,11 @@
// Here we begin
function pIdle {
+ if (getarg(0, "") != "") {
+ mesn;
+ mesq l("What are you doing? Stop wasting my time and go talk to @@!", getarg(0, "##1##BBUGGY FLYING COW##b##0"));
+ close;
+ }
mesn;
mesq l("You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do.");
close;
@@ -125,7 +132,34 @@ function pPeetu {
// Here we begin
function pElias {
mesn;
- mesq l("ERROR ELIAS");
+ mesq l("Have you talked to Peetu co-workers about their opinion yet?");
+ next;
+
+ // cannot advance otherwise
+ .@q=getq3(NivalisQuest_BlueSage);
+ if (.@q != BS_NPCALL) {
+ mesn;
+ mesq l("I need to know if someone is blaming him. It is important.");
+ close;
+ }
+ select
+ l("Not yet."),
+ l("Yes, everyone thinks he is competent and Elias have a report of a masked man.");
+ mes "";
+ if (@menu == 1)
+ close;
+
+ mesn;
+ mesq l("With a mask you say? This reminds me... wait a moment.");
+ next;
+ mes l("... .... ....");
+ next;
+ mesn;
+ mesq l("Mh... yes. It makes sense. Listen. This is a secret, but it might have been.... @@.", b(l("Sabotage")));
+ next;
+ mesn;
+ mesq l("I need a favor from you. Go talk to Peetu. Ask him to confirm if there was silk cocoon in the ingredients. Janika reported me that we've ran out of it two days ago.");
+ setq1 NivalisQuest_BlueSage, 9;
close;
}