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/027-1 | |
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/027-1')
-rw-r--r-- | npc/027-1/laura.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index b4d3ee9cc..4e1de3965 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, 1000; + getexp 30000, 1000; // Level cannot be lower than 35, use 40 as ref. mes ""; mesn; mes l("Many thanks, and once again, your help has been invaluable."); |