From 99c47199e78288706f4993b432416b034cb75cbf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Mar 2019 15:34:59 -0300 Subject: To satisfy the 8% of players complaining about price. Change minimum ship price everywhere to 10gp. It'll never go below this value. Except on Nivalis Liberation Day (where it costs 1gp) --- npc/002-3/nard.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index f42975833..8444159ab 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -223,7 +223,7 @@ L_NotYet: L_Travel: // Current nard_reputation() value for 100% discount: 15 .@price=800; - .@price-=min(799, nard_reputation()*54); + .@price-=min(780, nard_reputation()*54); mesn; mesq l("Hi @@.", strcharinfo(0)); @@ -305,7 +305,7 @@ L_Tier2Ok: next; inventoryplace JesusalvaGrimorium, 1; delitem Lifestone, 1; - getitem "JesusalvaGrimorium", 1; + getitem JesusalvaGrimorium, 1; getexp 200, 0; ST_TIER=10; mesn; -- cgit v1.2.3-60-g2f50