From 00645b6ea18705daa9f8b27d9efe0a9b2ca6b5d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Sep 2022 23:39:35 -0300 Subject: 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. --- npc/027-1/laura.txt | 2 +- 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 -- cgit v1.2.3-70-g09d2