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/cities/izlude.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/cities/izlude.txt')
-rw-r--r-- | npc/cities/izlude.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt index 5db9d0988..777edaec1 100644 --- a/npc/cities/izlude.txt +++ b/npc/cities/izlude.txt @@ -42,7 +42,7 @@ //========================================================================= //== Izlude ================================================ -- script ::Sailor_izlude -1,{ +- script ::Sailor_izlude FAKE_NPC,{ mes "[Sailor]"; mes "Hey everybody!"; mes "Attention, attention!"; @@ -76,7 +76,7 @@ } } -- script ::Bonne_izlude -1,{ +- script ::Bonne_izlude FAKE_NPC,{ mes "[Bonne]"; mes "Greetings!"; mes "Izlude welcomes you."; @@ -100,7 +100,7 @@ close; } -- script ::Charfri_izlude -1,{ +- script ::Charfri_izlude FAKE_NPC,{ mes "[Charfri]"; switch(rand(2)) { case 1: @@ -131,7 +131,7 @@ } } -- script ::Cuskoal_izlude -1,{ +- script ::Cuskoal_izlude FAKE_NPC,{ mes "[Cuskoal]"; switch(rand(2)) { case 1: @@ -155,7 +155,7 @@ } } -- script ::Dega_izlude -1,{ +- script ::Dega_izlude FAKE_NPC,{ mes "[Dega]"; switch(rand(3)) { case 1: @@ -230,7 +230,7 @@ } } -- script ::Kylick_izlude -1,{ +- script ::Kylick_izlude FAKE_NPC,{ if (!RENEWAL && rand(2)) { mes "[Kylick]"; mes "I was thinking, even though the people of Izlude live so close to the ocean..."; @@ -262,7 +262,7 @@ } } -- script ::Red_izlude -1,{ +- script ::Red_izlude FAKE_NPC,{ mes "[Red]"; mes "The only skill that's needed for a Swordman is ^FF2400Bash^000000! Bash, Bash and ONLY ^FF2400Bash^000000! No need to waste time and effort for smaller skills! Everything else is for cowards and wusses!"; next; @@ -332,7 +332,7 @@ close; } -- script ::Cebalis_izlude -1,{ +- script ::Cebalis_izlude FAKE_NPC,{ mes "[Red]"; mes "The only skill that's needed for a Swordman is ^FF2400Bash^000000! Bash, Bash and ONLY ^FF2400Bash^000000! No need to waste time and effort on smaller skills~~ Everything else is for cowards and wusses!"; next; @@ -409,7 +409,7 @@ close; } -- script ::Soldier_izlude -1,{ +- script ::Soldier_izlude FAKE_NPC,{ mes "[Soldier]"; mes "HeHeHeHe..HaHaHaHa "; mes "Huh? Why am I so happy?"; |