From 447ed0e40175dda1469c26eb5176b970570c3416 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 5 Aug 2018 15:16:34 -0300 Subject: Change rule of stat reset to another obscure and crazy rule --- npc/003-1/malivox.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/003-1') diff --git a/npc/003-1/malivox.txt b/npc/003-1/malivox.txt index a893d8d57..95bc0981a 100644 --- a/npc/003-1/malivox.txt +++ b/npc/003-1/malivox.txt @@ -9,10 +9,13 @@ L_Menu: if (BaseLevel < 10) .@plush_count = (BaseLevel*5)+5; - else + else .@plush_count = BaseLevel*190-(9*190); // Lv 9: 50 GP | Lv 10: 190 GP + if (BaseLevel > 10) + .@plush_count = .@plush_count/(BaseLevel/10); + select l("Can you reset my stats please?"), lg("You are weird, I have to go sorry."); -- cgit v1.2.3-60-g2f50