diff options
-rw-r--r-- | npc/pre-re/mobs/fields/splendide.txt | 35 | ||||
-rw-r--r-- | npc/pre-re/scripts_monsters.conf | 28 | ||||
-rw-r--r-- | npc/re/scripts_monsters.conf | 1 |
3 files changed, 49 insertions, 15 deletions
diff --git a/npc/pre-re/mobs/fields/splendide.txt b/npc/pre-re/mobs/fields/splendide.txt new file mode 100644 index 000000000..a53ff0a79 --- /dev/null +++ b/npc/pre-re/mobs/fields/splendide.txt @@ -0,0 +1,35 @@ +//===== rAthena Script =======================================
+//= Splendide Fields Monster Spawn Script
+//===== By: ==================================================
+//= alexx, MaC
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//= 1.0 Official spawn ammounts from Aegis script [alexx]
+//= 1.1 Added 13.2 mob spawn update [scriptor]
+//============================================================
+
+//==================================================
+// spl_fild01 - Splendide Field
+//==================================================
+spl_fild01,0,0,0,0 monster Dark Pinguicula 2015,50,5000,0,0
+spl_fild01,0,0,0,0 monster Naga 1993,35,5000,0,0
+spl_fild01,0,0,0,0 monster Cornus 1992,25,5000,0,0
+
+//==================================================
+// spl_fild02 - Splendide Field
+//==================================================
+spl_fild02,0,0,0,0 monster Pinguicula 1995,75,5000,0,0
+spl_fild02,0,0,0,0 monster Bradium Golem 2049,20,5000,0,0
+spl_fild02,0,0,0,0 monster Naga 2047,20,5000,0,0
+spl_fild02,0,0,0,0 monster Luciola Vespa 1994,15,5000,0,0
+
+//==================================================
+// spl_fild03 - Splendide Field
+//==================================================
+spl_fild03,0,0,0,0 monster Luciola Vespa 1994,35,5000,0,0
+spl_fild03,0,0,0,0 monster Cornus 1992,25,5000,0,0
+spl_fild03,0,0,0,0 monster Naga 1993,20,5000,0,0
+spl_fild03,0,0,0,0 monster Tendrilion 1991,1,3600000,0,0
diff --git a/npc/pre-re/scripts_monsters.conf b/npc/pre-re/scripts_monsters.conf index 39bfa12b5..70970e4bf 100644 --- a/npc/pre-re/scripts_monsters.conf +++ b/npc/pre-re/scripts_monsters.conf @@ -1,22 +1,21 @@ // -------------------------------------------------------------- // - RE Monster Scripts - // -------------------------------------------------------------- -npc: npc/re/mobs/towns/brasilis.txt +//npc: npc/re/mobs/towns/brasilis.txt -npc: npc/re/mobs/fields/brasilis.txt -npc: npc/re/mobs/fields/bifrost.txt -npc: npc/re/mobs/fields/dewata.txt -npc: npc/re/mobs/fields/dicastes.txt -npc: npc/re/mobs/fields/malaya.txt -npc: npc/re/mobs/fields/splendide.txt +//npc: npc/re/mobs/fields/brasilis.txt +//npc: npc/re/mobs/fields/bifrost.txt +//npc: npc/re/mobs/fields/dewata.txt +//npc: npc/re/mobs/fields/dicastes.txt +//npc: npc/re/mobs/fields/malaya.txt -npc: npc/re/mobs/dungeons/bra_dun.txt -npc: npc/re/mobs/dungeons/dew_dun.txt -npc: npc/re/mobs/dungeons/dic_dun.txt -npc: npc/re/mobs/dungeons/iz_dun_re.txt -npc: npc/re/mobs/dungeons/lhz_dun_re.txt -npc: npc/re/mobs/dungeons/ma_dun.txt -npc: npc/re/mobs/dungeons/mal_dun.txt +//npc: npc/re/mobs/dungeons/bra_dun.txt +//npc: npc/re/mobs/dungeons/dew_dun.txt +//npc: npc/re/mobs/dungeons/dic_dun.txt +//npc: npc/re/mobs/dungeons/iz_dun_re.txt +//npc: npc/re/mobs/dungeons/lhz_dun_re.txt +//npc: npc/re/mobs/dungeons/ma_dun.txt +//npc: npc/re/mobs/dungeons/mal_dun.txt // -------------------------------------------------------------- // - Monster Scripts - @@ -45,6 +44,7 @@ npc: npc/pre-re/mobs/fields/niflheim.txt npc: npc/pre-re/mobs/fields/payon.txt npc: npc/pre-re/mobs/fields/prontera.txt npc: npc/pre-re/mobs/fields/rachel.txt +npc: npc/pre-re/mobs/fields/splendide.txt npc: npc/pre-re/mobs/fields/umbala.txt npc: npc/pre-re/mobs/fields/veins.txt npc: npc/pre-re/mobs/fields/yuno.txt diff --git a/npc/re/scripts_monsters.conf b/npc/re/scripts_monsters.conf index a0646893b..ef57910bb 100644 --- a/npc/re/scripts_monsters.conf +++ b/npc/re/scripts_monsters.conf @@ -8,7 +8,6 @@ npc: npc/re/mobs/fields/bifrost.txt npc: npc/re/mobs/fields/dewata.txt npc: npc/re/mobs/fields/dicastes.txt npc: npc/re/mobs/fields/malaya.txt -npc: npc/re/mobs/fields/splendide.txt npc: npc/re/mobs/dungeons/bra_dun.txt npc: npc/re/mobs/dungeons/dew_dun.txt |