summaryrefslogtreecommitdiff
path: root/npc/events/halloween_2006.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-12-21 20:12:45 +0800
committerHaru <haru@dotalux.com>2015-12-31 23:39:22 +0100
commitefaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch)
tree5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/events/halloween_2006.txt
parentef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff)
downloadhercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.gz
hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.bz2
hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.tar.xz
hercules-efaaf842dc3717e21b915edf37b3e907b02fa5a1.zip
Replace -1,{ with FAKE_NPC,{
replace using Notepad++
Diffstat (limited to 'npc/events/halloween_2006.txt')
-rw-r--r--npc/events/halloween_2006.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/events/halloween_2006.txt b/npc/events/halloween_2006.txt
index 970170f5c..f6ed03906 100644
--- a/npc/events/halloween_2006.txt
+++ b/npc/events/halloween_2006.txt
@@ -661,7 +661,7 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 4_NFCOCK,{
close;
}
-- script HwChicken::HwChicken -1,{
+- script HwChicken::HwChicken FAKE_NPC,{
if ((halloween == 102) || (halloween == 103)) {
mes "Oh, this must be Chicken Masta's chicken.";
mes "I should insert the magic word.";
@@ -690,7 +690,7 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 4_NFCOCK,{
}
}
-- script HwChicken2::HwChicken2 -1,{
+- script HwChicken2::HwChicken2 FAKE_NPC,{
@egg_temp = rand(1,4);
if( @egg_temp == 3) {
mes "As soon as you got close to the chicken and touched it, it disappeared completely.";
@@ -706,7 +706,7 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 4_NFCOCK,{
}
}
-- script HwChicken3::HwChicken3 -1,{
+- script HwChicken3::HwChicken3 FAKE_NPC,{
@egg_temp = rand(1,4);
if( @egg_temp == 3) {
mes "As soon as you got close to the chicken and touched it, it disappeared completely.";
@@ -739,7 +739,7 @@ nif_fild01,185,325,8 duplicate(HwChicken) Masta's chicken#06_hw07 4_NFCOCK
nif_fild01,133,105,1 duplicate(HwChicken) Masta's chicken#06_hw08 4_NFCOCK
nif_fild01,331,329,2 duplicate(HwChicken) Masta's chicken#06_hw09 4_NFCOCK
-pay_dun03,1,1,0 script #06_hw_timer01 -1,{
+pay_dun03,1,1,0 script #06_hw_timer01 FAKE_NPC,{
OnInit:
disablenpc "Chicken#06_hw_p01";
disablenpc "Chicken#06_hw_p02";
@@ -920,7 +920,7 @@ pay_dun03,157,131,3 duplicate(HwChicken2) Chicken#06_hw_p40 4_NFCOCK
pay_dun03,158,131,3 duplicate(HwChicken3) Chicken#06_hw_p41 4_NFCOCK
//== Payon Field chickens ==================================
-pay_fild08,1,1,0 script #06_hw_timer02 -1,{
+pay_fild08,1,1,0 script #06_hw_timer02 FAKE_NPC,{
OnInit:
disablenpc "Chicken#06_hw_pf01";
disablenpc "Chicken#06_hw_pf02";