summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-24 01:14:48 +0200
committerReid <reidyaro@gmail.com>2012-05-24 01:15:18 +0200
commit497982b842a8dc1119ff90a855218631abc5197c (patch)
treebaf431fbf3b4f2656e20b8a1d277881f33770fca /npc/000-1/astapolos.txt
parent64984d51417cdf9a638382ab3e041539083fd4b0 (diff)
downloadserverdata-497982b842a8dc1119ff90a855218631abc5197c.tar.gz
serverdata-497982b842a8dc1119ff90a855218631abc5197c.tar.bz2
serverdata-497982b842a8dc1119ff90a855218631abc5197c.tar.xz
serverdata-497982b842a8dc1119ff90a855218631abc5197c.zip
Correct astapolos and muller dialogues. (Pihro)
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r--npc/000-1/astapolos.txt118
1 files changed, 59 insertions, 59 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index d5c9ce97..09bde67f 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -1,60 +1,60 @@
-// Evol scripts.
-// Authors:
-// Reid
-// Description:
-// Random NPC searching some foods on the map.
-
-000-1.gat,27,34,0,1 script Astapolos 107,{
-
- mesn;
- mesq l("Hey")+ " " + strcharinfo(0) + ".";
- next;
-
- menu
- l("How are things going?"), -,
- l("How do you know my name?"), l_Name,
- l("Who are you?"), l_Who,
- l("Where are these Aquada?"), l_Aquada;
-
- mes "";
- mesn;
- mesq l("Sunny and hot day,");
- next;
- mesq l("Quiet place,");
- next;
- mesq l("Ground,");
- next;
- mesq l("I hope that this is answering your question...") + " " + l("Eheh!");
-
- close;
-
-l_Name:
- mes "";
- mesn;
- mesq l("Some moment ago, I heard your conversation with Darlin.");
- next;
- mesq l("Oh, not everything don't worry, but your name came twice on this conversation.");
-
- close;
-
-l_Who:
- mes "";
- mesn;
- mesq l("I'm called Astapolos, me and muller joined Nard's crew some years ago, when it was just a little merchant ship.");
- next;
- mesq l("At this date, we were selling crab's food on our old mushroom island.");
- next;
- mesq l("And now I'm a sailor, as you can see!");
-
- close;
-
-l_Aquada:
- mes "";
- mesn;
- mesq l("This is a sea fruit, but most sea monsters may got some of them as well.");
- next;
- mesq l("You should try to kill some Tortugas, or some Croc if you got the strength for.");
-
- close;
-
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Random NPC searching some foods on the map.
+
+000-1.gat,27,34,0,1 script Astapolos 107,{
+
+ mesn;
+ mesq l("Hey")+ " " + strcharinfo(0) + ".";
+ 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 the deal with these Aquada?"), l_Aquada;
+
+ mes "";
+ mesn;
+ mesq l("Sunny and hot day,");
+ next;
+ mesq l("Quiet place,");
+ next;
+ mesq l("Ground,");
+ next;
+ mesq l("I hope that answers your question...") + " " + l("Eheh!");
+
+ 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 twice in the conversation.");
+
+ close;
+
+l_Who:
+ mes "";
+ mesn;
+ mesq l("My name is Astapolos, Muller and I joined Nard's crew a few years ago when it was just a little merchant ship.");
+ next;
+ mesq l("At this time, we were selling crab's food on our old mushroom island.");
+ next;
+ mesq l("And now I'm a sailor, as you can see!");
+
+ close;
+
+l_Aquada:
+ mes "";
+ mesn;
+ mesq l("This is a sea fruit, but some sea monsters may have them as well.");
+ next;
+ mesq l("You should try to kill some Tortugas, or some Croc if you're strong enough.");
+
+ close;
+
} \ No newline at end of file