summaryrefslogtreecommitdiff
path: root/npc/002-3/nard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r--npc/002-3/nard.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index ce0e513f2..f4b08c1cf 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -78,7 +78,7 @@ L_Checker:
mesn;
mesq l("The Alliance can help you in finding out about who you are, why you are here, or from where you came from. So, about the tasks I want completed.");
next;
- .@price=1200;
+ .@price=800;
mesc b(l(".:: Main Quest 1-3 ::.")), 3;
msObjective(getq(CandorQuest_HAS) >= 4, l("* Help Ayasha to take care of the kids."));
msObjective(getq(CandorQuest_Trainer) >= 12, l("* Get trained by Valon, in the big house."));
@@ -152,7 +152,7 @@ L_CandorIsland:
goto L_NotYet;
L_NotYet:
- .@price=1200;
+ .@price=800;
mesc b(l(".:: Main Quest 1-1 ::.")), 3;
msObjective(getq(CandorQuest_HAS) >= 4, l("* Help Ayasha to take care of the kids."));
msObjective(getq(CandorQuest_Trainer) >= 12, l("* Get trained by Valon, in the big house."));
@@ -179,6 +179,14 @@ L_NotYet:
mesc l("NOTE: It is possible to play the game as a crafter/merchant/fisherman, avoiding to kill as much as possible. However, it is not possible to play the game with a total kill count of zero.");
close;
}
+ // If you did less than 50% Candor quests, please be warned.
+ if (reputation("Candor") < 50) {
+ mesc l("WARNING: You have done less than 50% of Candor Quests!"), 1;
+ mesc l("It may be expensive to return here. Are you sure?"), 1;
+ next;
+ if (askyesno() == ASK_NO)
+ close;
+ }
if (Zeny >= .@price) {
inventoryplace TulimMap, 1;
mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for.");