From 1b6ef8f9b16448afcce73a2269f3cf0849b7eb2d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Apr 2019 08:44:07 -0300 Subject: The monster king now automatically sieges Tulimshar, and @toevent works when that is set ^.^ This means a new degree in how events are handled --- npc/001-1/eventmaster.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/001-1') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 4abc9b5fa..14a9a85e8 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -823,10 +823,14 @@ L_EventHandler: if($@GM_EVENT) { announce ("The event is over!"), bc_all|bc_npc; // I haven't tested this yet. $@GM_EVENT=0; - } else { + } else if (!$@MK_SCENE) { announce ("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"), bc_all|bc_npc; channelmes("#world", "An event is happening on Aeros! Hurry up!"); $@GM_EVENT=1; + $@MK_SCENE=MK_LOCKED; + } else { + mesc("Operation not permitted: Monster King event is in progress.", 1); + mesc("You MUST wait.", 1); } close; -- cgit v1.2.3-60-g2f50