summaryrefslogtreecommitdiff
path: root/npc/functions/resetstatus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/resetstatus.txt')
-rw-r--r--npc/functions/resetstatus.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt
index 343774dca..71f724170 100644
--- a/npc/functions/resetstatus.txt
+++ b/npc/functions/resetstatus.txt
@@ -43,7 +43,9 @@ function script StatusResetReinvest {
// Return wasSP on success, 0 on failure
// ConfirmReset( {price} )
function script ConfirmStatusReset {
- if (BaseLevel >= 10)
+ if (BaseLevel >= 15)
+ .@plush_count=(1000-BaseLevel*10+(BaseLevel*18));
+ else if (BaseLevel >= 10)
.@plush_count=(BaseLevel*210-(10*210))/(BaseLevel/10);
else
.@plush_count=1;