From 1b17a5cfd352f1613584a403f049e3aad5210755 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Aug 2019 16:34:27 -0300 Subject: Warn if you try to go to Tulimshar under 50% Candor Quest completion --- npc/002-3/nard.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/002-3') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index d32f6d22c..24f300405 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -197,6 +197,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."); -- cgit v1.2.3-70-g09d2