summaryrefslogtreecommitdiff
path: root/npc/003-1/malivox.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-05 15:16:34 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-05 15:16:34 -0300
commit447ed0e40175dda1469c26eb5176b970570c3416 (patch)
tree1db8b506c86aa89f410d59a4a5307561801742b7 /npc/003-1/malivox.txt
parent81c751a80999199b8d820acb15476fe52a1ca583 (diff)
downloadserverdata-447ed0e40175dda1469c26eb5176b970570c3416.tar.gz
serverdata-447ed0e40175dda1469c26eb5176b970570c3416.tar.bz2
serverdata-447ed0e40175dda1469c26eb5176b970570c3416.tar.xz
serverdata-447ed0e40175dda1469c26eb5176b970570c3416.zip
Change rule of stat reset to another obscure and crazy rule
Diffstat (limited to 'npc/003-1/malivox.txt')
-rw-r--r--npc/003-1/malivox.txt5
1 files changed, 4 insertions, 1 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.");