From b428bfb77b9c5b566c080320cece0bc3b1021cea Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 01:45:17 -0300 Subject: Update contributor list. Make the Monster King speech 1 hour after update deploy. Bugfixes. Remaster Nivalis Liberation Day. Obligue NLib for locals. NLib is now level 30+ (instead of 40+), monster list update and code. --- npc/019-2/guards.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/019-2') diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 1a4675057..2119c12a1 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -15,8 +15,8 @@ close; } else if ($NLIB_DAY > 0) { if (.@q == $NLIB_DAY) goto L_Delay; - if (BaseLevel < 40) goto L_Noob; - if (BaseLevel >= 40) goto L_Veteran; + if (BaseLevel < 30) goto L_Noob; + if (BaseLevel >= 30) goto L_Veteran; close; } else if (is_admin()) { mesc "Initiate Nivalis Liberation Day?", 1; -- cgit v1.2.3-70-g09d2