From 62c8b5582444596cd9daa0d8488792aa083a9ce2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Dec 2018 03:23:10 -0200 Subject: La Marine Discounts is now the average from complete quests at: current location and destination --- npc/016-1/captain.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/016-1') diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index 3d5be5d17..07ed0c4e3 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -25,7 +25,7 @@ ///// ---------- Tulimshar ---------- L_TTulim: - .@x=reputation("Tulim"); + .@x=(reputation("Tulim")+reputation(LOCATION$))/2; if (.@x >= 100) .@price-=950; @@ -71,7 +71,7 @@ L_TTulim: ///// ---------- Hurnscald ---------- L_THurns: - .@x=reputation("Hurns"); + .@x=(reputation("Hurns")+reputation(LOCATION$))/2; if (.@x >= 100) .@price-=950; @@ -116,7 +116,7 @@ L_THurns: ///// ---------- Nivalis ---------- L_TNival: - .@x=reputation("Nival"); + .@x=(reputation("Nival")+reputation(LOCATION$))/2; if (.@x >= 100) .@price-=950; -- cgit v1.2.3-60-g2f50