diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-30 00:09:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-30 00:09:32 -0300 |
commit | 01ceb7493040e82228092dc9951ccd93677bca92 (patch) | |
tree | a80bcf39f774673ac447508c6a3119efc89198dc /npc/027-1 | |
parent | 2efd8ff7d7bcbaf28bf39f71bc4cfce77ad766e3 (diff) | |
download | serverdata-01ceb7493040e82228092dc9951ccd93677bca92.tar.gz serverdata-01ceb7493040e82228092dc9951ccd93677bca92.tar.bz2 serverdata-01ceb7493040e82228092dc9951ccd93677bca92.tar.xz serverdata-01ceb7493040e82228092dc9951ccd93677bca92.zip |
Given now the minimum level for Grimorium Arc is Lv 60...
...Yes, you guessed it right: 400k experience points it'll be.
This should finally make the earlier heavy costs make sense.
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 9c99be03e..65ac92c29 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -285,7 +285,7 @@ L_T3_S7: L_T3_Final: skill TMW2_SKILLPERMIT, 3, 0; - getexp 40000, 0; // Yes, 40k experience points. Waw. + getexp 400000, 0; // Yes, 400k experience points. Waw. mesc l(".:: Congratulations! ::."), 2; mesc l("You have completed the Jesusaves Grimorium Quest!"), 2; next; |