diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 19:24:13 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-11 19:24:13 +0000 |
commit | fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (patch) | |
tree | 5a35b6bc4108d8cb23fa75e0e32b97f22eb1ba12 /npc/mobs/fields/dicastes.txt | |
parent | 338d99ce33637c33d20ceb636aebe0e25ab91665 (diff) | |
parent | 53453425e64412f22734ae9a783c853a3f17027e (diff) | |
download | hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.gz hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.bz2 hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.xz hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.zip |
- Merged /branches/renewal/conf (partial)
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt)
- Merged /branches/renewal/npc (full)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/fields/dicastes.txt')
-rw-r--r-- | npc/mobs/fields/dicastes.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/npc/mobs/fields/dicastes.txt b/npc/mobs/fields/dicastes.txt new file mode 100644 index 000000000..c9a758d2f --- /dev/null +++ b/npc/mobs/fields/dicastes.txt @@ -0,0 +1,28 @@ +//===== eAthena Script ======================================= +//= El Dicastes Fields Monster Spawn Script +//===== By: ================================================== +//= Kisuka +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Additional Comments: ================================= +//= 1.0 Official spawns from Aegis [Kisuka] +//============================================================ + +//================================================== +// dic_fild01 - At the Foot of the Kamidal Mountain +//================================================== +dic_fild01,0,0,0,0 monster Centipede 1987,60,5000,0,0 +dic_fild01,0,0,0,0 monster Centipede Larva 1999,30,5000,0,0 +dic_fild01,0,0,0,0 monster Tatacho 1986,25,5000,0,0 +dic_fild01,0,0,0,0 monster Dolomedes 2092,20,5000,0,0 + +//================================================== +// dic_fild02 - At the Foot of the Kamidal Mountain +//================================================== +dic_fild02,0,0,0,0 monster Bradium Golem 2024,3,5000,0,0 +dic_fild02,0,0,0,0 monster Centipede 1987,35,5000,0,0 +dic_fild02,0,0,0,0 monster Centipede Larva 1999,10,5000,0,0 +dic_fild02,0,0,0,0 monster Tatacho 1986,25,5000,0,0 +dic_fild02,0,0,0,0 monster Dolomedes 2092,80,5000,0,0
\ No newline at end of file |