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/woe-fe | |
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/woe-fe')
-rw-r--r-- | npc/woe-fe/agit_controller.txt | 2 | ||||
-rw-r--r-- | npc/woe-fe/agit_main.txt | 12 | ||||
-rw-r--r-- | npc/woe-fe/trs_rp.txt | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/npc/woe-fe/agit_controller.txt b/npc/woe-fe/agit_controller.txt index 8572a268a..be7e07d14 100644 --- a/npc/woe-fe/agit_controller.txt +++ b/npc/woe-fe/agit_controller.txt @@ -43,7 +43,7 @@ //========================================================================= //== WoE Start/Stop times ================================== -- script Agit_Event -1,{ +- script Agit_Event FAKE_NPC,{ end; OnClock2100: //start time for Tues(2), Thurs(4) diff --git a/npc/woe-fe/agit_main.txt b/npc/woe-fe/agit_main.txt index 4eeeddf9d..9a9f1d133 100644 --- a/npc/woe-fe/agit_main.txt +++ b/npc/woe-fe/agit_main.txt @@ -58,7 +58,7 @@ //========================================================================= //== WoE : Main Functions ================================== -- script Gld_Agit_Manager::Gld_Agit_Manager -1,{ +- script Gld_Agit_Manager::Gld_Agit_Manager FAKE_NPC,{ end; // War of Emperium has started. @@ -316,7 +316,7 @@ OnRecvCastle: } //== WoE : Guild Kafras ==================================== -- script Kafra Staff#woe::guildkafra -1,{ +- script Kafra Staff#woe::guildkafra FAKE_NPC,{ .@GID = getcastledata(strnpcinfo(2),1); @@ -464,7 +464,7 @@ OnRecvCastle: } //== WoE : Castle Managers ================================= -- script Castle Manager#cm::cm -1,{ +- script Castle Manager#cm::cm FAKE_NPC,{ .@GID = getcastledata(strnpcinfo(2),1); @@ -915,7 +915,7 @@ OnRecvCastle: } //== WoE : Guild Dungeon Entrances ========================= -- script Lever#gd::gdlever -1,{ +- script Lever#gd::gdlever FAKE_NPC,{ .@GID = getcastledata(strnpcinfo(2),1); @@ -982,7 +982,7 @@ OnRecvCastle: } //== Guardian Spawner Template ============================= -- script Gld_Guard_Template::Gld_Guard_Template -1,{ +- script Gld_Guard_Template::Gld_Guard_Template FAKE_NPC,{ // Spawn Guardians in castles // When adding new castles, ensure that the coordinates coincide with the // coordinates defined in the Guild Steward template. @@ -1122,7 +1122,7 @@ OnGuardianDied: } //== Treasure Room Spawn Template ========================== -- script Gld_Trea_Spawn::Gld_Trea_Spawn -1,{ +- script Gld_Trea_Spawn::Gld_Trea_Spawn FAKE_NPC,{ end; OnClock0001: diff --git a/npc/woe-fe/trs_rp.txt b/npc/woe-fe/trs_rp.txt index 9b74429d0..e42291090 100644 --- a/npc/woe-fe/trs_rp.txt +++ b/npc/woe-fe/trs_rp.txt @@ -33,7 +33,7 @@ //= 1.1 //========================================================================= -- script Gld_Trea_Protect::Gld_Trea_Protect -1,{ +- script Gld_Trea_Protect::Gld_Trea_Protect FAKE_NPC,{ end; OnTouch: |