diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/mobs/fields/veins.txt | 62 | ||||
-rw-r--r-- | npc/scripts_eamonsters.conf | 1 | ||||
-rw-r--r-- | npc/scripts_jmonsters.conf | 2 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 1 |
5 files changed, 67 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0264db8ec..1e0c2b77e 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/04/13 + * Added Veins field spawns thanks to $ephiroth [Playtester] * Added Kiel Hyre quest thanks to L0ne_W0lf [Playtester] - please motivate your players to test it 2007/04/12 diff --git a/npc/mobs/fields/veins.txt b/npc/mobs/fields/veins.txt new file mode 100644 index 000000000..28589d560 --- /dev/null +++ b/npc/mobs/fields/veins.txt @@ -0,0 +1,62 @@ +//===== eAthena Script ===========================================
+//= Beins Field Monster Spawn Script.
+//===== By: ======================================================
+//= $ephiroth
+//===== Current Version: =========================================
+//= 1.3
+//===== Compatible With: =========================================
+//= Any Athena Version
+//===== Additional Comments: =====================================
+//= 1.0 Temp. monster spawn in Beins Field. [$ephiroth]
+//= 1.1 Updated monster spawn based on kRO website. [$ephiroth]
+//= 1.2 Updated mobs based on info jAthena. [$ephiroth]
+//= 1.3 Fixed some typos and Atros spawn [Playtester]
+//================================================================
+
+//======== [Beins Field-01] ======================================
+ve_fild01.gat,0,0,0 monster Side Winder 1037,1,0,0,0
+ve_fild01.gat,0,0,0 monster Muka 1055,40,0,0,0
+ve_fild01.gat,0,0,0 monster Red Plant 1078,10,180000,90000,1
+ve_fild01.gat,0,0,0 monster Blue Plant 1079,3,1800000,900000,1
+ve_fild01.gat,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
+ve_fild01.gat,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
+ve_fild01.gat,0,0,0 monster Drops 1113,20,0,0,0
+ve_fild01.gat,0,0,0 monster Stapo 1784,20,0,0,0
+
+//======== [Beins Field-02] =======================================
+ve_fild02.gat,0,0,0 monster Side Winder 1037,10,0,0,0
+ve_fild02.gat,0,0,0 monster Savage 1166,60,0,0,0
+ve_fild02.gat,0,0,0 monster Roween 1782,30,0,0,0
+ve_fild02.gat,0,0,0 monster Atros 1785,1,86400000,86000000,1
+
+//======== [Beins Field-03] =======================================
+ve_fild03.gat,0,0,0 monster Sleeper 1386,40,0,0,0
+ve_fild03.gat,0,0,0 monster Magmaring 1836,30,0,0,0
+
+//======== [Beins Field-04] =======================================
+ve_fild04.gat,0,0,0 monster Desert Wolf 1106,30,0,0,0
+ve_fild04.gat,0,0,0 monster Muscipular 1780,10,0,0,0
+ve_fild04.gat,0,0,0 monster Roween 1782,15,0,0,0
+ve_fild04.gat,0,0,0 monster Stapo 1784,30,0,0,0
+
+//======== [Beins Field-05] =======================================
+ve_fild05.gat,0,0,0 monster Red Plant 1078,10,180000,90000,1
+ve_fild05.gat,0,0,0 monster Desert Wolf 1106,10,0,0,0
+ve_fild05.gat,0,0,0 monster Sleeper 1386,10,0,0,0
+ve_fild05.gat,0,0,0 monster Muscipular 1780,10,0,0,0
+ve_fild05.gat,0,0,0 monster Drosera 1781,10,0,0,0
+ve_fild05.gat,0,0,0 monster Roween 1782,20,0,0,0
+ve_fild05.gat,0,0,0 monster Galion 1783,5,0,0,0
+
+//======== [Beins Field-06] =======================================
+ve_fild06.gat,0,0,0 monster Red Plant 1078,3,180000,90000,1
+ve_fild06.gat,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
+ve_fild06.gat,0,0,0 monster Stapo 1784,5,120000,60000,1
+
+//======== [Beins Field-07] =======================================
+ve_fild07.gat,0,0,0 monster Side Winder 1037,1,0,0,0
+ve_fild07.gat,0,0,0 monster Shellfish 1074,40,0,0,0
+ve_fild07.gat,0,0,0 monster White Plant 1082,5,180000,90000,1
+ve_fild07.gat,0,0,0 monster Raggler 1254,20,0,0,0
+ve_fild07.gat,0,0,0 monster Aster 1266,30,0,0,0
+ve_fild07.gat,0,0,0 monster Stapo 1784,20,0,0,0
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index 96507193e..0a7020de4 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -39,6 +39,7 @@ npc: npc/mobs/fields/odin.txt npc: npc/mobs/fields/payon.txt npc: npc/mobs/fields/prontera.txt npc: npc/mobs/fields/rachel.txt +npc: npc/mobs/fields/veins.txt npc: npc/mobs/fields/yuno.txt npc: npc/eamobs/dungeons/byalan.txt diff --git a/npc/scripts_jmonsters.conf b/npc/scripts_jmonsters.conf index fef7b5f1b..024eeb291 100644 --- a/npc/scripts_jmonsters.conf +++ b/npc/scripts_jmonsters.conf @@ -25,6 +25,8 @@ npc: npc/eamobs/jro/jro.txt //npc: npc/mobs/airplane.txt //npc: npc/mobs/fields/odin.txt //npc: npc/mobs/fields/rachel.txt +//npc: npc/mobs/fields/veins.txt //npc: npc/mobs/dungeons/kiel.txt //npc: npc/mobs/dungeons/icedun.txt +//npc: npc/mobs/dungeons/racheldun.txt // --------------------------------------------------------------
\ No newline at end of file diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 60fb426ae..805598951 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -38,6 +38,7 @@ npc: npc/mobs/fields/payon.txt npc: npc/mobs/fields/prontera.txt npc: npc/mobs/fields/rachel.txt npc: npc/mobs/fields/umbala.txt +npc: npc/mobs/fields/veins.txt npc: npc/mobs/fields/yuno.txt npc: npc/mobs/dungeons/amatdun.txt |