summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 19:32:07 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:37 +0100
commit52a95a4f8b4d5c269df62ec286e908cba0ef80a2 (patch)
treeb2c0cd8d3472120c83fa7ec32a3333221314c90d /npc/custom
parent7eea5d3e6051be189736b94e13be847159c87cd7 (diff)
downloadhercules-52a95a4f8b4d5c269df62ec286e908cba0ef80a2.tar.gz
hercules-52a95a4f8b4d5c269df62ec286e908cba0ef80a2.tar.bz2
hercules-52a95a4f8b4d5c269df62ec286e908cba0ef80a2.tar.xz
hercules-52a95a4f8b4d5c269df62ec286e908cba0ef80a2.zip
uneasy Cemetry fix
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/events/uneasy_cemetery.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/events/uneasy_cemetery.txt b/npc/custom/events/uneasy_cemetery.txt
index 114c6d65a..b996dc4d7 100644
--- a/npc/custom/events/uneasy_cemetery.txt
+++ b/npc/custom/events/uneasy_cemetery.txt
@@ -33,7 +33,7 @@ OnInit:
end;
OnHour06:
- killmonsterall "prontera"; //The Sun kills undead in the morning
+ killmonster "Uneasy_Check::OnZombieDead"; //The Sun kills undead in the morning
end;
OnHour01:
@@ -52,7 +52,7 @@ OnZombieDead:
end;
L_Start_Undead:
- killmonsterall "prontera"; //kills any left monsters
+ killmonster "Uneasy_Check::OnZombieDead"; //kills any left monsters
enablenpc "Mother Mathana";
//call some monsters in the city
set $@UNEASY_MOB, 65;
@@ -96,7 +96,7 @@ L_Undead_Walk:
mes "[Mother Mathana]";
mes "Upon pouring the cemetery with that water we'll get " + $UNEASY_DL + " safe nights!";
next;
- killmonsterall "prontera"; //kills any left monsters
+ killmonster "Uneasy_Check::OnZombieDead"; //kills any left monsters
mes "[Mother Mathana]";
mes "See, "+ $UNEASY_H$ +"? They all are gone now!";
next;