diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 12:50:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 12:50:56 -0300 |
commit | bcb88c0deaa105aa86ae7029c228210904a687fe (patch) | |
tree | 5fff423b8e0cee824b02808fe995a72d9e872d57 /npc/commands | |
parent | 0fb884a5ba541d4ef0d5b319110fa547b77998bd (diff) | |
download | serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.tar.gz serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.tar.bz2 serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.tar.xz serverdata-bcb88c0deaa105aa86ae7029c228210904a687fe.zip |
The Monster King is now allowed to siege Nivalis and Halinarzo.
Today I already did 27 commits.
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 |