diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 20:12:45 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:39:22 +0100 |
commit | efaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch) | |
tree | 5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/custom/quests/event_6_new_hats.txt | |
parent | ef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff) | |
download | hercules-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/custom/quests/event_6_new_hats.txt')
-rw-r--r-- | npc/custom/quests/event_6_new_hats.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt index b72d895df..d53427f14 100644 --- a/npc/custom/quests/event_6_new_hats.txt +++ b/npc/custom/quests/event_6_new_hats.txt @@ -324,7 +324,7 @@ L3: //these scripts make our brothers to appear and disappear in order -- script EDZac -1,{ +- script EDZac FAKE_NPC,{ OnInit: OnMinute15: disablenpc "Zac"; @@ -335,7 +335,7 @@ OnMinute01: end; } -- script EDJac -1,{ +- script EDJac FAKE_NPC,{ OnInit: OnMinute30: disablenpc "Jac"; @@ -346,7 +346,7 @@ OnMinute16: end; } -- script EDPac -1,{ +- script EDPac FAKE_NPC,{ OnInit: OnMinute45: disablenpc "Pac"; @@ -357,7 +357,7 @@ OnMinute31: end; } -- script EDBlac -1,{ +- script EDBlac FAKE_NPC,{ OnInit: OnMinute00: disablenpc "Blac"; |