diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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 |