diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-09 20:08:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-09 20:08:47 +0000 |
commit | c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1 (patch) | |
tree | 6fd3c09c49fb1f253c65a020766fe76a5a72d28d /npc/mobs/fields | |
parent | ea24a3d2a2130ebfd16b310f24b47c6c2cf72e7a (diff) | |
download | hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.gz hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.bz2 hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.tar.xz hercules-c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1.zip |
* Implemented remaining Brasilis NPCs.
* Added remaining database modifications for Brasilis.
- Added the skills for the Brasilis monsters.
- Added remaining entries for Bathroom Ghost quest.
- Added stats for the Suspicious Hydra monsters.
- Corrected the capture rate for Suspicious Hydra.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14928 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/fields')
-rw-r--r-- | npc/mobs/fields/brasilis.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/mobs/fields/brasilis.txt b/npc/mobs/fields/brasilis.txt new file mode 100644 index 000000000..0816de830 --- /dev/null +++ b/npc/mobs/fields/brasilis.txt @@ -0,0 +1,22 @@ +//===== eAthena Script =======================================
+//= Brasilis Fields Monster Spawn Script
+//===== By: ==================================================
+//= Kisuka
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Additional Comments: =================================
+//= 1.0 Official spawns from Aegis [Kisuka]
+//============================================================
+
+//==================================================
+// bra_fild01
+//==================================================
+bra_fild01,0,0,0,0 monster Curupira 2074,50,5000,0,0
+bra_fild01,0,0,0,0 monster Dokebi 1110,10,5000,0,0
+bra_fild01,0,0,0,0 monster Savage 1166,5,5000,0,0
+bra_fild01,0,0,0,0 monster Headless Mule 2071,40,5000,0,0
+bra_fild01,0,0,0,0 monster Red Mushroom 1085,5,5000,0,0
+bra_fild01,0,0,0,0 monster Jaguar 2072,55,5000,0,0
+bra_fild01,0,0,0,0 monster Toucan 2073,60,5000,0,0
\ No newline at end of file |