diff options
Diffstat (limited to 'npc/mobs/fields')
-rw-r--r-- | npc/mobs/fields/manuk.txt | 27 | ||||
-rw-r--r-- | npc/mobs/fields/splendide.txt | 25 |
2 files changed, 52 insertions, 0 deletions
diff --git a/npc/mobs/fields/manuk.txt b/npc/mobs/fields/manuk.txt new file mode 100644 index 000000000..75e9e2908 --- /dev/null +++ b/npc/mobs/fields/manuk.txt @@ -0,0 +1,27 @@ +//===== eAthena Script ======================================= +//= Manuk Fields Monster Spawn Script +//===== By: ================================================== +//= alexx, MaC +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Official spawn ammounts from Aegis script [alexx] +//============================================================ + +//============================================================ +// man_fild01 - Manuk Field +//============================================================ +man_fild01,0,0,0,0 monster Nepenthes 1988,105,0,0,0 +man_fild01,0,0,0,0 monster Hillthion 1989,10,0,0,0 +man_fild01,0,0,0,0 monster Centipede Larva 1999,30,0,0,0 +man_fild01,0,0,0,0 monster Centipede 1987,2,0,0,0 + +//============================================================ +// man_fild03 - Manuk Field +//============================================================ +man_fild03,0,0,0,0 monster Hillthion 1989,25,0,0,0 +man_fild03,0,0,0,0 monster Tatacho 1986,25,0,0,0 +man_fild03,0,0,0,0 monster Centipede 1987,25,0,0,0 +man_fild03,0,0,0,0 monster Hardrock Mammoth 1990,1,14400000,0,0 diff --git a/npc/mobs/fields/splendide.txt b/npc/mobs/fields/splendide.txt new file mode 100644 index 000000000..36db99266 --- /dev/null +++ b/npc/mobs/fields/splendide.txt @@ -0,0 +1,25 @@ +//===== eAthena Script ======================================= +//= Splendide Fields Monster Spawn Script +//===== By: ================================================== +//= alexx, MaC +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Additional Comments: ================================= +//= 1.0 Official spawn ammounts from Aegis script [alexx] +//============================================================ + +//================================================== +// spl_fild02 - Splendide Field +//================================================== +spl_fild02,0,0,0,0 monster Pinguicula 1995,95,0,0,0 +spl_fild02,0,0,0,0 monster Luciola Vespa 1994,15,0,0,0 + +//================================================== +// spl_fild03 - Splendide Field +//================================================== +spl_fild03,0,0,0,0 monster Luciola Vespa 1994,35,0,0,0 +spl_fild03,0,0,0,0 monster Cornus 1992,25,0,0,0 +spl_fild03,0,0,0,0 monster Naga 1993,20,0,0,0 +spl_fild03,0,0,0,0 monster Tendril Lion 1991,1,3600000,0,0
\ No newline at end of file |