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/scripts_monsters.conf | |
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/scripts_monsters.conf')
-rw-r--r-- | npc/scripts_monsters.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 1b9d56816..6530c2e7c 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -4,8 +4,11 @@ npc: npc/mobs/citycleaners.txt npc: npc/mobs/pvp.txt +npc: npc/mobs/towns/brasilis.txt + npc: npc/mobs/fields/amatsu.txt npc: npc/mobs/fields/ayothaya.txt +npc: npc/mobs/fields/brasilis.txt npc: npc/mobs/fields/comodo.txt npc: npc/mobs/fields/einbroch.txt npc: npc/mobs/fields/geffen.txt @@ -35,6 +38,7 @@ npc: npc/mobs/dungeons/ama_dun.txt npc: npc/mobs/dungeons/anthell.txt npc: npc/mobs/dungeons/ayo_dun.txt npc: npc/mobs/dungeons/beach_dun.txt +npc: npc/mobs/dungeons/bra_dun.txt npc: npc/mobs/dungeons/c_tower.txt npc: npc/mobs/dungeons/ein_dun.txt npc: npc/mobs/dungeons/gef_dun.txt |