summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-29 23:39:35 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-29 23:39:35 -0300
commit00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6 (patch)
tree2251c702d081ff8d800186e38b3426d8902d5250 /npc/functions
parent7ed2a9cc2f62e5710bbe89c1d44f016300eb9834 (diff)
downloadserverdata-00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6.tar.gz
serverdata-00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6.tar.bz2
serverdata-00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6.tar.xz
serverdata-00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6.zip
Bump the experience given to the maximum possible value: 30k exp for the quest.
To be honest, it is much more expensive than this. As usual: Experience is given to everyone who has already completed it.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index a142e27a1..be84cb702 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1046,7 +1046,7 @@ function script clientupdater {
UPDATE=1664044635;
skill TMW2_DROPS, REBIRTH+1, 0;
if (getskilllv(TMW2_SKILLPERMIT) >= 2)
- getexp 0, 1000;
+ getexp 20000, 1000;
}
// :// End of Regular Update System