summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/gugli.txt10
-rw-r--r--npc/000-1/silvio.txt39
2 files changed, 48 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index ac0b06da..9bed5132 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -32,7 +32,7 @@ OnTalk:
if (@nard > 1 || @gugli == 2) goto l_TaskCompleted;
if (@gugli == 1) goto l_TaskGiven;
- mesq lg("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
+ mesq l("Hi @@, I heard the captain sent you down here, uh?", strcharinfo(0));
next;
mesq l("An unexpected help is always welcome!");
next;
@@ -81,6 +81,7 @@ l_Menu:
menu
rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan,
rif(countitem("AquadaBox") > 0 || countitem("CroconutBox") > 0 || countitem("PlushroomBox") > 0, l("I have some food for you.")), l_CollectSmthing,
+ l("Who should I search?"), l_SailorNames,
l("Where can I find your crew?"), l_Location,
l("See you!"), close;
@@ -90,6 +91,13 @@ l_MenuDone:
l("I have collected all the boxes you needed."), l_TaskDone,
l("See you!"), close;
+l_SailorNames:
+ mes "";
+ mesn;
+ mesq l("Ale and Tibbo should bring 2 boxes of @@, Astapolos and Gulukan 2 of @@ and Jalad and Q'Muller were charged of the boxes of @@.", getitemlink("Aquada"), getitemlink("Croconut"), getitemlink("Plushroom"));
+ next;
+ mesq l("Do you need any other information?");
+
l_CollectSmthing:
mes "";
mesn;
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index e6499c38..bde671ca 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -15,6 +15,7 @@
menu
l("Hello... Do I know you?"), -,
+ l("Find, could you tell me where I can find Gugli's sailors?"), l_Sailors,
l("Uhm, bye."), l_Quit;
mes "";
@@ -136,4 +137,42 @@ l_Quit:
close;
+l_Sailors:
+ mes "";
+ mesn;
+ mesq l("What? Why? They aren't more sexy than me, why do you want to see them?.");
+ next;
+ mesq l("And what do you give me against these informations?");
+ next;
+
+ setcamnpc "Sapartan";
+
+ mesn "Gugli";
+ mesq g(l("Don't bother her Silvio, or I'll need to tell her that you cry like a baby when you hear a thunder in the night."),
+ l("Don't bother him Silvio, or I'll need to tell him that you cry like a baby when you hear a thunder in the night."));
+ next;
+ restorecam;
+
+ mesn;
+ mesq l("I...");
+ next;
+ mesq l("How could you... We said that we won't talk about this again...");
+ next;
+ mesq l("Tibbo is gone to the east-south part of the island, others are gone to the north, and I think that Gulukan is not so far from here.");
+ next;
+ mesq l("But anyway, take the road which goes to the north to find everybody.");
+ next;
+ mesq l("Now, leave me alone...");
+ next;
+
+ menu
+ l("See you."), close,
+ l("*Imitate a thunder's sound.*"), -;
+
+ mes "";
+ mesn;
+ mesq l("Aaaaaahhhhhh!");
+
+ close;
+
}