summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-12-21 20:12:45 +0800
committerHaru <haru@dotalux.com>2015-12-31 23:39:22 +0100
commitefaaf842dc3717e21b915edf37b3e907b02fa5a1 (patch)
tree5412410e6c953b7abc42b7a6c21d28e78b3688ef /npc/custom
parentef171a8ac1e063ca98cc6c8e9788a2ddcfa6fa35 (diff)
downloadhercules-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/custom')
-rw-r--r--npc/custom/battleground/bg_common.txt2
-rw-r--r--npc/custom/battleground/bg_flavius_01.txt2
-rw-r--r--npc/custom/battleground/bg_flavius_02.txt2
-rw-r--r--npc/custom/battleground/bg_kvm01.txt4
-rw-r--r--npc/custom/battleground/bg_kvm02.txt4
-rw-r--r--npc/custom/battleground/bg_kvm03.txt4
-rw-r--r--npc/custom/battleground/bg_tierra_01.txt6
-rw-r--r--npc/custom/battleground/bg_tierra_02.txt6
-rw-r--r--npc/custom/etc/airplane.txt2
-rw-r--r--npc/custom/etc/floating_rates.txt2
-rw-r--r--npc/custom/etc/lottery.txt2
-rw-r--r--npc/custom/etc/marriage.txt2
-rw-r--r--npc/custom/etc/monster_arena.txt44
-rw-r--r--npc/custom/etc/quest_warper.txt2
-rw-r--r--npc/custom/etc/stock_market.txt2
-rw-r--r--npc/custom/events/uneasy_cemetery.txt2
-rw-r--r--npc/custom/healer.txt2
-rw-r--r--npc/custom/quests/bandit_beard.txt2
-rw-r--r--npc/custom/quests/event_6_new_hats.txt8
-rw-r--r--npc/custom/quests/quest_shop.txt2
-rw-r--r--npc/custom/quests/thq/THQS_TTShop.txt2
-rw-r--r--npc/custom/warper.txt2
-rw-r--r--npc/custom/woe_controller.txt2
23 files changed, 54 insertions, 54 deletions
diff --git a/npc/custom/battleground/bg_common.txt b/npc/custom/battleground/bg_common.txt
index 54b13bb28..3ece8d512 100644
--- a/npc/custom/battleground/bg_common.txt
+++ b/npc/custom/battleground/bg_common.txt
@@ -1157,7 +1157,7 @@ bat_room,161,158,3 duplicate(bat_aid) General Guillaume's Aid::bat_aid4 4_M_KY_H
// Exit from Registration
// *********************************************************************
-- script warp2bat_room -1,{
+- script warp2bat_room FAKE_NPC,{
end;
OnTouch:
diff --git a/npc/custom/battleground/bg_flavius_01.txt b/npc/custom/battleground/bg_flavius_01.txt
index 30693da21..33c662d93 100644
--- a/npc/custom/battleground/bg_flavius_01.txt
+++ b/npc/custom/battleground/bg_flavius_01.txt
@@ -28,7 +28,7 @@ OnEnterBG:
// Battleground Engine
// *********************************************************************
-- script Flavius_BG1 -1,{
+- script Flavius_BG1 FAKE_NPC,{
end;
OnInit:
diff --git a/npc/custom/battleground/bg_flavius_02.txt b/npc/custom/battleground/bg_flavius_02.txt
index c735614c1..eef7cf308 100644
--- a/npc/custom/battleground/bg_flavius_02.txt
+++ b/npc/custom/battleground/bg_flavius_02.txt
@@ -28,7 +28,7 @@ OnEnterBG:
// Battleground Engine
// *********************************************************************
-- script Flavius_BG2 -1,{
+- script Flavius_BG2 FAKE_NPC,{
end;
OnInit:
diff --git a/npc/custom/battleground/bg_kvm01.txt b/npc/custom/battleground/bg_kvm01.txt
index be826215e..a4bd65e43 100644
--- a/npc/custom/battleground/bg_kvm01.txt
+++ b/npc/custom/battleground/bg_kvm01.txt
@@ -49,7 +49,7 @@ bat_c01,145,60,0 duplicate(#bat_c01a) #bat_c01f HIDDEN_NPC
// Battleground Engine
// *********************************************************************
-- script KvM01_BG -1,{
+- script KvM01_BG FAKE_NPC,{
end;
OnInit:
@@ -258,7 +258,7 @@ OnReset:
end;
}
-- script KvM01_BG_Out -1,{
+- script KvM01_BG_Out FAKE_NPC,{
end;
OnBegin:
diff --git a/npc/custom/battleground/bg_kvm02.txt b/npc/custom/battleground/bg_kvm02.txt
index 91e594a90..833a33747 100644
--- a/npc/custom/battleground/bg_kvm02.txt
+++ b/npc/custom/battleground/bg_kvm02.txt
@@ -49,7 +49,7 @@ bat_c02,145,60,0 duplicate(#bat_c02a) #bat_c02f HIDDEN_NPC
// Battleground Engine
// *********************************************************************
-- script KvM02_BG -1,{
+- script KvM02_BG FAKE_NPC,{
end;
OnInit:
@@ -258,7 +258,7 @@ OnReset:
end;
}
-- script KvM02_BG_Out -1,{
+- script KvM02_BG_Out FAKE_NPC,{
end;
OnBegin:
diff --git a/npc/custom/battleground/bg_kvm03.txt b/npc/custom/battleground/bg_kvm03.txt
index 33edb0be7..9ca29deaf 100644
--- a/npc/custom/battleground/bg_kvm03.txt
+++ b/npc/custom/battleground/bg_kvm03.txt
@@ -49,7 +49,7 @@ bat_c03,145,60,0 duplicate(#bat_c03a) #bat_c03f HIDDEN_NPC
// Battleground Engine
// *********************************************************************
-- script KvM03_BG -1,{
+- script KvM03_BG FAKE_NPC,{
end;
OnInit:
@@ -258,7 +258,7 @@ OnReset:
end;
}
-- script KvM03_BG_Out -1,{
+- script KvM03_BG_Out FAKE_NPC,{
end;
OnBegin:
diff --git a/npc/custom/battleground/bg_tierra_01.txt b/npc/custom/battleground/bg_tierra_01.txt
index 797b3a389..05b48c63e 100644
--- a/npc/custom/battleground/bg_tierra_01.txt
+++ b/npc/custom/battleground/bg_tierra_01.txt
@@ -28,7 +28,7 @@ OnEnterBG:
// Battleground Engine
// *********************************************************************
-- script Tierra_BG1 -1,{
+- script Tierra_BG1 FAKE_NPC,{
end;
OnInit:
@@ -262,7 +262,7 @@ bat_a01,119,336,1 duplicate(Guillaume camp#bat) Guillaume camp#bat18 1_FLAG_LION
// Barricades
// *********************************************************************
-- script Guillaume_TV1B -1,{
+- script Guillaume_TV1B FAKE_NPC,{
end;
OnBuild:
@@ -288,7 +288,7 @@ OnWall:
end;
}
-- script Croix_TV1B -1,{
+- script Croix_TV1B FAKE_NPC,{
end;
OnBuild:
diff --git a/npc/custom/battleground/bg_tierra_02.txt b/npc/custom/battleground/bg_tierra_02.txt
index f18d60769..b3b6cff21 100644
--- a/npc/custom/battleground/bg_tierra_02.txt
+++ b/npc/custom/battleground/bg_tierra_02.txt
@@ -28,7 +28,7 @@ OnEnterBG:
// Battleground Engine
// *********************************************************************
-- script Tierra_BG2 -1,{
+- script Tierra_BG2 FAKE_NPC,{
end;
OnInit:
@@ -262,7 +262,7 @@ bat_a02,119,336,1 duplicate(Guillaume camp#bat) Guillaume camp#bat31 1_FLAG_LION
// Barricades
// *********************************************************************
-- script Guillaume_TV2B -1,{
+- script Guillaume_TV2B FAKE_NPC,{
end;
OnBuild:
@@ -288,7 +288,7 @@ OnWall:
end;
}
-- script Croix_TV2B -1,{
+- script Croix_TV2B FAKE_NPC,{
end;
OnBuild:
diff --git a/npc/custom/etc/airplane.txt b/npc/custom/etc/airplane.txt
index 544dbed61..138755f6b 100644
--- a/npc/custom/etc/airplane.txt
+++ b/npc/custom/etc/airplane.txt
@@ -13,7 +13,7 @@
//= 2.2 Added missing next;'s [Evera]
//============================================================
-payon,153,43,5 script itinsetter -1,{
+payon,153,43,5 script itinsetter FAKE_NPC,{
//This is just OnInit stuff to set the hourly intinerary.
OnInit:
deletearray $locationsname$[0],500;
diff --git a/npc/custom/etc/floating_rates.txt b/npc/custom/etc/floating_rates.txt
index c207c6275..109a5217c 100644
--- a/npc/custom/etc/floating_rates.txt
+++ b/npc/custom/etc/floating_rates.txt
@@ -13,7 +13,7 @@
//= You can make incredible scripts with 'setbattleflag'!
//============================================================
-- script FloatingRates -1,{
+- script FloatingRates FAKE_NPC,{
OnInit:
//add any other HOURS
OnHour00:
diff --git a/npc/custom/etc/lottery.txt b/npc/custom/etc/lottery.txt
index 9d4c4df38..13d60ec2f 100644
--- a/npc/custom/etc/lottery.txt
+++ b/npc/custom/etc/lottery.txt
@@ -15,7 +15,7 @@
//= 1.2.1a fix due to new script engine
//============================================================
-- script lotterygenerator -1,{
+- script lotterygenerator FAKE_NPC,{
OnInit:
set $L_TicketPrice,4750; // TICKET COST
set $L_Prize_Money,5000000; // JACKPOT AMOUNT
diff --git a/npc/custom/etc/marriage.txt b/npc/custom/etc/marriage.txt
index ab1b48c30..1d6d21c2a 100644
--- a/npc/custom/etc/marriage.txt
+++ b/npc/custom/etc/marriage.txt
@@ -13,7 +13,7 @@
//============================================================
// Configuration Variables:
-- script marriage_init -1,{
+- script marriage_init FAKE_NPC,{
OnInit:
set $@wed_allow, 0; //If 1, allows same sex marriages.
set $@wed_veil, 0; //Set to 0 to disable veil check on the bride
diff --git a/npc/custom/etc/monster_arena.txt b/npc/custom/etc/monster_arena.txt
index 9c00b67a5..3a25679aa 100644
--- a/npc/custom/etc/monster_arena.txt
+++ b/npc/custom/etc/monster_arena.txt
@@ -557,154 +557,154 @@ L_Heal:
// Kill Trigger //
// 6/Final. ---Change to Add Monsters--- //
-gon_test,56,91,6 script OnPoringKilled -1,{
+gon_test,56,91,6 script OnPoringKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+1;
announce "You killed a Poring - Gained 1 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnFaberKilled -1,{
+gon_test,56,91,6 script OnFaberKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+2;
announce "You killed a Faber - Gained 2 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnLunaticKilled -1,{
+gon_test,56,91,6 script OnLunaticKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+4;
announce "You killed a Lunatic - Gained 4 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnDropsKilled -1,{
+gon_test,56,91,6 script OnDropsKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+4;
announce "You killed a Drops - Gained 4 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnPickyKilled -1,{
+gon_test,56,91,6 script OnPickyKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+4;
announce "You killed a Picky - Gained 4 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnChonChonKilled -1,{
+gon_test,56,91,6 script OnChonChonKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+8;
announce "You killed a ChonChon - Gained 8 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnSPickyKilled -1,{
+gon_test,56,91,6 script OnSPickyKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+8;
announce "You killed a Super Picky - Gained 8 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnWillowKilled -1,{
+gon_test,56,91,6 script OnWillowKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+8;
announce "You killed a Willow - Gained 8 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnRodaKilled -1,{
+gon_test,56,91,6 script OnRodaKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+16;
announce "You killed a Roda Frog - Gained 16 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnCondorKilled -1,{
+gon_test,56,91,6 script OnCondorKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+16;
announce "You killed a Condor - Gained 16 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnThiefKilled -1,{
+gon_test,56,91,6 script OnThiefKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+32;
announce "You killed a Theif Bug Larva - Gained 32 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnSavageKilled -1,{
+gon_test,56,91,6 script OnSavageKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+64;
announce "You killed a Savage Babe - Gained 64 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnFamiliarKilled -1,{
+gon_test,56,91,6 script OnFamiliarKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+128;
announce "You killed a Familiar - Gained 128 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnHornetKilled -1,{
+gon_test,56,91,6 script OnHornetKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+128;
announce "You killed a Hornet - Gained 128 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnPuppyKilled -1,{
+gon_test,56,91,6 script OnPuppyKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+256;
announce "You killed a Desert Wolf Puppy - Gained 256 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnRockerKilled -1,{
+gon_test,56,91,6 script OnRockerKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+256;
announce "You killed a Rocker - Gained 256 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnSporeKilled -1,{
+gon_test,56,91,6 script OnSporeKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+256;
announce "You killed a Spore - Gained 256 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnSkeletonKilled -1,{
+gon_test,56,91,6 script OnSkeletonKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+512;
announce "You killed a Skeleton - Gained 512 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnPlanktonKilled -1,{
+gon_test,56,91,6 script OnPlanktonKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+512;
announce "You killed a Plankton - Gained 512 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnAntonioKilled -1,{
+gon_test,56,91,6 script OnAntonioKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+512;
announce "You killed an Antonio - Gained 512 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnThiefFemaleKilled -1,{
+gon_test,56,91,6 script OnThiefFemaleKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+512;
announce "You killed a Thief Bug Female - Gained 512 exp",19;
callfunc "duelkill";
}
-gon_test,56,91,6 script OnSpecialKilled -1,{
+gon_test,56,91,6 script OnSpecialKilled FAKE_NPC,{
if (@marena == 0) callfunc "illegalkill";
set #monpoints,#monpoints+512;
announce "You killed a Special Monster - Gained 1024 exp",19;
diff --git a/npc/custom/etc/quest_warper.txt b/npc/custom/etc/quest_warper.txt
index fd6865a54..c00559c8f 100644
--- a/npc/custom/etc/quest_warper.txt
+++ b/npc/custom/etc/quest_warper.txt
@@ -1608,7 +1608,7 @@ binget:
}
//============================Warpras==============================
-- script Warpra#0 -1,{ callfunc "Q_Warpra",1; }
+- script Warpra#0 FAKE_NPC,{ callfunc "Q_Warpra",1; }
alb2trea,73,101,4 duplicate(Warpra#0) Warpra#1 4_F_KAFRA5
ama_fild01,178,325,1 duplicate(Warpra#0) Warpra#2 4_F_KAFRA5
gef_fild10,71,339,4 duplicate(Warpra#0) Warpra#3 4_F_KAFRA5
diff --git a/npc/custom/etc/stock_market.txt b/npc/custom/etc/stock_market.txt
index 078ce5137..1d480d770 100644
--- a/npc/custom/etc/stock_market.txt
+++ b/npc/custom/etc/stock_market.txt
@@ -15,7 +15,7 @@
//= so use it on your own risk
//============================================================
-- script sharenames -1,{
+- script sharenames FAKE_NPC,{
end;
OnInit:
// Sets the names of the shares //
diff --git a/npc/custom/events/uneasy_cemetery.txt b/npc/custom/events/uneasy_cemetery.txt
index b996dc4d7..6b1351eb4 100644
--- a/npc/custom/events/uneasy_cemetery.txt
+++ b/npc/custom/events/uneasy_cemetery.txt
@@ -17,7 +17,7 @@
//= 1.2a Changed item names to item IDs. [Samuray22]
//============================================================
-prontera,3,3,3 script Uneasy_Check -1,{
+prontera,3,3,3 script Uneasy_Check FAKE_NPC,{
end;
OnHour00:
diff --git a/npc/custom/healer.txt b/npc/custom/healer.txt
index 530f5301f..b05a24487 100644
--- a/npc/custom/healer.txt
+++ b/npc/custom/healer.txt
@@ -12,7 +12,7 @@
//= 1.2 Fix variables and character stuck at healing
//============================================================
-- script Healer -1,{
+- script Healer FAKE_NPC,{
.@price = 0; // Zeny required for heal
.@Buffs = 0; // Also buff players? (1: yes / 0: no)
diff --git a/npc/custom/quests/bandit_beard.txt b/npc/custom/quests/bandit_beard.txt
index dc2d837fb..fa02843e3 100644
--- a/npc/custom/quests/bandit_beard.txt
+++ b/npc/custom/quests/bandit_beard.txt
@@ -207,7 +207,7 @@ M_NO:
}
//mobsummons -------
-alberta,1,1,1 script BRDQ_MOBS -1,{
+alberta,1,1,1 script BRDQ_MOBS FAKE_NPC,{
OnStart:
set $@beardmob,10;
set $@beardMobD,0;
diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt
index b72d895df..d53427f14 100644
--- a/npc/custom/quests/event_6_new_hats.txt
+++ b/npc/custom/quests/event_6_new_hats.txt
@@ -324,7 +324,7 @@ L3:
//these scripts make our brothers to appear and disappear in order
-- script EDZac -1,{
+- script EDZac FAKE_NPC,{
OnInit:
OnMinute15:
disablenpc "Zac";
@@ -335,7 +335,7 @@ OnMinute01:
end;
}
-- script EDJac -1,{
+- script EDJac FAKE_NPC,{
OnInit:
OnMinute30:
disablenpc "Jac";
@@ -346,7 +346,7 @@ OnMinute16:
end;
}
-- script EDPac -1,{
+- script EDPac FAKE_NPC,{
OnInit:
OnMinute45:
disablenpc "Pac";
@@ -357,7 +357,7 @@ OnMinute31:
end;
}
-- script EDBlac -1,{
+- script EDBlac FAKE_NPC,{
OnInit:
OnMinute00:
disablenpc "Blac";
diff --git a/npc/custom/quests/quest_shop.txt b/npc/custom/quests/quest_shop.txt
index fb5b7993d..1fae7abb9 100644
--- a/npc/custom/quests/quest_shop.txt
+++ b/npc/custom/quests/quest_shop.txt
@@ -26,7 +26,7 @@ prontera,164,203,6 script Quest Shop#1 4_M_MOCASS2,{ callfunc "qshop"; }
// Script Core
//============================================================
-- script quest_shop -1,{
+- script quest_shop FAKE_NPC,{
function Add; function Chk; function Slot; function A_An;
OnInit:
freeloop(1);
diff --git a/npc/custom/quests/thq/THQS_TTShop.txt b/npc/custom/quests/thq/THQS_TTShop.txt
index c92c375ec..9883950a1 100644
--- a/npc/custom/quests/thq/THQS_TTShop.txt
+++ b/npc/custom/quests/thq/THQS_TTShop.txt
@@ -19,7 +19,7 @@
prt_in,159,172,0 warp thqwrp 3,3,yuno_in01,123,155
// Main configuration object
-- script THQS#Configuration -1,{
+- script THQS#Configuration FAKE_NPC,{
OnInit:
// Axes
setarray $THQS_menu_weapons_1[0], Sabbath, Slaughter, Tomahawk, Great_Axe, Guillotine;
diff --git a/npc/custom/warper.txt b/npc/custom/warper.txt
index 0f28ef40b..d240a2730 100644
--- a/npc/custom/warper.txt
+++ b/npc/custom/warper.txt
@@ -18,7 +18,7 @@
//= 1.4b Added Wolfchev's Laboratory warp.
//============================================================
-- script Warper -1,{
+- script Warper FAKE_NPC,{
function Go; function Disp; function Pick; function Restrict;
// --------------------------------------------------
diff --git a/npc/custom/woe_controller.txt b/npc/custom/woe_controller.txt
index 9e35d1ef7..fee4dfac5 100644
--- a/npc/custom/woe_controller.txt
+++ b/npc/custom/woe_controller.txt
@@ -30,7 +30,7 @@ OnAgitStart:
// Script Core
//============================================================
-- script WOE_CONTROL -1,{
+- script WOE_CONTROL FAKE_NPC,{
function Disp_Owner; function Add_Zero;
OnInit: