diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-05 15:30:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-05 15:30:06 -0300 |
commit | 14143ed5066205b50b0343284bec2ac886a7901c (patch) | |
tree | cc74f6acab3e854278e145280f2c0b7275c62e7f /npc/002-3/nard.txt | |
parent | f19d4a5751efb563ff5eeac879a4ac5e08e2f114 (diff) | |
download | serverdata-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/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 10 |
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) { |