summaryrefslogtreecommitdiff
path: root/npc/003-1/ishi.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-16 14:33:47 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-16 14:33:47 -0200
commit43da5f6b065a4f5157b0f61c9ddef436f7264c22 (patch)
treee19c309458f91265cc77ab4e2237cceefa253d55 /npc/003-1/ishi.txt
parentf099656a78c804516decbb061c6c9a961bb469f6 (diff)
downloadserverdata-43da5f6b065a4f5157b0f61c9ddef436f7264c22.tar.gz
serverdata-43da5f6b065a4f5157b0f61c9ddef436f7264c22.tar.bz2
serverdata-43da5f6b065a4f5157b0f61c9ddef436f7264c22.tar.xz
serverdata-43da5f6b065a4f5157b0f61c9ddef436f7264c22.zip
Rewards at Ishi are now more attainable
Diffstat (limited to 'npc/003-1/ishi.txt')
-rw-r--r--npc/003-1/ishi.txt4
1 files changed, 2 insertions, 2 deletions
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)