From 0a3f6c21632c329e771c6243136c578ba8295c92 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 6 Jul 2019 19:33:27 -0300 Subject: Fix Ishi bad formula --- npc/003-1/ishi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-1/ishi.txt') diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index f7f337a3f..a4cbb5a9c 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -28,7 +28,7 @@ // After level 50, the formula changes. We don't have exponential anymore. // Previous increase reached 67 and will stop at this value. @mpq_cost=((50*2/3) ** 2)-(50*2); - @mpq_cost+=(BaseLevel)*67; + @mpq_cost+=(BaseLevel-50)*67; // Of course... We still need to act as if exponent was still there... // So we raise it a bit each 3 levels @mpq_cost+=(BaseLevel/3)*3; -- cgit v1.2.3-70-g09d2