From 14143ed5066205b50b0343284bec2ac886a7901c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Jun 2019 15:30:06 -0300 Subject: Nard - You can ask about Candor later. And Candor is... Well, where rich people goes spend their vacations or retire. :> --- npc/002-3/nard.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/002-3/nard.txt') 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) { -- cgit v1.2.3-60-g2f50