From 800414370c868b9c46ba5028d9bba73330b21121 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 27 Aug 2012 01:35:54 +0200 Subject: Change some dialogs on Astapolos script, Place Astapolos at a different location on 000-1 map. --- npc/000-1/astapolos.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2