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/agit_main.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/woe-fe/agit_main.txt')
-rw-r--r-- | npc/woe-fe/agit_main.txt | 12 |
1 files changed, 6 insertions, 6 deletions
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: |