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/quests/quests_lighthalzen.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/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 4ab0e4cbb..dab30214d 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -44,7 +44,7 @@ //========================================================================= //== Gangster Alert [Official Conversion] ================== -lighthalzen,1,1,0 script Law Enforcement -1,{ +lighthalzen,1,1,0 script Law Enforcement FAKE_NPC,{ end; OnEnable: @@ -11639,7 +11639,7 @@ OnStop: end; } -- script ::Scamp -1,{ +- script ::Scamp FAKE_NPC,{ if(lhz_rekenber > 21) { @@ -11822,7 +11822,7 @@ OnStop: close; } -airplane_01,1,1,1 script #bully1 -1,{ +airplane_01,1,1,1 script #bully1 FAKE_NPC,{ OnInit: disablenpc "#bully1"; @@ -11865,7 +11865,7 @@ OnTimer120000: end; } -airplane_01,2,2,1 script #bully2 -1,{ +airplane_01,2,2,1 script #bully2 FAKE_NPC,{ OnInit: disablenpc "#bully2"; |