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 ++++- npc/009-3/kevin.txt | 2 ++ npc/012-4/wyara.txt | 2 ++ npc/014-3/oscar.txt | 2 +- npc/017-6/azwell.txt | 2 ++ 5 files changed, 11 insertions(+), 2 deletions(-) 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."); diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index 6bec68e69..4db972e28 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -14,6 +14,8 @@ L_Menu: .@plush_count = BaseLevel*210-(9*210); // Lv 10: 210 GP + if (BaseLevel > 10) + .@plush_count = .@plush_count/(BaseLevel/10); select l("Can you reset my stats please?"), diff --git a/npc/012-4/wyara.txt b/npc/012-4/wyara.txt index d764858a7..a287a5128 100644 --- a/npc/012-4/wyara.txt +++ b/npc/012-4/wyara.txt @@ -16,6 +16,8 @@ L_Menu: .@plush_count = BaseLevel*210-(10*210); // Lv 10: 210 GP + if (BaseLevel > 10) + .@plush_count = .@plush_count/(BaseLevel/10); select l("Can you reset my stats please?"), diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 3ae878cc2..09ef020e3 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -31,7 +31,7 @@ L_Hello: mesn; mesq l("Great! Excellent! Because I am also diving in problems!!"); next; - if (readparam(bAgi) < 35) goto L_Slow; + if (readparam(bAgi) < 40) goto L_Slow; if (BaseLevel < 20) goto L_Weak; mesn; // Est. kill 400 Pinkies diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index ab402f74a..91a23b309 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -12,6 +12,8 @@ L_Menu: .@plush_count = BaseLevel*190-(9*210); // Lv 10: ?? + if (BaseLevel > 10) + .@plush_count = .@plush_count/(BaseLevel/10); select l("Can you reset my stats please?"), -- cgit v1.2.3-60-g2f50