summaryrefslogtreecommitdiff
path: root/npc/003-1/sailors.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-26 09:41:52 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-26 09:41:52 -0300
commitd546dc4eff3b7bc069546ef661d715437a0b4367 (patch)
tree715a620758a47e17abb5ce4d77559b782dcf87c0 /npc/003-1/sailors.txt
parentddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b (diff)
downloadserverdata-d546dc4eff3b7bc069546ef661d715437a0b4367.tar.gz
serverdata-d546dc4eff3b7bc069546ef661d715437a0b4367.tar.bz2
serverdata-d546dc4eff3b7bc069546ef661d715437a0b4367.tar.xz
serverdata-d546dc4eff3b7bc069546ef661d715437a0b4367.zip
Minor improvements to Tulimshar Sailors dialog
Diffstat (limited to 'npc/003-1/sailors.txt')
-rw-r--r--npc/003-1/sailors.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt
index 2b3eec50e..34db37e2c 100644
--- a/npc/003-1/sailors.txt
+++ b/npc/003-1/sailors.txt
@@ -40,7 +40,7 @@ L_Complete:
L_Quest1:
mes "";
mesn;
- mesq l("You're willing to help? Perfect. We need 3 @@, 4 @@ and 10 @@ for travel.", getitemlink(FishBox), getitemlink(CroconutBox), getitemlink(CottonCloth));
+ mesq l("You're willing to help? Perfect. We need @@ @@, @@ @@ and @@ @@ for travel.", 1, getitemlink(FishBox), 2, getitemlink(CroconutBox), 3, getitemlink(CottonCloth));
next;
mesn;
mesq l("Cotton Cloth is sold at Candor, Croconut Boxes can be bought at the market. Fish, however, is a little more tricky.");
@@ -55,6 +55,7 @@ L_Quest1:
mesn;
mesq l("There are secret caves on this city. In fact, Tulimshar holds many misteries.");
mesc l("Take care: Secret passages can be dangerous places (or not).");
+ if (TUTORIAL) mesc l("Protip: You can get Croconut from Crocotree, and fill @@ purchased in the market.", getitemlink(EmptyBox));
close;
L_Report1:
@@ -109,7 +110,7 @@ L_Report1:
L_Quest2:
mes "";
mesn;
- mesq l("You're willing to help? Perfect. We need 3 @@, 4 @@ and 10 @@ for travel.", getitemlink(FishBox), getitemlink(CroconutBox), getitemlink(CottonCloth));
+ mesq l("You're willing to help? Perfect. We need @@ @@, @@ @@ and @@ @@ for travel.", 2, getitemlink(FishBox), 5, getitemlink(CroconutBox), 7, getitemlink(CottonCloth));
next;
mesn;
mesq l("Cotton Cloth is sold at Candor, Croconut Boxes can be bought at the market. Fish, however, is a little more tricky.");
@@ -168,7 +169,7 @@ L_Report2:
mesq lg("Many thanks, your help has been invaluable. We're now capable to travel at ease.");
next;
mesn;
- mesq l("Take care. Here, take this @@. You can sell it for some quick-spot cash, or use it as a weapon.", getitemlink(Dagger));
+ mesq l("Take care. This is a dangerous world, but I think that worse than being attacked by sea monsters, is starving from hunger!");
close;