diff options
-rw-r--r-- | npc/027-1/laura.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 2 insertions, 2 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."); 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 |