Sfoglia il codice sorgente

Follow up r16431, fixed a couple of mistakes I made.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16433 54d463be-8e91-2dee-dedb-b68131a5f0ec
daegaladh 13 anni fa
parent
commit
1c6f14039c

+ 35 - 0
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

+ 14 - 14
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

+ 0 - 1
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