From 5f85d60a39fdf9cc28ede96104b896c1c2da516f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 8 Dec 2022 16:44:50 -0300 Subject: Actually, if the standard ship fare is 400gp, Nard is... A THIEF --- npc/002-3/nard.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 23eb348fb..0a51fcfdd 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -88,7 +88,7 @@ L_Main: #REG_DATE=gettimetick(2); } next; - .@price=800; + .@price=600; 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.")); @@ -180,7 +180,7 @@ L_CandorIsland: goto L_NotYet; L_NotYet: - .@price=800; + .@price=600; 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.")); @@ -250,8 +250,8 @@ L_NotYet: L_Travel: // Current nard_reputation() value for 100% discount: 15 - .@price=740; - .@price-=min(720, nard_reputation()*49); + .@price=480; + .@price-=min(460, nard_reputation()*32); mesn; mesq l("Hi @@.", strcharinfo(0)); -- cgit v1.2.3-70-g09d2