diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-08 16:44:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-08 16:44:50 -0300 |
commit | 5f85d60a39fdf9cc28ede96104b896c1c2da516f (patch) | |
tree | d20f181197fb31c9683c88a6840c996e30c6d336 /npc/002-3/nard.txt | |
parent | cbf83698c9f24774e81d065fa65bc29612a8b95a (diff) | |
download | serverdata-5f85d60a39fdf9cc28ede96104b896c1c2da516f.tar.gz serverdata-5f85d60a39fdf9cc28ede96104b896c1c2da516f.tar.bz2 serverdata-5f85d60a39fdf9cc28ede96104b896c1c2da516f.tar.xz serverdata-5f85d60a39fdf9cc28ede96104b896c1c2da516f.zip |
Actually, if the standard ship fare is 400gp, Nard is... A THIEF
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 8 |
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)); |