summaryrefslogtreecommitdiff
path: root/npc/functions
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 /npc/functions
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
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 2 insertions, 0 deletions
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