diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 11:59:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 11:59:47 -0300 |
commit | 3b17b875178880dc230c0412e2aedef58a9c0210 (patch) | |
tree | a07e3e35124fa3cb569ea215cfaf8ab2e0d6e07e /npc/007-1 | |
parent | 1e2dd5b737acb29f9ab97415d076f8d8cdfb340e (diff) | |
download | serverdata-3b17b875178880dc230c0412e2aedef58a9c0210.tar.gz serverdata-3b17b875178880dc230c0412e2aedef58a9c0210.tar.bz2 serverdata-3b17b875178880dc230c0412e2aedef58a9c0210.tar.xz serverdata-3b17b875178880dc230c0412e2aedef58a9c0210.zip |
Kill spawn monsters at Zarkor when the ritual is going.
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/zarkor.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/007-1/zarkor.txt b/npc/007-1/zarkor.txt index cba6f6e11..f2caaf99a 100644 --- a/npc/007-1/zarkor.txt +++ b/npc/007-1/zarkor.txt @@ -161,6 +161,7 @@ L_Ritual: mes col("Zarkor starts a weird chant.", 9); next; specialeffect(52); + killmonster("007-1", "Zarkor::OnMonster"); mesn "Zarkor, the Dark Summoner"; mesq l("MONSTER KING, APPEAR TO ME!"); next; |