From 43da5f6b065a4f5157b0f61c9ddef436f7264c22 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Dec 2018 14:33:47 -0200 Subject: Rewards at Ishi are now more attainable --- npc/003-1/ishi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1/ishi.txt') diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index 9d5d33c8d..e7ec233f0 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -20,9 +20,9 @@ } if (BaseLevel < 37) { - @mpq_cost=(BaseLevel ** 2); + @mpq_cost=((BaseLevel*2/3) ** 2); } else { // From level 37 onwards, we will notice a small drop on price increase factor - @mpq_cost=(BaseLevel ** 2)-(BaseLevel*2); + @mpq_cost=((BaseLevel*2/3) ** 2)-(BaseLevel*2); } if (Mobpt < @mpq_cost) -- cgit v1.2.3-60-g2f50