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/functions | |
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/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 80a82239f..998adc36c 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1049,6 +1049,8 @@ function script clientupdater { getitem ScholarshipBadge, 1; if (getskilllv(TMW2_SKILLPERMIT) >= 2) getexp 20000, 1000; + if (getskilllv(TMW2_SKILLPERMIT) >= 3) + getexp 360000, 0; // Actual value has changed, you'll be refunded in EXP if (getskilllv(TMW2_SKILLPERMIT) >= 1) #ADD_LVL+=80000; |