diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 09:49:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 09:49:18 -0300 |
commit | bb7fe55051ee38129f94c1c0a08fd7fcf2369dcc (patch) | |
tree | 43bc48d1e69b1edf8bb1d409dae27ca23a8d428f /npc/003-3/malindou.txt | |
parent | e81eb72c2fb540068258685215274d316baa5c84 (diff) | |
download | serverdata-bb7fe55051ee38129f94c1c0a08fd7fcf2369dcc.tar.gz serverdata-bb7fe55051ee38129f94c1c0a08fd7fcf2369dcc.tar.bz2 serverdata-bb7fe55051ee38129f94c1c0a08fd7fcf2369dcc.tar.xz serverdata-bb7fe55051ee38129f94c1c0a08fd7fcf2369dcc.zip |
Do not start Nivalis Liberation Day automatically
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index cbf09c42f..d8a55c584 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -131,20 +131,10 @@ OnInit: // This is a hack because I'm too lazy to be bothered with standard SQL Upgrade system if ($UPDATE < 1539721040) { query_sql("CREATE TABLE IF NOT EXISTS `discord` (`account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',`discord_id` VARCHAR(255) NOT NULL DEFAULT '',`discord_name` VARCHAR(255) NOT NULL DEFAULT '',`verified` ENUM('0', '1') NOT NULL DEFAULT '0') ENGINE=MyISAM"); - $NLIB_DAY=1; - $NLIB_HIGHTIME=0; - $NLIB_HIGHNAME$=""; - addmapmask "019-3", MASK_MATTACK; - setmapflagnosave("019-3", "000-1", 22, 22); - setmapflagnosave("020-1", "000-1", 22, 22); - setmapflagnosave("023-2", "000-1", 22, 22); - setmapflag("019-3",mf_bexp,25); - setmapflag("020-1",mf_bexp,150); - enablenpc "Lightbringer#NLib"; $UPDATE=1539721040; debugmes ""; debugmes "* SQL Upgrade (no effect on new installations)"; - debugmes "* Nivalis Liberation Day automatically started."; + debugmes "* Remember to manually start Nivalis Liberation Day"; debugmes ""; } |