summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-10 15:20:52 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-10 15:20:52 -0200
commit1848d312cd46dba3da35262f1d91ed53f180bf94 (patch)
treee632b7930bd7e424861bad9098bdd19b421f00e3
parent9f8d2e0b8d9d94d15e502c398b0dc06ed5e13153 (diff)
downloadserverdata-1848d312cd46dba3da35262f1d91ed53f180bf94.tar.gz
serverdata-1848d312cd46dba3da35262f1d91ed53f180bf94.tar.bz2
serverdata-1848d312cd46dba3da35262f1d91ed53f180bf94.tar.xz
serverdata-1848d312cd46dba3da35262f1d91ed53f180bf94.zip
Improve Nard dialog
-rw-r--r--npc/002-3/nard.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 790517905..51defc7b6 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -62,6 +62,12 @@ L_MenuQuest:
mesq l("Why we're going Tulimshar, you may ask? Because well, believe me, if you want to find out anything, the best place to ask around is Tulim!");
LOCATION$ = "Candor";
setq ShipQuests_Julia, 3;
+ next;
+ mesc b(l(".:: Main Quest 1-1 ::.")), 3;
+ if (Zeny >= .@price)
+ mesc l("* @@/@@ GP", Zeny, .@price), 2;
+ else
+ mesc l("* @@/@@ GP", Zeny, .@price), 9;
// Referral program
if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) {
@@ -169,12 +175,18 @@ L_CandorIsland:
goto L_MenuQuest;
L_NotYet:
- mesn;
+ mesc b(l(".:: Main Quest 1-1 ::.")), 3;
+ if (Zeny >= .@price)
+ mesc l("* @@/@@ GP", Zeny, .@price), 2;
+ else
+ mesc l("* @@/@@ GP", Zeny, .@price), 9;
+ mes "";
menu
l("I've brought the money you've asked for."),-,
l("Please excuse me, captain."), L_Close;
mes "";
+ mesn;
if (Zeny >= .@price) {
mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for.");
next;