summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-29 23:59:27 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-29 23:59:27 -0300
commitc331252c0c3dec266d36927094a8c59814b558a1 (patch)
tree95f1da26409682f590051cb37ec41ba9686c05de /npc/functions
parentf944d4c4afe2bf5c709c8335e16267720fc98423 (diff)
downloadserverdata-c331252c0c3dec266d36927094a8c59814b558a1.tar.gz
serverdata-c331252c0c3dec266d36927094a8c59814b558a1.tar.bz2
serverdata-c331252c0c3dec266d36927094a8c59814b558a1.tar.xz
serverdata-c331252c0c3dec266d36927094a8c59814b558a1.zip
Finally nerf First Tier fee from 40 eggs to 30 eggs, and 500 slime to 400 slime.
Completioners will get 60,000 experience and 20 GP.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 30a83b40a..e4b8f0e13 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1049,6 +1049,9 @@ function script clientupdater {
getitem ScholarshipBadge, 1;
if (getskilllv(TMW2_SKILLPERMIT) >= 2)
getexp 20000, 1000;
+ // Actual value has changed, you'll be refunded in EXP
+ if (getskilllv(TMW2_SKILLPERMIT) >= 1)
+ #ADD_LVL+=60000;
}
// :// End of Regular Update System