summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-10 15:58:32 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-10 15:58:32 -0200
commita01429337e7b5e1a13d51ba756f2c8f8878c0f0f (patch)
tree04d1849587c052e6bf0b615391f532f3b864a739
parentbff0ca4310472ced446c9b22587d4150ff9c8724 (diff)
downloadserverdata-a01429337e7b5e1a13d51ba756f2c8f8878c0f0f.tar.gz
serverdata-a01429337e7b5e1a13d51ba756f2c8f8878c0f0f.tar.bz2
serverdata-a01429337e7b5e1a13d51ba756f2c8f8878c0f0f.tar.xz
serverdata-a01429337e7b5e1a13d51ba756f2c8f8878c0f0f.zip
Nivalis Liberation Day is over
-rw-r--r--npc/003-3/malindou.txt3
-rw-r--r--npc/023-2/mk.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index d8a55c584..05bd49df0 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -132,9 +132,10 @@ OnInit:
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");
$UPDATE=1539721040;
+ $NIVALIS_LIBDATE=1539721040;
debugmes "";
debugmes "* SQL Upgrade (no effect on new installations)";
- debugmes "* Remember to manually start Nivalis Liberation Day";
+ debugmes "* Nivalis Liberation Day event skipped";
debugmes "";
}
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt
index f48d9204f..8214b4bd7 100644
--- a/npc/023-2/mk.txt
+++ b/npc/023-2/mk.txt
@@ -55,7 +55,7 @@ L_Finish:
} else if (.victory_count < 100) { // 1 player for 5 minutes is enough to prevent this loss
announce "The Monster King, after moping the floor with the players, accomplish what he set, and left...", bc_all|bc_npc;
channelmes("#world", "The players failed miserably. Getting magic is now permanently harder.");
- $MANA_BLVL+=5;
+ $MANA_BINT+=5;
$MANA_JLVL+=5;
} else {
announce "The fight ends in draw, with advantage to the Monster King...", bc_all|bc_npc;