summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-30 00:11:17 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-30 00:11:17 -0300
commitb58fb65676a317813f7c31b19f4f750cd1bff8d0 (patch)
tree6fc902f68777ddbcfc90f18eea12233126b17224
parent01ceb7493040e82228092dc9951ccd93677bca92 (diff)
downloadserverdata-b58fb65676a317813f7c31b19f4f750cd1bff8d0.tar.gz
serverdata-b58fb65676a317813f7c31b19f4f750cd1bff8d0.tar.bz2
serverdata-b58fb65676a317813f7c31b19f4f750cd1bff8d0.tar.xz
serverdata-b58fb65676a317813f7c31b19f4f750cd1bff8d0.zip
Ah, I can't do that? I must limit myself to 120k exp? Aw dear.
-rw-r--r--npc/027-1/laura.txt2
-rw-r--r--npc/functions/clientversion.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt
index 65ac92c29..d66303849 100644
--- a/npc/027-1/laura.txt
+++ b/npc/027-1/laura.txt
@@ -285,7 +285,7 @@ L_T3_S7:
L_T3_Final:
skill TMW2_SKILLPERMIT, 3, 0;
- getexp 400000, 0; // Yes, 400k experience points. Waw.
+ getexp 120000, 0; // Yes, 120k experience points. Waw.
mesc l(".:: Congratulations! ::."), 2;
mesc l("You have completed the Jesusaves Grimorium Quest!"), 2;
next;
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 998adc36c..e7420a5bd 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1050,7 +1050,7 @@ function script clientupdater {
if (getskilllv(TMW2_SKILLPERMIT) >= 2)
getexp 20000, 1000;
if (getskilllv(TMW2_SKILLPERMIT) >= 3)
- getexp 360000, 0;
+ getexp 80000, 0;
// Actual value has changed, you'll be refunded in EXP
if (getskilllv(TMW2_SKILLPERMIT) >= 1)
#ADD_LVL+=80000;