diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 22:03:55 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-04 22:03:55 +0000 |
commit | 411b0b9ae978b7c4faacb1ebb8816f69618da53b (patch) | |
tree | 123682178dfad8c24f73061d839b2489d264e310 /npc/events/custom | |
parent | 8f6d2a3af8da8854ea9bde4b1f73aeb0bc1ea38c (diff) | |
download | hercules-411b0b9ae978b7c4faacb1ebb8816f69618da53b.tar.gz hercules-411b0b9ae978b7c4faacb1ebb8816f69618da53b.tar.bz2 hercules-411b0b9ae978b7c4faacb1ebb8816f69618da53b.tar.xz hercules-411b0b9ae978b7c4faacb1ebb8816f69618da53b.zip |
Hopefully fixed npc/events/custom/uneasy_cemetery.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6479 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/custom')
-rw-r--r-- | npc/events/custom/uneasy_cemetery.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/custom/uneasy_cemetery.txt b/npc/events/custom/uneasy_cemetery.txt index 053bbd7fc..0bf6cdfcf 100644 --- a/npc/events/custom/uneasy_cemetery.txt +++ b/npc/events/custom/uneasy_cemetery.txt @@ -58,12 +58,12 @@ L_Start_Undead: enablenpc "Mother Mathana";
//call some monsters in the city
set $@UNEASY_MOB, 65;
- monster "prontera.gat",0,0,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
+ areamonster "prontera.gat",0,0,0,0,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
//in the Cemetery
monster "prontera.gat",268,349,"Zombie",1015,30,"Uneasy_Check::OnZombieDead";
monster "prontera.gat",269,350,"Ghoul",1036,5,"Uneasy_Check::OnZombieDead";
//announce
- mapannounce "prontera.gat","[Mother Mathana]: The cememtery has became restless! In the name of Odin, hurry to the Sanctuary! Save the city of Prontera!",0;
+ mapannounce "prontera.gat","[Mother Mathana]: The cememtery has become restless! In the name of Odin, hurry to the Sanctuary! Save the city of Prontera!",0;
}
prontera.gat,257,313,5 script Mother Mathana 79,{
|