diff options
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"; |