summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-29 23:37:22 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-29 23:37:22 -0300
commit7ed2a9cc2f62e5710bbe89c1d44f016300eb9834 (patch)
tree21b7e82e9c70071f69955a9aca758541acc822df
parentbc379c086a718fb50b8e17cd1fafa97ee6c9ce4f (diff)
downloadserverdata-7ed2a9cc2f62e5710bbe89c1d44f016300eb9834.tar.gz
serverdata-7ed2a9cc2f62e5710bbe89c1d44f016300eb9834.tar.bz2
serverdata-7ed2a9cc2f62e5710bbe89c1d44f016300eb9834.tar.xz
serverdata-7ed2a9cc2f62e5710bbe89c1d44f016300eb9834.zip
This quest is so stupidly expensive, so give 1000 Job Exp as well
-rw-r--r--npc/027-1/laura.txt2
-rw-r--r--npc/functions/clientversion.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt
index 5233bca80..b4d3ee9cc 100644
--- a/npc/027-1/laura.txt
+++ b/npc/027-1/laura.txt
@@ -112,7 +112,7 @@ L_Tier2:
break;
}
skill TMW2_SKILLPERMIT, 2, 0;
- getexp 10000, 0;
+ getexp 10000, 1000;
mes "";
mesn;
mes l("Many thanks, and once again, your help has been invaluable.");
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index f506edb0e..a142e27a1 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1045,6 +1045,8 @@ function script clientupdater {
if (UPDATE < 1664044635) {
UPDATE=1664044635;
skill TMW2_DROPS, REBIRTH+1, 0;
+ if (getskilllv(TMW2_SKILLPERMIT) >= 2)
+ getexp 0, 1000;
}
// :// End of Regular Update System