From 570c170799af2b4ee53587b36aacefa5d5eaccab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 13:57:32 -0200 Subject: Party creation price can drop to 5300 assuming you've done every quest. So in pratice, you'll still be paying over 6000 GP... --- npc/003-2/estard.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-2/estard.txt') diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index 953001b8c..453bcfa77 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -15,6 +15,10 @@ function create_party { .@party_price = 6500; + .@party_price-=reputation("Tulim")*3; + .@party_price-=reputation("Hurns")*3; + .@party_price-=reputation("Nival")*3; + .@party_price-=reputation("LoF")*3; speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Creating a party has some advantages, it's a pretty good choice!"), -- cgit v1.2.3-60-g2f50