summaryrefslogtreecommitdiff
path: root/npc/000-1/astapolos.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-08-27 01:35:54 +0200
committerReid <reidyaro@gmail.com>2012-08-27 01:35:54 +0200
commit800414370c868b9c46ba5028d9bba73330b21121 (patch)
tree09fd445add0d7b49dedc495c684da5637684a131 /npc/000-1/astapolos.txt
parent7018715a0d91e14282f436f7864b560991f938e1 (diff)
downloadserverdata-800414370c868b9c46ba5028d9bba73330b21121.tar.gz
serverdata-800414370c868b9c46ba5028d9bba73330b21121.tar.bz2
serverdata-800414370c868b9c46ba5028d9bba73330b21121.tar.xz
serverdata-800414370c868b9c46ba5028d9bba73330b21121.zip
Change some dialogs on Astapolos script,
Place Astapolos at a different location on 000-1 map.
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r--npc/000-1/astapolos.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index c8666bf1..549ecc33 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -4,7 +4,7 @@
// Description:
// Random NPC searching for some food on the map.
-000-1.gat,27,34,0,1 script Astapolos 107,{
+000-1.gat,22,50,0,1 script Astapolos 107,{
mesn;
mesq l("Hey")+ " " + strcharinfo(0) + ".";
@@ -14,7 +14,7 @@
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;
+ l("What's this Aquada?"), l_Aquada;
mes "";
mesn;
@@ -51,9 +51,11 @@ l_Who:
l_Aquada:
mes "";
mesn;
- mesq l("This is a sea fruit, but some sea monsters may have them as well.");
+ mesq l("This is a light blue sea fruit, they're highly desired around the archipelago.");
next;
- mesq l("You should try to kill some Tortugas, or some Crocs if you're strong enough.");
+ mesq l("You can find them on the ocean, around some corals and sea monsters.");
+ next;
+ mesq l("Or, you could try to kill some Tortugas, or some Crocs if you're strong enough, I'm sure that they'll drop one or two @@.", getitemlink("Aquada"));
close;