diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 01:45:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 01:45:17 -0300 |
commit | b428bfb77b9c5b566c080320cece0bc3b1021cea (patch) | |
tree | ef423327ecb8a27911321d99163fb8130a08acd8 /npc/019-2/guards.txt | |
parent | 26841e1afc418b95f5787e41517f2da9e0f0163b (diff) | |
download | serverdata-b428bfb77b9c5b566c080320cece0bc3b1021cea.tar.gz serverdata-b428bfb77b9c5b566c080320cece0bc3b1021cea.tar.bz2 serverdata-b428bfb77b9c5b566c080320cece0bc3b1021cea.tar.xz serverdata-b428bfb77b9c5b566c080320cece0bc3b1021cea.zip |
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.
Diffstat (limited to 'npc/019-2/guards.txt')
-rw-r--r-- | npc/019-2/guards.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |