From ab47d8b596e0a10cec256407c949f455c37b21b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 31 Aug 2019 15:36:41 -0300 Subject: Elmo/Nard - Allow the EXP/DROP up to be used until level 20 --- npc/002-3/elmo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-3/elmo.txt') diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index f0f9b5d44..bfb4976b7 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -11,7 +11,7 @@ showavatar NPC_ELMO; // this is handled by avatars.xml // Core functions - if (BaseLevel < 15) + if (BaseLevel < 20) ExpBoost(); if (getq(ShipQuests_Julia) < 3) goto L_NotYet; @@ -142,7 +142,7 @@ function ExpBoost { next; mesn; mesq l("Well, I'll give you a hour of EXP RATE UP! How cool is that? Enjoy!"); - mesc l("This boost can be used until level 15."), 9; + mesc l("This boost can be used until level 20."), 9; next; // Get the average level of top players to calculate EXP Boost // Level 100 ("max") = 25% EXP BOOST (max) -- cgit v1.2.3-60-g2f50