From c74f75edf05cc01af73bfe0a714f69081442b31e Mon Sep 17 00:00:00 2001 From: kobra_k88 Date: Thu, 18 Nov 2004 10:29:00 +0000 Subject: Moved mapflags organized by type to main mapflag folder and removed "type" folder. Removed mapflags organized by location. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@249 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/gldfunc_manager.txt | 2 +- npc/mobs/fields/ayothana.txt | 23 ----------------------- npc/mobs/fields/ayothaya.txt | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 npc/mobs/fields/ayothana.txt create mode 100644 npc/mobs/fields/ayothaya.txt (limited to 'npc') diff --git a/npc/guild/gldfunc_manager.txt b/npc/guild/gldfunc_manager.txt index 46c0025e1..de47fbeab 100644 --- a/npc/guild/gldfunc_manager.txt +++ b/npc/guild/gldfunc_manager.txt @@ -422,7 +422,7 @@ L_Start: mes "Oh well.."; next; disablenpc "Kafra Service#"+getarg(4); - //killmonster getarg(1)+".gat", "Guardian_" +getarg(4)+ "::OnGuardianDied"; + killmonster getarg(1)+".gat", "Guardian_" +getarg(4)+ "::OnGuardianDied"; set @i, 0; L_Loop: set @i, @i + 1; diff --git a/npc/mobs/fields/ayothana.txt b/npc/mobs/fields/ayothana.txt deleted file mode 100644 index 405cd18d0..000000000 --- a/npc/mobs/fields/ayothana.txt +++ /dev/null @@ -1,23 +0,0 @@ -//===== eAthena Script ======================================= -//= Ayothana Field Monster Spawn Script -//===== By: ================================================== -//= Athena (1.0) -//===== Current Version: ===================================== -//= 1.0 -//===== Compatible With: ===================================== -//= Any Athena Version -//===== Additional Comments: ================================= -//= -//============================================================ -// Mob IDs are right, need to check the amount, spawntime, etc. -//(ayothana Field 01)? -ayo_fild01.gat,0,0,0,0 monster Smokie 1056,20,0,0,0 -ayo_fild01.gat,0,0,0,0 monster Yoyo 1057,20,0,0,0 -ayo_fild01.gat,0,0,0,0 monster Leaf Cat 1586,20,0,0,0 -ayo_fild01.gat,0,0,0,0 monster Coco 1104,25,0,0,0 - -//(ayothana Field 02)? -ayo_fild02.gat,0,0,0,0 monster Coco 1104,25,0,0,0 -ayo_fild02.gat,0,0,0,0 monster Yoyo 1057,20,0,0,0 -ayo_fild02.gat,0,0,0,0 monster Leaf Cat 1586,20,0,0,0 -ayo_fild02.gat,0,0,0,0 monster Smokie 1056,20,0,0,0 \ No newline at end of file diff --git a/npc/mobs/fields/ayothaya.txt b/npc/mobs/fields/ayothaya.txt new file mode 100644 index 000000000..405cd18d0 --- /dev/null +++ b/npc/mobs/fields/ayothaya.txt @@ -0,0 +1,23 @@ +//===== eAthena Script ======================================= +//= Ayothana Field Monster Spawn Script +//===== By: ================================================== +//= Athena (1.0) +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= +//============================================================ +// Mob IDs are right, need to check the amount, spawntime, etc. +//(ayothana Field 01)? +ayo_fild01.gat,0,0,0,0 monster Smokie 1056,20,0,0,0 +ayo_fild01.gat,0,0,0,0 monster Yoyo 1057,20,0,0,0 +ayo_fild01.gat,0,0,0,0 monster Leaf Cat 1586,20,0,0,0 +ayo_fild01.gat,0,0,0,0 monster Coco 1104,25,0,0,0 + +//(ayothana Field 02)? +ayo_fild02.gat,0,0,0,0 monster Coco 1104,25,0,0,0 +ayo_fild02.gat,0,0,0,0 monster Yoyo 1057,20,0,0,0 +ayo_fild02.gat,0,0,0,0 monster Leaf Cat 1586,20,0,0,0 +ayo_fild02.gat,0,0,0,0 monster Smokie 1056,20,0,0,0 \ No newline at end of file -- cgit v1.2.3-70-g09d2