From 7ed2a9cc2f62e5710bbe89c1d44f016300eb9834 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Sep 2022 23:37:22 -0300 Subject: This quest is so stupidly expensive, so give 1000 Job Exp as well --- npc/027-1/laura.txt | 2 +- npc/functions/clientversion.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index 5233bca80..b4d3ee9cc 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, 0; + getexp 10000, 1000; 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 f506edb0e..a142e27a1 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1045,6 +1045,8 @@ function script clientupdater { if (UPDATE < 1664044635) { UPDATE=1664044635; skill TMW2_DROPS, REBIRTH+1, 0; + if (getskilllv(TMW2_SKILLPERMIT) >= 2) + getexp 0, 1000; } // :// End of Regular Update System -- cgit v1.2.3-70-g09d2