summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-3/nard.txt8
1 files changed, 4 insertions, 4 deletions
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));