diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 10:23:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 10:23:48 +0000 |
commit | f9a83bf431138de6fc43763bbf8858516a8d0b62 (patch) | |
tree | 82bc4f4d8e24c87aaf783455b74904890b4d9b68 /npc/mobs | |
parent | 76c525df7fd9ed50492b3cc298cd3b468b3abae5 (diff) | |
download | hercules-f9a83bf431138de6fc43763bbf8858516a8d0b62.tar.gz hercules-f9a83bf431138de6fc43763bbf8858516a8d0b62.tar.bz2 hercules-f9a83bf431138de6fc43763bbf8858516a8d0b62.tar.xz hercules-f9a83bf431138de6fc43763bbf8858516a8d0b62.zip |
* Another Episode 12 change, and more 13.1 content. [L0ne_W0lf]
- Moved Voting staff in Morroc to Morroc Ruins.
- Added Manuk/Slpendide mob spawn files (commented out.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13970 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs')
-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 |