diff options
author | Haru <haru@dotalux.com> | 2015-12-29 02:16:49 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:23 +0100 |
commit | b4c99db7d5a500770383e24ef2fd1f956b19da74 (patch) | |
tree | afb1e9ad57cb48d4bb826183d630e99e840f9f8f /npc/instances/SealedShrine.txt | |
parent | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (diff) | |
download | hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.gz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.bz2 hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.tar.xz hercules-b4c99db7d5a500770383e24ef2fd1f956b19da74.zip |
Replaced leftover -1 view IDs with FAKE_NPC
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/instances/SealedShrine.txt')
-rw-r--r-- | npc/instances/SealedShrine.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index e57c57624..a6cf12a33 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -976,7 +976,7 @@ OnTimer3500000: end; } -2@cata,80,144,0 script ins_2f_enter -1,3,3,{ +2@cata,80,144,0 script ins_2f_enter FAKE_NPC,3,3,{ OnTouch: donpcevent instance_npcname("ins_2f_enter_broad")+"::OnEnable"; disablenpc instance_npcname("ins_2f_enter"); @@ -1013,7 +1013,7 @@ OnTimer18000: end; } -2@cata,50,67,0 script slave_left -1,5,5,{ +2@cata,50,67,0 script slave_left FAKE_NPC,5,5,{ OnTouch: .@map$ = instance_mapname("2@cata"); mapannounce .@map$, "Apostle of Baphomet : Kill the humans! Don't let them interrupt the revival of our Master!",bc_map,"0xFFFF00"; @@ -1037,7 +1037,7 @@ OnTouch: end; } -2@cata,109,67,0 script slave_right -1,5,5,{ +2@cata,109,67,0 script slave_right FAKE_NPC,5,5,{ OnTouch: .@map$ = instance_mapname("2@cata"); mapannounce .@map$, "Apostle of Baphomet : Kill the humans! Don't let them interrupt the revival of our Master!",bc_map,"0xFFFF00"; @@ -1061,7 +1061,7 @@ OnTouch: end; } -2@cata,79,39,0 script slave_down -1,5,5,{ +2@cata,79,39,0 script slave_down FAKE_NPC,5,5,{ OnTouch: .@map$ = instance_mapname("2@cata"); mapannounce .@map$, "Apostle of Baphomet : Kill the humans! Don't let them interrupt the revival of our Master!",bc_map,"0xFFFF00"; |