From bcaf48c44080c277fe2c80bd271766299bfdb8d1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 20:07:21 -0200 Subject: Mark on each status reset NPC, how much they charge on level 10 and 90 Zitoni price fixed (18 GP → 1.800 GP) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/005-6/zitoni.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/005-6/zitoni.txt') diff --git a/npc/005-6/zitoni.txt b/npc/005-6/zitoni.txt index a497477f6..c3d4912f4 100644 --- a/npc/005-6/zitoni.txt +++ b/npc/005-6/zitoni.txt @@ -20,7 +20,9 @@ L_Menu: if (BaseLevel < 10) .@price = 1; else - .@price = (BaseLevel*200-(9*200))/(BaseLevel*10); + .@price = (BaseLevel*200-(9*200))/(BaseLevel/10); + // Lv 10: 1 GP + // Lv 90: 1.800 GP mesn strcharinfo(0); select -- cgit v1.2.3-60-g2f50