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/commands/event.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/commands') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 4e1fef6ee..1e11e51f4 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -260,6 +260,13 @@ OnCall: else if (getmapname() == "boss" || getmapname() == "sec_pri" || getmapname() ~= "000-*" || getmapname() ~= "008-*" || getmapname() ~= "sore*") dispbottom l("The Mana Plane is currently out of reach."); else { + // Monster King events take precedence over Aeros Event + if ($@MK_SCENE == MK_SIEGE_TULIM) { + warp "003-1", 40, 49; + specialeffect(63, AREA, getcharid(3)); + end; + } + .@gt=$@AEROS_SPWN; if (.@gt == 2) .@gt=rand(0,1); -- cgit v1.2.3-60-g2f50