summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-30 12:25:25 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-30 12:25:25 +0000
commite56a9a9e52f9d9f7444e5a994ef16a587c474324 (patch)
tree025e94e63ef3bf26831c6bbd540e00e60454e629 /npc
parent2a951308ac3163a7f2dc1a670699e26901b02b14 (diff)
downloadhercules-e56a9a9e52f9d9f7444e5a994ef16a587c474324.tar.gz
hercules-e56a9a9e52f9d9f7444e5a994ef16a587c474324.tar.bz2
hercules-e56a9a9e52f9d9f7444e5a994ef16a587c474324.tar.xz
hercules-e56a9a9e52f9d9f7444e5a994ef16a587c474324.zip
Added temporary Ice Dungeon spawn file (commented for now)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8544 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/mobs/dungeons/icedun.txt36
-rw-r--r--npc/scripts_eamonsters.conf1
-rw-r--r--npc/scripts_monsters.conf1
4 files changed, 40 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 06db86fad..fa454deeb 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -32,6 +32,8 @@ Playtester
Date Added
======
+08/30
+ * Added temporary Ice Dungeon spawn file (commented for now) [Playtester]
08/29
* Fixed a bug in the sign quest that prevented people from advancing in it. [MasterOfMuppets]
* Changed some broadcast colors in the god item quest. [MasterOfMuppets]
diff --git a/npc/mobs/dungeons/icedun.txt b/npc/mobs/dungeons/icedun.txt
new file mode 100644
index 000000000..0bfd2bb13
--- /dev/null
+++ b/npc/mobs/dungeons/icedun.txt
@@ -0,0 +1,36 @@
+//===== eAthena Script =======================================
+//= Ice Dungeon Monster Spawn Script
+//===== By: ==================================================
+//= Athena (1.0)
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Additional Comments: =================================
+//= 1.0 First version from jAthena [Playtester]
+//============================================================
+
+//==================================================
+// ice_dun01 - Ice Cave
+//==================================================
+ice_dun01.gat,0,0,0,0 monster Gazeti 1778,10,0,0,0
+ice_dun01.gat,0,0,0,0 monster Roween 1782,40,0,0,0
+ice_dun01.gat,0,0,0,0 monster Muscipular 1780,20,0,0,0
+ice_dun01.gat,0,0,0,0 monster Siroma 1776,60,0,0,0
+
+//==================================================
+// ice_dun02 - Ice Cave
+//==================================================
+ice_dun02.gat,0,0,0,0 monster Gazeti 1778,30,0,0,0
+ice_dun02.gat,0,0,0,0 monster Iceicle 1789,10,0,0,0
+ice_dun02.gat,0,0,0,0 monster Snowier 1775,30,0,0,0
+ice_dun02.gat,0,0,0,0 monster Siroma 1776,20,0,0,0
+ice_dun02.gat,0,0,0,0 monster Ice Titan 1777,10,0,0,0
+
+//==================================================
+// ice_dun03 - Ice Cave
+//==================================================
+ice_dun03.gat,0,0,0,0 monster Gazeti 1778,30,0,0,0
+ice_dun03.gat,0,0,0,0 monster Iceicle 1789,10,0,0,0
+ice_dun03.gat,0,0,0,0 monster Snowier 1775,30,0,0,0
+ice_dun03.gat,0,0,0,0 monster Ice Titan 1777,50,0,0,0
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf
index 0ea9c75b0..bfc300537 100644
--- a/npc/scripts_eamonsters.conf
+++ b/npc/scripts_eamonsters.conf
@@ -60,6 +60,7 @@ npc: npc/mobs/dungeons/eindun.txt
npc: npc/mobs/dungeons/gefenia.txt
npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
+//npc: npc/mobs/dungeons/icedun.txt
npc: npc/mobs/dungeons/kiel.txt
npc: npc/mobs/dungeons/lhzdun.txt
npc: npc/mobs/dungeons/louydun.txt
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf
index 207fa37ab..06cfad416 100644
--- a/npc/scripts_monsters.conf
+++ b/npc/scripts_monsters.conf
@@ -54,6 +54,7 @@ npc: npc/mobs/dungeons/geftower.txt
npc: npc/mobs/dungeons/glastheim.txt
npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
+//npc: npc/mobs/dungeons/icedun.txt
npc: npc/mobs/dungeons/jupedun.txt
npc: npc/mobs/dungeons/kiel.txt
npc: npc/mobs/dungeons/lhzdun.txt