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/other/pvp.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/other/pvp.txt')
-rw-r--r-- | npc/other/pvp.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/pvp.txt b/npc/other/pvp.txt index 4632a0c4b..1820bfc5c 100644 --- a/npc/other/pvp.txt +++ b/npc/other/pvp.txt @@ -38,7 +38,7 @@ //========================================================================= //== Information =========================================== -- script PVP Narrator::pvpe -1,{ +- script PVP Narrator::pvpe FAKE_NPC,{ mes "[PVP Narrator]"; mes "Hello and welcome!"; mes "I am in charge of"; @@ -192,7 +192,7 @@ payon_in01,142,50,4 duplicate(pvpe) PVP Narrator#pe5 4_M_02 geffen_in,67,63,4 duplicate(pvpe) PVP Narrator#pe6 4_M_02 //== Mode Select =========================================== -- script Gate Keeper::gkut -1,{ +- script Gate Keeper::gkut FAKE_NPC,{ mes "[Gate Keeper]"; mes "Glad to be of service."; mes "I will open the PVP fight"; @@ -374,7 +374,7 @@ OnInit: } //== Spectator Entrance ==================================== -- script Spectator's Entrance#dum::PVPSpectator -1,{ +- script Spectator's Entrance#dum::PVPSpectator FAKE_NPC,{ if (countitem(Admission_For_Duel) == 0) { mes "[PVP Compete Square Register Staff]"; mes "This is the entrance for viewers."; @@ -405,7 +405,7 @@ pvp_room,78,85,4 duplicate(PVPSpectator) Spectator's Entrance#3 8W_SOLDIER pvp_room,86,85,4 duplicate(PVPSpectator) Spectator's Entrance#4 8W_SOLDIER //== Spectator Warps ======================================= -- script Combat Square Staff#dum::PVPSpecWarp -1,{ +- script Combat Square Staff#dum::PVPSpecWarp FAKE_NPC,{ OnTouch: mes "[Combat Square Staff]"; mes "May I help you?"; |