summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-22 14:15:56 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-22 14:15:56 +0000
commit95436347670d9b77753a7a0062ac3c1603323ddb (patch)
tree8b0fec582e5757184f2e07e9c397e1c15cf7110d /npc
parent4a4b4834cd6fa5d81ba2abe7d011dd515aa3bc4a (diff)
downloadhercules-95436347670d9b77753a7a0062ac3c1603323ddb.tar.gz
hercules-95436347670d9b77753a7a0062ac3c1603323ddb.tar.bz2
hercules-95436347670d9b77753a7a0062ac3c1603323ddb.tar.xz
hercules-95436347670d9b77753a7a0062ac3c1603323ddb.zip
* Made Thor Volcano mobs safe to use
- raised their DEF/MDEF - raised their speed - removed 11.3 drops (using 11.2 drops) - added most of their skills thanks to Doddler - added Thor Volcano spawns, so they can be tested git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10605 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/mobs/dungeons/thor.txt35
-rw-r--r--npc/scripts_eamonsters.conf1
-rw-r--r--npc/scripts_jmonsters.conf1
-rw-r--r--npc/scripts_monsters.conf1
5 files changed, 39 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 9d1bd60f0..80af3434b 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2007/05/22
+ * Added Thor Volcano spawns [Playtester]
* Updated Socket Enchant NPC to official. [SinSloth]
* Moved Munak's Grandma quest to monstertamers.txt, it didn't require another file. [SinSloth]
- Deleted munak_quest.txt
diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor.txt
new file mode 100644
index 000000000..2e1f83ae8
--- /dev/null
+++ b/npc/mobs/dungeons/thor.txt
@@ -0,0 +1,35 @@
+//===== Athena Script =============================================
+//= Thor Volcano Monster Spawn Script.
+//===== By: =======================================================
+//= Playtester
+//===== Current Version: ==========================================
+//= 1.0
+//===== Compatible With: ==========================================
+//= Any Athena Version
+//===== Description: ==============================================
+//= Official monster spawn in Thor Volcano Dungeon.
+//===== Additional Comments: ======================================
+//= 1.0 Spawns according to RO Monthly and Doddler [Playtester]
+//=================================================================
+
+// ================= [Thor Volcano - 01] ==========================
+thor_v01,0,0,0,0 monster Kasa 1833,30,0,0,0
+thor_v01,0,0,0,0 monster Fire Imp 1837,20,0,0,0
+thor_v01,0,0,0,0 monster Magmaring 1836,10,0,0,0
+thor_v01,0,0,0,0 monster Salamander 1831,5,0,0,0
+thor_v01,0,0,0,0 monster Sword Master 1829,1,0,0,0
+thor_v01,0,0,0,0 monster Bow Master 1830,1,0,0,0
+
+// ================= [Thor Volcano - 02] ==========================
+thor_v02,0,0,0,0 monster Knocker 1838,70,0,0,0
+thor_v02,0,0,0,0 monster Fire Imp 1837,10,0,0,0
+thor_v02,0,0,0,0 monster Magmaring 1836,10,0,0,0
+thor_v02,0,0,0,0 monster Salamander 1831,5,0,0,0
+thor_v02,0,0,0,0 monster Sword Master 1829,1,0,0,0
+thor_v02,0,0,0,0 monster Bow Master 1830,1,0,0,0
+
+// ================= [Thor Volcano - 03] ==========================
+thor_v03,0,0,0,0 monster Salamander 1831,30,0,0,0
+thor_v03,0,0,0,0 monster Kasa 1833,20,0,0,0
+thor_v03,0,0,0,0 monster Sword Master 1829,3,0,0,0
+thor_v03,0,0,0,0 monster Bow Master 1830,3,0,0,0
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf
index ef3904330..9dcee7866 100644
--- a/npc/scripts_eamonsters.conf
+++ b/npc/scripts_eamonsters.conf
@@ -71,6 +71,7 @@ npc: npc/mobs/dungeons/pront_maze.txt
npc: npc/mobs/dungeons/pront_sewers.txt
npc: npc/mobs/dungeons/racheldun.txt
npc: npc/mobs/dungeons/thanatos.txt
+npc: npc/mobs/dungeons/thor.txt
npc: npc/mobs/dungeons/toyfactory.txt
npc: npc/mobs/dungeons/turtleisland.txt
npc: npc/mobs/dungeons/umbaladun.txt
diff --git a/npc/scripts_jmonsters.conf b/npc/scripts_jmonsters.conf
index 3a2174aac..f6a8d9a2b 100644
--- a/npc/scripts_jmonsters.conf
+++ b/npc/scripts_jmonsters.conf
@@ -28,4 +28,5 @@ npc: npc/eamobs/jro/jro.txt
//npc: npc/mobs/dungeons/kiel.txt
//npc: npc/mobs/dungeons/icedun.txt
//npc: npc/mobs/dungeons/racheldun.txt
+//npc: npc/mobs/dungeons/thor.txt
// --------------------------------------------------------------
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf
index a1f56018d..64e4c121b 100644
--- a/npc/scripts_monsters.conf
+++ b/npc/scripts_monsters.conf
@@ -69,6 +69,7 @@ npc: npc/mobs/dungeons/pront_sewers.txt
npc: npc/mobs/dungeons/racheldun.txt
npc: npc/mobs/dungeons/sunkenship.txt
npc: npc/mobs/dungeons/thanatos.txt
+npc: npc/mobs/dungeons/thor.txt
npc: npc/mobs/dungeons/toyfactory.txt
npc: npc/mobs/dungeons/turtleisland.txt
npc: npc/mobs/dungeons/umbaladun.txt