summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/027-1/laura.txt2
-rw-r--r--npc/functions/clientversion.txt2
2 files changed, 3 insertions, 1 deletions
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