summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-12 01:21:17 +0200
committerReid <reidyaro@gmail.com>2012-09-12 01:22:20 +0200
commit361865c5482b8db05b26b5a55453b4c18805678d (patch)
tree0f82610b0b711edea7e115fd7e8c6ad9ab89ecaa /npc/000-1/astapolos.txt
parente296c29687a43c3ca8e7c149611c7ad01d6e67ab (diff)
downloadserverdata-361865c5482b8db05b26b5a55453b4c18805678d.tar.gz
serverdata-361865c5482b8db05b26b5a55453b4c18805678d.tar.bz2
serverdata-361865c5482b8db05b26b5a55453b4c18805678d.tar.xz
serverdata-361865c5482b8db05b26b5a55453b4c18805678d.zip
Correct somehow Astapolos, awaiting to got new dialogues to fit the Gugli's quest.
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r--npc/000-1/astapolos.txt30
1 files changed, 6 insertions, 24 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 589f5754..c9893a07 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -2,19 +2,18 @@
// Author:
// Reid
// Description:
-// Random NPC searching for some food on the map.
+// Sailor part of the Gugli's quest.
000-1.gat,22,50,0,1 script Astapolos 107;2,{
mesn;
- mesq l("Hey")+ " " + strcharinfo(0) + ".";
+ mesq l("Oh, hey you!");
next;
menu
l("How are things going?"), -,
- l("How do you know my name?"), l_Name,
l("Who are you?"), l_Who,
- l("What's this?"), l_Aquada;
+ l("What's this?"), l_Croconut;
mes "";
mesn;
@@ -28,15 +27,6 @@
close;
-l_Name:
- mes "";
- mesn;
- mesq l("A few moments ago, I heard your conversation with Darlin.");
- next;
- mesq l("Oh, not everything, don't worry, but your name came up at least twice in the conversation.");
-
- close;
-
l_Who:
mes "";
mesn;
@@ -48,15 +38,7 @@ l_Who:
close;
-l_Aquada:
- mes "";
- mesn;
- mesq l("This is an aquada, a light blue sea fruit. They're highly desired in the archipelago.");
- next;
- mesq l("You can find them in the ocean, near corals and other sea beings.");
- next;
- mesq l("Orelse, if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
-
- close;
-
+l_Croconut:
+ close;
+
}