From b06a96ba72d7bbfb5b1a5f4270dc11fa446ff3aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Mar 2018 18:34:01 -0300 Subject: Rework Nard. Lazy people will get only 250 discount, but now it can go up to a whooping 1000 GP discount. Requirements subject to change later. --- npc/002-4/nard.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'npc/002-4') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index aefa1f066..9ff46c1a1 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -164,12 +164,14 @@ L_NotYet: close; L_Travel: - if (getq(CandorQuest_Barrel) >= 4 && - getq(CandorQuest_HAS) >= 4 && - getq(CandorQuest_Sailors) >= 3 && - getq(CandorQuest_Vincent) >= 2 && - getq(CandorQuest_Trainer) >= 12) + if (nard_reputation() >= 11) + .@price-=1000; + else if (nard_reputation() >= 9) + .@price-=750; + else if (nard_reputation() >= 7) .@price-=500; + else if (nard_reputation() >= 5) + .@price-=250; mesn; mesq l("Hi @@.", strcharinfo(0)); next; -- cgit v1.2.3-60-g2f50