diff options
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/mob_db.txt | 2 | ||||
-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 |
7 files changed, 71 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 55748d8ed..d44a4d402 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ ----- ======================== +04/13 + * Added Magmaring mob [Playtester] 04/12 * Ganbantein now has a range equal to the level used [Playtester] - only mobs use levels higher than 1 diff --git a/db/mob_db.txt b/db/mob_db.txt index f48711b67..439c49498 100644 --- a/db/mob_db.txt +++ b/db/mob_db.txt @@ -850,3 +850,5 @@ 1814,EVENT_MOON,Moonlight Flower,Moonlight Flower,80,30000,0,30000,30000,1,500,800,50,50,1,35,45,112,69,93,10,12,1,2,63,0xA3,150,1276,576,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 1815,EVENT_RICECAKE,Rice Cake,Rice Cake,12,20,0,0,0,1,1,2,100,99,1,1,1,1,1,1,0,0,1,0,20,0xA3,2000,1320,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 1816,EVENT_GOURD,Gourd,Gourd,12,1000,0,0,0,1,1,2,100,99,1,1,1,1,1,1,0,0,1,0,20,0xA3,2000,96,96,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +1836,MAGMARING,Magmaring,Magmaring,40,5300,0,2110,1910,1,550,700,25,24,30,56,25,24,84,12,10,12,0,0,43,0x85,300,384,672,432,0,0,0,0,0,0,0,0,7097,1000,757,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 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 |