浏览代码

Added temporary Ice Dungeon spawn file (commented for now)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8544 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 18 年之前
父节点
当前提交
c29d60c88f
共有 4 个文件被更改,包括 40 次插入0 次删除
  1. 2 0
      npc/Changelog.txt
  2. 36 0
      npc/mobs/dungeons/icedun.txt
  3. 1 0
      npc/scripts_eamonsters.conf
  4. 1 0
      npc/scripts_monsters.conf

+ 2 - 0
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]

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

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

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