From f0038655382d11eadbf6bb33d8c4792aee479aff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Feb 2020 12:51:31 -0300 Subject: Prepare ML 2nd Anniversary core util --- npc/functions/util.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 9fe19f65a..c9bf4bc4e 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -916,6 +916,11 @@ function script MapToLoc { // Grants newcomers exp boost. Returns bonus % // NewcomerEXPDROPUP( - ) function script NewcomerEXPDROPUP { + // Event System Override + if ($EVENT$ == "Anniversary") { + if (BaseLevel < 20) + BaseLevel=20; + } // Newbies if (!REBIRTH) { .@AVG_LEVEL=($@hoblvl_value[0]+$@hoblvl_value[1]+$@hoblvl_value[2])/3; -- cgit v1.2.3-60-g2f50