From bcb88c0deaa105aa86ae7029c228210904a687fe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 12:50:56 -0300 Subject: The Monster King is now allowed to siege Nivalis and Halinarzo. Today I already did 27 commits. --- npc/commands/event.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/commands') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 25f3e17c1..b3b556b82 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -263,10 +263,18 @@ OnCall: warp "003-1", 40, 49; specialeffect(63, AREA, getcharid(3)); end; + case MK_SIEGE_HALIN: + warp "009-1", 27, 30; + specialeffect(63, AREA, getcharid(3)); + end; case MK_SIEGE_HURNS: warp "012-1", 87, 70; specialeffect(63, AREA, getcharid(3)); end; + case MK_SIEGE_NIVAL: + warp "020-1", 57, 62; + specialeffect(63, AREA, getcharid(3)); + end; } // Aeros Events takes precedence over permanent events -- cgit v1.2.3-70-g09d2