diff options
Diffstat (limited to 'npc/re/mobs/dungeons/ama_dun.txt')
-rw-r--r-- | npc/re/mobs/dungeons/ama_dun.txt | 55 |
1 files changed, 37 insertions, 18 deletions
diff --git a/npc/re/mobs/dungeons/ama_dun.txt b/npc/re/mobs/dungeons/ama_dun.txt index a1a36735f..c4b025655 100644 --- a/npc/re/mobs/dungeons/ama_dun.txt +++ b/npc/re/mobs/dungeons/ama_dun.txt @@ -1,24 +1,45 @@ -//===== Hercules Script ====================================== -//= Amatsu Dungeon Monster Spawn Script -//===== By: ================================================== -//= Athena (1.0) -//===== Current Version: ===================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Playtester +//= Copyright (C) Athena +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Amatsu Dungeon Monster Spawn Script (Renewal) +//================= Description =========================================== +//= Monster Spawns for Amatsu Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// ama_dun01 - Tatami Maze -//================================================== +//== ama_dun01 - Tatami Maze =============================== ama_dun01,0,0,0,0 monster Miyabi Doll 1404,65,5000,0,0 ama_dun01,0,0,0,0 monster Firelock Soldier 1403,45,5000,0,0 ama_dun01,0,0,0,0 monster Shinobi 1401,2,5000,0,0 -//================================================== -// ama_dun02 - Battle Field in the Underground Forest -//================================================== +//== ama_dun02 - Battle Field in the Underground Forest ==== ama_dun02,0,0,0,0 monster Poison Toad 1402,35,5000,0,0 ama_dun02,0,0,0,0 monster Firelock Soldier 1403,20,5000,0,0 ama_dun02,0,0,0,0 monster Horong 1129,10,5000,0,0 @@ -26,9 +47,7 @@ ama_dun02,0,0,0,0 monster Miyabi Doll 1404,5,5000,0,0 ama_dun02,0,0,0,0 monster Shinobi 1401,2,5000,0,0 ama_dun02,0,0,0,0 monster The Paper 1375,1,5000,0,0 -//================================================== -// ama_dun03 - Amatsu Underground Shrine -//================================================== +//== ama_dun03 - Amatsu Underground Shrine ================= ama_dun03,0,0,0,0 monster Shinobi 1401,55,5000,0,0 ama_dun03,0,0,0,0 monster Tengu 1405,55,5000,0,0 ama_dun03,0,0,0,0 monster Firelock Soldier 1403,25,5000,0,0 |