From c5fa6396f9cbb8e5e6e4deb0bb1cbf926d21c6e1 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 9 Aug 2011 20:08:47 +0000 Subject: * 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 --- npc/mobs/dungeons/bra_dun.txt | 37 +++++++++++++++++++++++++++++++++++++ npc/mobs/fields/brasilis.txt | 22 ++++++++++++++++++++++ npc/mobs/towns/brasilis.txt | 16 ++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 npc/mobs/dungeons/bra_dun.txt create mode 100644 npc/mobs/fields/brasilis.txt create mode 100644 npc/mobs/towns/brasilis.txt (limited to 'npc/mobs') diff --git a/npc/mobs/dungeons/bra_dun.txt b/npc/mobs/dungeons/bra_dun.txt new file mode 100644 index 000000000..572a4c0a6 --- /dev/null +++ b/npc/mobs/dungeons/bra_dun.txt @@ -0,0 +1,37 @@ +//===== eAthena Script ======================================== +//= Brasilis Dungeon Monster Spawn Script +//===== By: ================================================== +//= Kisuka +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= Official monster spawns in Brasilis Dungeon. +//===== Additional Comments: ================================= +//= 1.0 Official spawns from Aegis [Kisuka] +//============================================================ + +//================================================== +// bra_dun01 - Behind the Waterfall +//================================================== +bra_dun01,0,0,0,0 monster Piranha 2070,80,5000,0,0 +bra_dun01,0,0,0,0 monster Iara 2069,30,5000,0,0 +bra_dun01,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 +bra_dun01,0,0,0,0 monster Marina 1141,20,5000,0,0 +bra_dun01,0,0,0,0 monster Kukre 1070,10,5000,0,0 +bra_dun01,0,0,0,0 monster Plankton 1161,10,5000,0,0 +bra_dun01,0,0,0,0 monster Hydra 1068,15,5000,0,0 + +//================================================== +// bra_dun02 - Behind the Waterfall +//================================================== +bra_dun02,0,0,0,0 monster Piranha 2070,60,5000,0,0 +bra_dun02,0,0,0,0 monster Iara 2069,110,5000,0,0 +bra_dun02,0,0,0,0 monster Marina 1141,10,5000,0,0 +bra_dun02,0,0,0,0 monster Kukre 1070,10,5000,0,0 +bra_dun02,0,0,0,0 monster Plankton 1161,10,5000,0,0 +bra_dun02,0,0,0,0 monster Hydra 1068,15,5000,0,0 +bra_dun02,0,0,0,0 monster Shining Plant 1083,2,5000,0,0 +bra_dun02,0,0,0,0 monster Black Mushroom 1084,5,5000,0,0 +bra_dun02,0,0,0,0 boss_monster Boitata 2068,1,7200000,600000,1 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 diff --git a/npc/mobs/towns/brasilis.txt b/npc/mobs/towns/brasilis.txt new file mode 100644 index 000000000..6d2eef8c9 --- /dev/null +++ b/npc/mobs/towns/brasilis.txt @@ -0,0 +1,16 @@ +//===== eAthena Script ======================================= +//= Brasilis Quest Monsters +//===== By: ================================================== +//= L0ne_W0lf +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= Any Athena Version +//===== Description: ========================================= +//= 1.0 First version +//============================================================ + +brasilis,283,88,6,6 monster Strange Hydra 2081,5,5000,0,0 +brasilis,284,104,6,6 monster Strange Hydra 2081,4,5000,0,0 +brasilis,215,80,6,6 monster Strange Hydra 2081,4,5000,0,0 +brasilis,96,50,8,8 monster Strange Hydra 2081,5,5000,0,0 \ No newline at end of file -- cgit v1.2.3-60-g2f50