diff options
-rw-r--r-- | npc/027-1/laura.txt | 5 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index d73bc56a4..9c99be03e 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -163,6 +163,11 @@ L_Tier3: close; } + if (TUTORIAL && nard_reputation() < 8) { + mesn col(l("Tutorial Tom"), 9); + mesc l("Unfortunately you're in tutorial mode, so I cannot let you go ahead knowing you'll fail. Please improve your reputation with Nard and then continue."); + close; + } delitem EmptyBottle, 1; delitem EverburnPowder, 1; delitem MaggotSlime, 10; diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index e4b8f0e13..80a82239f 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1051,7 +1051,7 @@ function script clientupdater { getexp 20000, 1000; // Actual value has changed, you'll be refunded in EXP if (getskilllv(TMW2_SKILLPERMIT) >= 1) - #ADD_LVL+=60000; + #ADD_LVL+=80000; } // :// End of Regular Update System |