diff options
author | Haru <haru@dotalux.com> | 2013-12-07 16:42:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-12-07 16:42:02 +0100 |
commit | 8be1bf181369089e6e7288ed6922aba4bb4f8e0a (patch) | |
tree | cd42dd213fefb77705211628851355bdbc8b3ee3 /npc/events/gdevent_aru.txt | |
parent | 1f1930c0e3d2bb928d9fc9a39f360815daf77e8f (diff) | |
download | hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.gz hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.bz2 hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.tar.xz hercules-8be1bf181369089e6e7288ed6922aba4bb4f8e0a.zip |
Fixed several incorrect script labels and events
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/events/gdevent_aru.txt')
-rw-r--r-- | npc/events/gdevent_aru.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/gdevent_aru.txt b/npc/events/gdevent_aru.txt index 1578127f9..22d30e12c 100644 --- a/npc/events/gdevent_aru.txt +++ b/npc/events/gdevent_aru.txt @@ -45,11 +45,11 @@ OnEnable: end; OnKill: - killmonster "arug_dun01","Monster Controler1#aru::OnMyMObDead"; + killmonster "arug_dun01","Monster Controler1#aru::OnMyMobDead"; end; OnMyMobDead: - if (mobcount("arug_dun01","Monster Controler1#aru::OnMyMObDead") == 0) { + if (mobcount("arug_dun01","Monster Controler1#aru::OnMyMobDead") == 0) { mapannounce "arug_dun01", "Kublin: Aargh!",bc_map,"0x99CC00"; mapannounce "arug_dun01", "Morestone: I thought I heard Kublin screaming!! Who is there? What happened to Kublin? Hey you!",bc_map,"0x99CC00"; donpcevent "Dwarf#aru_gd::OnEnable"; |