diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-29 23:39:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-29 23:39:35 -0300 |
commit | 00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6 (patch) | |
tree | 2251c702d081ff8d800186e38b3426d8902d5250 /npc/functions/clientversion.txt | |
parent | 7ed2a9cc2f62e5710bbe89c1d44f016300eb9834 (diff) | |
download | serverdata-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/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
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 |