diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 06db86fad1..fa454deeb1 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 0000000000..0bfd2bb13d --- /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 0ea9c75b0b..bfc3005378 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 207fa37ab3..06cfad4165 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