diff options
Diffstat (limited to 'npc/custom/etc')
-rw-r--r-- | npc/custom/etc/airplane.txt | 2 | ||||
-rw-r--r-- | npc/custom/etc/floating_rates.txt | 2 | ||||
-rw-r--r-- | npc/custom/etc/lottery.txt | 2 | ||||
-rw-r--r-- | npc/custom/etc/marriage.txt | 2 | ||||
-rw-r--r-- | npc/custom/etc/monster_arena.txt | 44 | ||||
-rw-r--r-- | npc/custom/etc/quest_warper.txt | 2 | ||||
-rw-r--r-- | npc/custom/etc/stock_market.txt | 2 |
7 files changed, 28 insertions, 28 deletions
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 // |