summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-05 15:30:06 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-05 15:30:06 -0300
commit14143ed5066205b50b0343284bec2ac886a7901c (patch)
treecc74f6acab3e854278e145280f2c0b7275c62e7f /npc/002-3
parentf19d4a5751efb563ff5eeac879a4ac5e08e2f114 (diff)
downloadserverdata-14143ed5066205b50b0343284bec2ac886a7901c.tar.gz
serverdata-14143ed5066205b50b0343284bec2ac886a7901c.tar.bz2
serverdata-14143ed5066205b50b0343284bec2ac886a7901c.tar.xz
serverdata-14143ed5066205b50b0343284bec2ac886a7901c.zip
Nard - You can ask about Candor later. And Candor is...
Well, where rich people goes spend their vacations or retire. :>
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/nard.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 590eadac3..c94eb7c6e 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -166,12 +166,13 @@ L_CandorIsland:
mesn;
mesq l("I never said that. I come here frequently to trade. It is you who should explore the island.");
next;
- mesq l("This is ##BCandor Island##b. A very small community lives here.");
+ mesq l("This is ##BCandor Island##b. A very small rich community lives here.");
next;
mesq l("If they were any bigger, monsters would come and kill everyone.");
next;
-
- goto L_MenuQuest;
+ if (getq(ShipQuests_Julia) < 3)
+ goto L_MenuQuest;
+ close;
L_NotYet:
.@price=1200;
@@ -185,11 +186,14 @@ L_NotYet:
rif(Zeny >= .@price, l("I've brought the money you've asked for.")),
rif(#REFERRAL_PROG == 0 && $REFERRAL_ENABLED && BaseLevel <= 10,
l("I forgot to say earlier, but indeed, I was invited by someone!")),
+ l("Where are we?"),
l("Please excuse me, captain.");
mes "";
if (@menu == 2)
goto L_Referral;
+ if (@menu == 3)
+ goto L_CandorIsland;
mesn;
if (Zeny >= .@price) {