diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-16 17:16:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-16 17:16:56 +0300 |
commit | d39250a6d5bb8987fcc8d7e8961680f9802fb2e7 (patch) | |
tree | 2a0d54139c31f2858bf1e934c57c83bce4de626f /npc/pre-re/mobs/dungeons | |
parent | 7a3971571ac2590c6f43a1494b6fcdb6ae632e27 (diff) | |
parent | d4832df6929653561e6867149e4ecaa63a860cbe (diff) | |
download | hercules-d39250a6d5bb8987fcc8d7e8961680f9802fb2e7.tar.gz hercules-d39250a6d5bb8987fcc8d7e8961680f9802fb2e7.tar.bz2 hercules-d39250a6d5bb8987fcc8d7e8961680f9802fb2e7.tar.xz hercules-d39250a6d5bb8987fcc8d7e8961680f9802fb2e7.zip |
Merge pull request #876 from MishimaHaruna/gpl
GPL Headers
Diffstat (limited to 'npc/pre-re/mobs/dungeons')
40 files changed, 1527 insertions, 876 deletions
diff --git a/npc/pre-re/mobs/dungeons/abbey.txt b/npc/pre-re/mobs/dungeons/abbey.txt index 8a292a7e1..9aa1873ae 100644 --- a/npc/pre-re/mobs/dungeons/abbey.txt +++ b/npc/pre-re/mobs/dungeons/abbey.txt @@ -1,16 +1,39 @@ -//===== Hercules Script ====================================== -//= Abbey Dungeon Monster Spawn Script -//===== By: ================================================== -//= $ephiroth -//===== 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) Playtester +//= Copyright (C) $ephiroth +//= +//= 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/>. +//========================================================================= +//= Abbey Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Cursed Abbey and Nameless Island Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.0 Initial version [$ephiroth] -//= 1.1 Updated spawns [Playtester] -//= 1.2 More official spawns [Playtester] -//============================================================ +//========================================================================= -// Nameless Island +//== Nameless Island ======================================= nameless_n,93,211,51,62 monster Zombie Slaughter 1864,3,15000,0,1 nameless_n,93,211,51,62 monster Ragged Zombie 1865,3,15000,0,1 nameless_n,93,211,51,62 monster Hell Poodle 1866,5,15000,0,1 @@ -35,7 +58,7 @@ nameless_n,234,95,40,58 monster Hell Poodle 1866,2,15000,0,1 nameless_n,234,95,40,58 monster Banshee 1867,4,15000,0,1 nameless_n,234,95,40,58 monster Ghoul 1036,10,30000,0,1 -// Cursed Abbey Dungeon 1 +//== Cursed Abbey Dungeon 1 ================================ abbey01,0,0,0,0 monster Banshee 1867,30,0,0,1 abbey01,97,270,87,87 monster Banshee 1867,30,0,0,1 abbey01,97,270,87,87 monster Hell Poodle 1866,15,0,0,1 @@ -83,7 +106,7 @@ abbey01,260,100,35,30 monster Ragged Zombie 1865,2,0,0,1 abbey01,260,100,35,30 monster Flame Skull 1869,1,0,0,1 abbey01,260,100,35,30 monster Ghoul 1036,4,0,0,1 -// Cursed Abbey Dungeon 2 +//== Cursed Abbey Dungeon 2 ================================ abbey02,150,66,36,64 monster Zombie Slaughter 1864,30,60000,0,1 abbey02,150,66,36,64 monster Ragged Zombie 1865,10,0,0,1 abbey02,150,66,36,64 monster Flame Skull 1869,3,0,0,1 @@ -114,7 +137,7 @@ abbey02,232,220,46,58 monster Ragged Zombie 1865,10,0,0,1 abbey02,232,220,46,58 monster Flame Skull 1869,3,0,0,1 abbey02,232,220,46,58 monster Necromancer 1870,1,0,0,1 -// Cursed Abbey Dungeon 3 +//== Cursed Abbey Dungeon 3 ================================ abbey03,0,0,0,0 boss_monster Beelzebub 1873,1,43200000,600000,1 abbey03,120,212,116,24 monster Necromancer 1870,10,0,0,1 abbey03,120,212,116,24 monster Banshee 1867,10,0,0,1 diff --git a/npc/pre-re/mobs/dungeons/abyss.txt b/npc/pre-re/mobs/dungeons/abyss.txt index d1c7686f7..9efe548f5 100644 --- a/npc/pre-re/mobs/dungeons/abyss.txt +++ b/npc/pre-re/mobs/dungeons/abyss.txt @@ -1,19 +1,41 @@ -//===== Hercules Script ====================================== -//= Abyss Lake 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) Nexon +//= 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/>. +//========================================================================= +//= Abyss Lake Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Abyss Lake Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.0 Real spawns by Poki#3 [Nexon] -//= 1.1 More official spawns [Playtester] -//= 1.2 Official X.3 spawns [Playtester] -//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// abyss_01 - Abyss Lakes Underground Cave F1 -//================================================== +//== abyss_01 - Abyss Lakes Underground Cave F1 ============ abyss_01,0,0,0,0 monster Mimic 1191,10,600000,0,0 abyss_01,0,0,0,0 monster Ancient Mimic 1699,10,600000,0,0 abyss_01,152,205,130,70 monster Ferus 1714,10,0,0,0 @@ -34,9 +56,7 @@ abyss_01,140,100,15,5 monster Penomena 1216,10,780000,300000,0 abyss_01,260,40,14,14 monster Dragon Egg 1721,3,1200000,600000,0 abyss_01,150,160,50,50 monster Dragon Egg 1721,5,1800000,600000,0 -//================================================== -// abyss_02 - Abyss Lakes Underground Cave F2 -//================================================== +//== abyss_02 - Abyss Lakes Underground Cave F2 ============ abyss_02,0,0,0,0 monster Mimic 1191,10,900000,0,0 abyss_02,0,0,0,0 monster Ancient Mimic 1699,10,900000,0,0 abyss_02,0,0,0,0 monster Ferus 1714,50,300000,0,0 @@ -46,9 +66,7 @@ abyss_02,0,0,0,0 monster Novus 1715,5,0,0,0 abyss_02,0,0,0,0 monster Novus 1718,5,0,0,0 abyss_02,0,0,0,0 monster Dragon Egg 1721,10,1800000,600000,0 -//================================================== -// abyss_03 - Abyss Lakes Underground Cave F3 -//================================================== +//== abyss_03 - Abyss Lakes Underground Cave F3 ============ abyss_03,0,0,0,0 monster Mimic 1191,10,300000,0,0 abyss_03,0,0,0,0 monster Ancient Mimic 1699,10,300000,0,0 abyss_03,0,0,0,0 monster Acidus 1713,60,600000,0,0 diff --git a/npc/pre-re/mobs/dungeons/alde_dun.txt b/npc/pre-re/mobs/dungeons/alde_dun.txt index ef6a84413..ba69711f9 100644 --- a/npc/pre-re/mobs/dungeons/alde_dun.txt +++ b/npc/pre-re/mobs/dungeons/alde_dun.txt @@ -1,32 +1,50 @@ -//===== Hercules Script ====================================== -//= Al De Baran 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/>. +//========================================================================= +//= Al De Baran Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Al De Baran Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 More accurate spawns [Playtester] -//= 1.3 Moved Clock Tower spawns to their own file. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// alde_dun01 - Clock Tower B1 -//================================================== +//== alde_dun01 - Clock Tower B1 =========================== alde_dun01,0,0,0,0 monster Arclouze 1194,50,0,0,0 alde_dun01,0,0,0,0 monster Drainliar 1111,40,0,0,0 -//================================================== -// alde_dun02 - Clock Tower B2 -//================================================== +//== alde_dun02 - Clock Tower B2 =========================== alde_dun02,0,0,0,0 monster High Orc 1213,50,0,0,0 alde_dun02,0,0,0,0 monster Orc Archer 1189,20,0,0,0 alde_dun02,0,0,0,0 monster Brilight 1211,20,0,0,0 alde_dun02,0,0,0,0 monster Arclouze 1194,20,0,0,0 -//================================================== -// alde_dun03 - Clock Tower B3 -//================================================== +//== alde_dun03 - Clock Tower B3 =========================== alde_dun03,0,0,0,0 monster Cramp 1209,25,0,0,0 alde_dun03,0,0,0,0 monster Drainliar 1111,20,0,0,0 alde_dun03,77,28,5,5 monster Cramp 1209,3,40000,20000,0 @@ -51,9 +69,7 @@ alde_dun03,135,140,8,8 monster Penomena 1216,3,600000,300000,0 alde_dun03,120,157,8,8 monster Penomena 1216,3,600000,300000,0 alde_dun03,120,157,8,8 monster Drainliar 1111,10,300000,150000,0 -//================================================== -// alde_dun04 - Clock Tower B4 -//================================================== +//== alde_dun04 - Clock Tower B4 =========================== alde_dun04,0,0,0,0 monster Bathory 1102,50,0,0,0 alde_dun04,0,0,0,0 monster Joker 1131,10,0,0,0 alde_dun04,0,0,0,0 monster Executioner 1205,1,3600000,1800000,1 diff --git a/npc/pre-re/mobs/dungeons/ama_dun.txt b/npc/pre-re/mobs/dungeons/ama_dun.txt index 482708d66..b0d069825 100644 --- a/npc/pre-re/mobs/dungeons/ama_dun.txt +++ b/npc/pre-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 (Pre-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,0,0,0 ama_dun01,0,0,0,0 monster Firelock Soldier 1403,45,0,0,0 ama_dun01,0,0,0,0 monster Shinobi 1401,2,180000,90000,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,180000,90000,0 ama_dun02,0,0,0,0 monster Firelock Soldier 1403,20,60000,30000,0 ama_dun02,0,0,0,0 monster Miyabi Doll 1404,5,120000,60000,0 @@ -26,9 +47,7 @@ ama_dun02,0,0,0,0 monster Shinobi 1401,2,180000,90000,0 ama_dun02,0,0,0,0 monster Horong 1129,10,0,0,0 ama_dun02,0,0,0,0 monster The Paper 1375,1,180000,90000,0 -//================================================== -// ama_dun03 - Amatsu Underground Shrine -//================================================== +//== ama_dun03 - Amatsu Underground Shrine ================= ama_dun03,0,0,0,0 monster Shinobi 1401,35,600000,300000,0 ama_dun03,0,0,0,0 monster Firelock Soldier 1403,25,0,0,0 ama_dun03,0,0,0,0 monster Miyabi Doll 1404,1,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/anthell.txt b/npc/pre-re/mobs/dungeons/anthell.txt index 62ba3acb9..e253ad799 100644 --- a/npc/pre-re/mobs/dungeons/anthell.txt +++ b/npc/pre-re/mobs/dungeons/anthell.txt @@ -1,17 +1,40 @@ -//===== Hercules Script ======================================= -//= Ant Hell 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/>. +//========================================================================= +//= Ant Hell Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Ant Hell +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// anthell01 - Ant Hell F1 -//================================================== +//== anthell01 - Ant Hell F1 =============================== anthell01,0,0,0,0 monster Familiar 1005,20,0,0,0 anthell01,0,0,0,0 monster Andre 1095,15,0,0,0 anthell01,0,0,0,0 monster Piere 1160,50,0,0,0 @@ -107,9 +130,7 @@ anthell01,103,121,0,0 monster Ant Egg 1097,1,60000,30000,0 anthell01,102,121,0,0 monster Ant Egg 1097,1,60000,30000,0 anthell01,105,124,0,0 monster Ant Egg 1097,1,60000,30000,0 -//================================================== -// anthell02 - Ant Hell F2 -//================================================== +//== anthell02 - Ant Hell F2 =============================== anthell02,0,0,0,0 monster Ant Egg 1097,15,0,0,0 anthell02,0,0,0,0 monster Familiar 1005,20,0,0,0 anthell02,0,0,0,0 monster Andre 1095,50,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/ayo_dun.txt b/npc/pre-re/mobs/dungeons/ayo_dun.txt index 1caa4d5c0..fc87a8217 100644 --- a/npc/pre-re/mobs/dungeons/ayo_dun.txt +++ b/npc/pre-re/mobs/dungeons/ayo_dun.txt @@ -1,28 +1,48 @@ -//===== Hercules Script ====================================== -//= Ayothaya 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) Lupus +//= Copyright (C) Ishizu +//= 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/>. +//========================================================================= +//= Ayothaya Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Ayothaya Dungeon +//================= Current Version ======================================= //= 1.5 -//===== Additional Comments: ================================= -//= 1.1 Using euRO data [Ishizu] -//= 1.2 Moved Tao Gunka to west cave of Comodo [Lupus] -//= 1.3 Official jRO 10.3 spawns [Playtester] -//= 1.4 More accurate spawns [Playtester] -//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// ayo_dun01 - Ancient Shrine Maze -//================================================== +//== ayo_dun01 - Ancient Shrine Maze ======================= ayo_dun01,0,0,0,0 monster Leaf Cat 1586,65,0,0,0 ayo_dun01,0,0,0,0 monster Whisper 1179,10,0,0,0 ayo_dun01,0,0,0,0 monster Kraben 1587,5,0,0,0 ayo_dun01,0,0,0,0 monster Ghoul 1036,30,0,0,0 -//================================================== -// ayo_dun02 - Inside Ancient Shrine -//================================================== +//== ayo_dun02 - Inside Ancient Shrine ===================== ayo_dun02,0,0,0,0 monster Tamruan 1584,100,0,0,0 ayo_dun02,0,0,0,0 monster Whisper 1179,20,0,0,0 ayo_dun02,0,0,0,0 monster Kraben 1587,20,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/beach_dun.txt b/npc/pre-re/mobs/dungeons/beach_dun.txt index 170c9f0d0..d17854b27 100644 --- a/npc/pre-re/mobs/dungeons/beach_dun.txt +++ b/npc/pre-re/mobs/dungeons/beach_dun.txt @@ -1,37 +1,54 @@ -//===== Hercules Script ====================================== -//= Beach 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/>. +//========================================================================= +//= Beach Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Beach Dungeon +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Small 11.1 spawn update [Playtester] -//= 1.3 More accurate spawns [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// beach_dun - Karu, the West Cave -//================================================== +//== beach_dun - Karu, the West Cave ======================= beach_dun,0,0,0,0 monster Medusa 1148,60,0,0,0 beach_dun,0,0,0,0 monster Merman 1264,3,10000,5000,0 beach_dun,0,0,0,0 monster Nereid 1255,20,0,0,0 beach_dun,0,0,0,0 monster Pest 1256,20,0,0,0 beach_dun,0,0,0,0 boss_monster Tao Gunka 1583,1,18000000,600000,0 -//================================================== -// beach_dun2 - Ruande, the North Cave -//================================================== +//== beach_dun2 - Ruande, the North Cave =================== beach_dun2,0,0,0,0 monster Megalith 1274,15,0,0,0 beach_dun2,0,0,0,0 monster Nereid 1255,10,0,0,0 beach_dun2,0,0,0,0 monster Stalactic Golem 1278,65,5000,0,0 beach_dun2,0,0,0,0 monster Tri Joint 1279,20,0,0,0 beach_dun2,0,0,0,0 monster Hydra 1068,10,0,0,0 -//================================================== -// beach_dun3 - Mao, the East Cave -//================================================== +//== beach_dun3 - Mao, the East Cave ======================= beach_dun3,0,0,0,0 monster Nereid 1255,1,200000,100000,0 beach_dun3,0,0,0,0 monster Thara Frog 1034,50,0,0,0 beach_dun3,0,0,0,0 monster Hydra 1068,30,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/c_tower.txt b/npc/pre-re/mobs/dungeons/c_tower.txt index c33c25424..ac6f45928 100644 --- a/npc/pre-re/mobs/dungeons/c_tower.txt +++ b/npc/pre-re/mobs/dungeons/c_tower.txt @@ -1,24 +1,45 @@ -//===== Hercules Script ====================================== -//= Clock Tower 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) 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/>. +//========================================================================= +//= Clock Tower Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Clock Tower Dungeon +//================= Current Version ======================================= //= 1.0 -//===== Additional Comments: ================================= -//= 1.0 Split from combined Alde and CT spawn file. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// c_tower1 - Clock Tower F1 -//================================================== +//== c_tower1 - Clock Tower F1 ============================= c_tower1,0,0,0,0 monster Punk 1199,70,0,0,0 c_tower1,0,0,0,0 monster Rideword 1195,70,0,0,0 c_tower1,0,0,0,0 monster Clock Tower Manager 1270,1,0,0,0 c_tower1,0,0,0,0 monster Bathory 1102,1,0,0,0 -//================================================== -// c_tower2 - Clock Tower F2 -//================================================== +//== c_tower2 - Clock Tower F2 ============================= c_tower2,0,0,0,0 monster Punk 1199,40,0,0,0 c_tower2,0,0,0,0 monster Clock 1269,40,0,0,0 c_tower2,0,0,0,0 monster Rideword 1195,7,0,0,0 @@ -32,18 +53,14 @@ c_tower2,0,0,0,0 monster Clock Tower Manager 1270,1,0,0,0 c_tower2,0,0,0,0 monster Elder 1377,1,3600000,1800000,0 c_tower2,0,0,0,0 monster Elder 1377,1,3600000,1800000,0 -//================================================== -// c_tower3 - Clock Tower F3 -//================================================== +//== c_tower3 - Clock Tower F3 ============================= c_tower3,0,0,0,0 monster Alarm 1193,80,0,0,0 c_tower3,0,0,0,0 monster Rideword 1195,5,0,0,0 c_tower3,153,220,10,10 monster Rideword 1195,1,126000,100000,0 c_tower3,0,0,0,0 monster Mimic 1191,7,0,0,0 c_tower3,0,0,0,0 monster Clock Tower Manager 1270,3,0,0,0 -//================================================== -// c_tower4 - Clock Tower F4 -//================================================== +//== c_tower4 - Clock Tower F4 ============================= c_tower4,0,0,0,0 monster Clock Tower Manager 1270,2,1800000,0,0 c_tower4,0,0,0,0 monster Clock Tower Manager 1270,1,3600000,0,0 c_tower4,0,0,0,0 monster Whisper 1179,5,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/ein_dun.txt b/npc/pre-re/mobs/dungeons/ein_dun.txt index b7b902c9e..41a13c135 100644 --- a/npc/pre-re/mobs/dungeons/ein_dun.txt +++ b/npc/pre-re/mobs/dungeons/ein_dun.txt @@ -1,22 +1,42 @@ -//===== Hercules Script ====================================== -//= Einbech Mine 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) MasterOfMuppets +//= Copyright (C) Lupus +//= 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/>. +//========================================================================= +//= Einbech Mine Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Einbech Mine Dungeon +//================= Current Version ======================================= //= 1.5 -//===== Additional Comments: ================================= -//= 1.0 spawn N and spawn delays aren't yet correct, so I set -//= respawn delays quite big for now [Lupus] -//= 1.1 Fixed monsters spawn places -//= 1.2 Update monster spawn numbers according to info on emperium.org [MasterOfMuppets] -//= 1.3 Official kRO 10.1 spawns [Playtester] -//= 1.4 More accurate spawns [Playtester] -//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// ein_dun01 - Mine Dungeon F1 -//================================================== +//== ein_dun01 - Mine Dungeon F1 =========================== ein_dun01,0,0,0,0 monster Pitman 1616,70,0,0,0 ein_dun01,0,0,0,0 monster Noxious 1620,30,300000,0,0 ein_dun01,0,0,0,0 monster Porcellio 1619,30,0,0,0 @@ -24,9 +44,7 @@ ein_dun01,0,0,0,0 monster Venomous 1621,10,300000,0,0 ein_dun01,0,0,0,0 monster Old Stove 1617,1,1800000,600000,0 ein_dun01,0,0,0,0 monster Ungoliant 1618,1,3600000,3000000,0 -//================================================== -// ein_dun02 - Mine Dungeon F2 -//================================================== +//== ein_dun02 - Mine Dungeon F2 =========================== ein_dun02,0,0,0,0 monster Obsidian 1615,10,0,0,0 ein_dun02,0,0,0,0 monster Mineral 1614,15,0,0,0 ein_dun02,75,151,60,133 monster Obsidian 1615,30,300000,0,0 diff --git a/npc/pre-re/mobs/dungeons/gef_dun.txt b/npc/pre-re/mobs/dungeons/gef_dun.txt index 4fcc727e7..92288bf86 100644 --- a/npc/pre-re/mobs/dungeons/gef_dun.txt +++ b/npc/pre-re/mobs/dungeons/gef_dun.txt @@ -1,18 +1,40 @@ -//===== Hercules Script ====================================== -//= Geffen 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/>. +//========================================================================= +//= Geffen Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Geffen Dungeon +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 1.2 Official kRO 10.1 spawns [Playtester] -//= 1.3 More accurate spawns [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// gef_dun00 - Geffen Dungeon F1 -//================================================== +//== gef_dun00 - Geffen Dungeon F1 ========================= gef_dun00,0,0,0,0 monster Hunter Fly 1035,30,60000,30000,0 gef_dun00,0,0,0,0 monster Poporing 1031,15,0,0,0 gef_dun00,0,0,0,0 monster Poison Spore 1077,25,0,0,0 @@ -25,9 +47,7 @@ gef_dun00,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 gef_dun00,89,111,3,3 monster Black Mushroom 1084,3,180000,90000,1 gef_dun00,121,109,3,3 monster Black Mushroom 1084,3,180000,90000,1 -//================================================== -// gef_dun01 - Geffen Dungeon F2 -//================================================== +//== gef_dun01 - Geffen Dungeon F2 ========================= gef_dun01,0,0,0,0 monster Drainliar 1111,20,0,0,0 gef_dun01,0,0,0,0 monster Nightmare 1061,30,0,0,0 gef_dun01,0,0,0,0 monster Ogretooth 1204,1,1800000,1200000,0 @@ -42,9 +62,7 @@ gef_dun01,263,115,10,10 monster White Plant 1082,3,180000,90000,1 gef_dun01,48,67,10,10 monster White Plant 1082,2,180000,90000,1 gef_dun01,150,237,10,10 monster White Plant 1082,2,180000,90000,1 -//================================================== -// gef_dun02 - Geffenia -//================================================== +//== gef_dun02 - Geffenia ================================== gef_dun02,0,0,0,0 monster Ghoul 1036,10,0,0,0 gef_dun02,0,0,0,0 monster Whisper 1179,20,0,0,0 gef_dun02,0,0,0,0 monster Hunter Fly 1035,10,0,0,0 @@ -59,9 +77,7 @@ gef_dun02,106,151,20,7 monster White Plant 1082,3,180000,90000,1 gef_dun02,58,167,10,10 monster Shining Plant 1083,1,1800000,900000,1 gef_dun02,185,83,3,3 monster Shining Plant 1083,1,1800000,900000,1 -//================================================== -// gef_dun03 - Geffenia (Event Map) -//================================================== +//== gef_dun03 - Geffenia (Event Map) ====================== gef_dun03,0,0,0,0 monster Hellion Revenant 1626,1,600000,300000,0 gef_dun03,0,0,0,0 monster Wraith 1192,8,60000,30000,0 gef_dun03,0,0,0,0 monster Wraith Dead 1291,2,60000,30000,0 @@ -69,9 +85,7 @@ gef_dun03,0,0,0,0 monster Wind Ghost 1263,3,60000,30000,0 gef_dun03,0,0,0,0 monster Shining Plant 1083,3,1800000,900000,1 gef_dun03,0,0,0,0 monster White Plant 1082,10,180000,90000,1 -//================================================== -// Old Event Spawn in case you want to use them -//================================================== +//== Old Event Spawn in case you want to use them ========== //gef_dun03,0,0,0,0 monster Baphomet 1039,1,7200000,7200000,1 //gef_dun03,0,0,0,0 monster Doppelganger 1046,1,7200000,7200000,1 //gef_dun03,0,0,0,0 monster Deviruchi 1109,8,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/gefenia.txt b/npc/pre-re/mobs/dungeons/gefenia.txt index b2c8a6678..c3ce88a09 100644 --- a/npc/pre-re/mobs/dungeons/gefenia.txt +++ b/npc/pre-re/mobs/dungeons/gefenia.txt @@ -1,20 +1,41 @@ -//===== Hercules Script ====================================== -//= Geffenia Dungeon Monster Spawn Script -//===== By: ================================================== -//= Muad_Dib, rAthena Dev Team -//===== 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) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) MasterOfMuppets +//= Copyright (C) Muad_Dib +//= +//= 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/>. +//========================================================================= +//= Geffenia Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Geffenia Dungeon +//================= Current Version ======================================= //= 1.1 -//===== Additional Comments: ================================= -//= Added 1st Version. [Muad_Dib] -//= Conversion to eA [MasterOfMuppets] -//= Updated spawns, information from emperium.org [MasterOfMuppets] -//= Kept the old spawns incase someone would want them. -//= Aegis ep 10.1 spawns [MasterOfMuppets] -//============================================================ +//========================================================================= -//================================================== -// gefenia01 - Geffenia -//================================================== +//== gefenia01 - Geffenia ================================== gefenia01,0,0,0,0 monster False Angel 1371,60,0,0,0 gefenia01,0,0,0,0 monster Succubus 1370,10,0,0,0 gefenia01,0,0,0,0 monster Incubus 1374,10,0,0,0 @@ -26,9 +47,7 @@ gefenia01,0,0,0,0 monster Mysteltainn 1203,1,10800000,7200000,0 gefenia01,0,0,0,0 monster Executioner 1205,1,18000000,14400000,0 gefenia01,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 -//================================================== -// gefenia02 - Geffenia -//================================================== +//== gefenia02 - Geffenia ================================== gefenia02,0,0,0,0 monster False Angel 1371,30,0,0,0 gefenia02,0,0,0,0 monster Succubus 1370,20,0,0,0 gefenia02,0,0,0,0 monster Incubus 1374,10,0,0,0 @@ -40,9 +59,7 @@ gefenia02,0,0,0,0 monster Mysteltainn 1203,1,18000000,14400000,0 gefenia02,0,0,0,0 monster Executioner 1205,1,18000000,14400000,0 gefenia02,0,0,0,0 monster Ogretooth 1204,1,10800000,7200000,0 -//================================================== -// gefenia03 - Geffenia -//================================================== +//== gefenia03 - Geffenia ================================== gefenia03,0,0,0,0 monster False Angel 1371,40,0,0,0 gefenia03,0,0,0,0 monster Succubus 1370,10,0,0,0 gefenia03,0,0,0,0 monster Incubus 1374,20,0,0,0 @@ -54,9 +71,7 @@ gefenia03,0,0,0,0 monster Mysteltainn 1203,1,18000000,14400000,0 gefenia03,0,0,0,0 monster Executioner 1205,1,10800000,7200000,0 gefenia03,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 -//================================================== -// gefenia04 - Geffenia -//================================================== +//== gefenia04 - Geffenia ================================== gefenia04,0,0,0,0 monster False Angel 1371,30,0,0,0 gefenia04,0,0,0,0 monster Succubus 1370,10,600000,300000,0 gefenia04,0,0,0,0 monster Incubus 1374,10,600000,300000,0 @@ -69,11 +84,9 @@ gefenia04,0,0,0,0 monster Executioner 1205,1,18000000,14400000,0 gefenia04,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 -//The spawns bellow, are old ones that were used in events. -//================================================== -// gefenia01 - Geffenia (Old) -//================================================== -//gefenia01,0,0,0,0 monster Fake Angel 1371,10,0,0,0 +//== The spawns bellow, are old ones that were used in events. == + +//- gefenia01 - Geffenia (Old) - //gefenia01,0,0,0,0 monster Mini Demon 1292,6,300000,0,0 //gefenia01,0,0,0,0 monster Apolcalips 1365,4,300000,0,0 //gefenia01,0,0,0,0 monster Elder 1377,10,300000,0,1 @@ -83,9 +96,7 @@ gefenia04,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 //gefenia01,0,0,0,0 monster Executioner 1205,1,3600000,1800000,0 //gefenia01,0,0,0,0 monster Mysteltainn 1203,1,7200000,3600000,1 -//================================================== -// gefenia02 - Geffenia (Old) -//================================================== +//- gefenia02 - Geffenia (Old) - //gefenia02,0,0,0,0 monster Fake Angel 1371,10,0,0,0 //gefenia02,0,0,0,0 monster Succubus 1370,6,0,0,0 //gefenia02,0,0,0,0 monster Incubus 1374,6,0,0,0 @@ -97,9 +108,7 @@ gefenia04,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 //gefenia02,0,0,0,0 monster Gryphon 1259,1,3600000,1800000,0 //gefenia02,0,0,0,0 monster Chimera 1283,1,7200000,3600000,1 -//================================================== -// gefenia03 - Geffenia (Old) -//================================================== +//- gefenia03 - Geffenia (Old) - //gefenia03,0,0,0,0 monster Fake Angel 1371,4,0,0,0 //gefenia03,0,0,0,0 monster Succubus 1370,5,0,0,0 //gefenia03,0,0,0,0 monster Incubus 1374,5,0,0,0 @@ -112,9 +121,7 @@ gefenia04,0,0,0,0 monster Ogretooth 1204,1,18000000,14400000,0 //gefenia03,0,0,0,0 monster Dark Illusion 1302,1,300000,0,0 //gefenia03,0,0,0,0 monster Owl Baron 1295,1,0,0,0 -//================================================== -// gefenia04 - Geffenia (Old) -//================================================== +//- gefenia04 - Geffenia (Old) - //gefenia04,0,0,0,0 monster Fake Angel 1371,10,0,0,0 //gefenia04,0,0,0,0 monster Succubus 1370,5,0,0,0 //gefenia04,0,0,0,0 monster Incubus 1374,3,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/glastheim.txt b/npc/pre-re/mobs/dungeons/glastheim.txt index 68cc2d659..fd29cfa88 100644 --- a/npc/pre-re/mobs/dungeons/glastheim.txt +++ b/npc/pre-re/mobs/dungeons/glastheim.txt @@ -1,20 +1,42 @@ -//===== Hercules Script ====================================== -//= Glast Heim 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) MasterOfMuppets +//= Copyright (C) Lupus +//= 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/>. +//========================================================================= +//= Glast Heim Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Glast Heim Dungeons +//================= Current Version ======================================= //= 1.5 -//===== Additional Comments: ================================= -//= 1.1 [Lupus] -//= 1.2 Updated to ep 8.5 aegis spawns [MasterOfMuppets] -//= 1.3 Official 10.1 kRO spawns [Playtester] -//= 1.4 More accurate spawns [Playtester] -//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ - -//================================================== -// gl_cas01 - Glast Heim F1 -//================================================== +//========================================================================= + +//== gl_cas01 - Glast Heim F1 ============================== gl_cas01,0,0,0,0 monster Sage Worm 1281,10,0,0,0 gl_cas01,0,0,0,0 monster Carat 1267,50,0,0,0 gl_cas01,0,0,0,0 monster Rideword 1195,15,0,0,0 @@ -25,9 +47,7 @@ gl_cas01,0,0,0,0 monster Ogretooth 1204,1,7200000,3600000,1 gl_cas01,0,0,0,0 monster Owl Baron 1295,6,0,0,1 gl_cas01,0,0,0,0 monster Owl Duke 1320,20,0,0,1 -//================================================== -// gl_cas02 - Glast Heim F2 -//================================================== +//== gl_cas02 - Glast Heim F2 ============================== gl_cas02,0,0,0,0 monster Wanderer 1208,40,0,0,0 gl_cas02,0,0,0,0 monster Raydric 1163,30,0,0,0 gl_cas02,0,0,0,0 monster Rideword 1195,10,0,0,0 @@ -61,9 +81,7 @@ gl_cas02,189,20,1,1 monster Khalitzburg 1132,1,360000,180000,0 gl_cas02,190,23,1,1 monster Wanderer 1208,1,360000,180000,0 gl_cas02,190,38,1,1 monster Raydric Archer 1276,1,360000,180000,0 -//================================================== -// gl_in01 - Inside Glast Heim -//================================================== +//== gl_in01 - Inside Glast Heim =========================== gl_in01,41,155,40,45 monster Marionette 1143,5,0,0,0 gl_in01,156,147,34,42 monster Marionette 1143,5,0,0,0 gl_in01,42,48,41,32 monster Marionette 1143,5,0,0,0 @@ -83,17 +101,13 @@ gl_in01,155,147,34,42 monster Sage Worm 1281,5,0,0,0 gl_in01,42,47,41,32 monster Sage Worm 1281,3,0,0,0 gl_in01,153,44,36,33 monster Sage Worm 1281,3,0,0,0 -//================================================== -// gl_prison - Glast Heim Underprison F1 -//================================================== +//== gl_prison - Glast Heim Underprison F1 ================= gl_prison,0,0,0,0 monster Injustice 1257,20,0,0,0 gl_prison,0,0,0,0 monster Hunter Fly 1035,10,0,0,0 gl_prison,0,0,0,0 monster Zombie Prisoner 1197,30,0,0,0 gl_prison,0,0,0,0 monster Rybio 1201,15,0,0,0 -//================================================== -// gl_prison1 - Glast Heim Underprison F2 -//================================================== +//== gl_prison1 - Glast Heim Underprison F2 ================ gl_prison1,0,0,0,0 monster Skeleton Prisoner 1196,30,0,0,0 gl_prison1,0,0,0,0 monster Cramp 1209,5,0,0,0 gl_prison1,0,0,0,0 monster Hunter Fly 1035,10,0,0,0 @@ -102,18 +116,14 @@ gl_prison1,0,0,0,0 monster Zealotus 1200,1,3600000,1800000,1 gl_prison1,0,0,0,0 monster Rybio 1201,10,0,0,0 gl_prison1,0,0,0,0 monster Phendark 1202,10,0,0,0 -//================================================== -// glast_01 - Glast Heim -//================================================== +//== glast_01 - Glast Heim ================================= glast_01,0,0,0,0 monster Abysmal Knight 1219,2,600000,300000,1 glast_01,0,0,0,0 monster Gargoyle 1253,10,0,0,1 glast_01,233,209,15,15 monster Green Plant 1080,8,360000,180000,1 glast_01,233,209,15,15 monster Blue Plant 1079,2,900000,450000,1 glast_01,233,209,15,15 monster Shining Plant 1083,1,1800000,900000,1 -//================================================== -// gl_church - Glast Heim St. Abbey -//================================================== +//== gl_church - Glast Heim St. Abbey ====================== gl_church,0,0,0,0 monster Wraith 1192,5,0,0,0 gl_church,0,0,0,0 monster Evil Druid 1117,60,0,0,0 gl_church,0,0,0,0 monster Ghoul 1036,50,0,0,0 @@ -123,9 +133,7 @@ gl_church,155,92,10,10 monster Mimic 1191,1,30000,15000,0 gl_church,155,75,10,10 monster Mimic 1191,2,60000,30000,0 gl_church,155,54,10,10 monster Mimic 1191,1,30000,15000,0 -//================================================== -// gl_chyard - Glast Heim Churchyard -//================================================== +//== gl_chyard - Glast Heim Churchyard ===================== gl_chyard,0,0,0,0 monster Ghoul 1036,35,0,0,0 gl_chyard,0,0,0,0 monster Zombie 1015,20,0,0,0 gl_chyard,0,0,0,0 monster Wraith 1192,45,0,0,0 @@ -134,45 +142,33 @@ gl_chyard,0,0,0,0 monster Hunter Fly 1035,3,0,0,0 gl_chyard,0,0,0,0 monster Mimic 1191,3,0,0,0 gl_chyard,0,0,0,0 boss_monster Dark Lord 1272,1,3600000,600000,1 -//================================================== -// gl_sew01 - Glast Heim Culvert F1 -//================================================== +//== gl_sew01 - Glast Heim Culvert F1 ====================== gl_sew01,0,0,0,0 monster Gargoyle 1253,30,0,0,0 gl_sew01,0,0,0,0 monster Arclouze 1194,10,0,0,0 gl_sew01,0,0,0,0 monster Whisper 1179,40,0,0,0 -//================================================== -// gl_sew02 - Glast Heim Culvert F2 -//================================================== +//== gl_sew02 - Glast Heim Culvert F2 ====================== gl_sew02,0,0,0,0 monster Gargoyle 1253,55,0,0,0 gl_sew02,0,0,0,0 monster Cramp 1209,15,0,0,0 -//================================================== -// gl_sew03 - Glast Heim Culvert F3 -//================================================== +//== gl_sew03 - Glast Heim Culvert F3 ====================== gl_sew03,0,0,0,0 monster Sting 1207,70,0,0,0 gl_sew03,0,0,0,0 monster Gargoyle 1253,37,0,0,0 gl_sew03,147,7,5,1 monster Gargoyle 1253,1,2400000,1800000,0 gl_sew03,140,7,5,1 monster Gargoyle 1253,1,3600000,1800000,0 gl_sew03,158,7,5,1 monster Gargoyle 1253,1,3600000,1800000,0 -//================================================== -// gl_sew04 - Glast Heim Culvert F4 -//================================================== +//== gl_sew04 - Glast Heim Culvert F4 ====================== gl_sew04,0,0,0,0 monster Anolian 1206,100,120000,0,0 gl_sew04,0,0,0,0 monster Gargoyle 1253,20,0,0,0 gl_sew04,0,0,0,0 monster Drainliar 1111,10,0,0,0 -//================================================== -// gl_step - Glast Heim Staircase Dungeon -//================================================== +//== gl_step - Glast Heim Staircase Dungeon ================ gl_step,0,0,0,0 monster Mimic 1191,5,60000,30000,0 gl_step,0,0,0,0 monster Raydric Archer 1276,10,0,0,0 gl_step,0,0,0,0 monster Wind Ghost 1263,100,120000,0,0 -//================================================== -// gl_knt01 - Inside Glast Heim Chivalry F1 -//================================================== +//== gl_knt01 - Inside Glast Heim Chivalry F1 ============== gl_knt01,0,0,0,0 monster Raydric 1163,60,0,0,0 gl_knt01,0,0,0,0 monster Raydric Archer 1276,20,0,0,0 gl_knt01,0,0,0,0 monster Khalitzburg 1132,10,0,0,0 @@ -195,9 +191,7 @@ gl_knt01,6,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 gl_knt01,5,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 gl_knt01,4,185,0,0 monster Black Mushroom 1084,1,3600000,1800000,1 -//================================================== -// gl_knt02 - Inside Glast Heim Chivalry F2 -//================================================== +//== gl_knt02 - Inside Glast Heim Chivalry F2 ============== gl_knt02,0,0,0,0 monster Raydric 1163,50,0,0,0 gl_knt02,0,0,0,0 monster Raydric Archer 1276,20,0,0,0 gl_knt02,0,0,0,0 monster Khalitzburg 1132,30,0,0,0 @@ -217,14 +211,10 @@ gl_knt02,208,45,5,5 monster Khalitzburg 1132,1,1800000,900000,1 gl_knt02,243,74,5,5 monster Khalitzburg 1132,1,1800000,900000,1 gl_knt02,232,132,5,5 monster Khalitzburg 1132,1,1800000,900000,1 -//================================================== -// gl_dun01 - The Lowest Cave in Glast Heim F1 -//================================================== +//== gl_dun01 - The Lowest Cave in Glast Heim F1 =========== gl_dun01,0,0,0,0 monster Arclouze 1194,50,0,0,0 gl_dun01,0,0,0,0 monster Sting 1207,40,0,0,0 -//================================================== -// gl_dun02 - The Lowest Cave in Glast Heim F2 -//================================================== +//== gl_dun02 - The Lowest Cave in Glast Heim F2 =========== gl_dun02,0,0,0,0 monster Majoruros 1310,45,0,0,0 gl_dun02,0,0,0,0 monster Gargoyle 1253,15,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/gld_dun.txt b/npc/pre-re/mobs/dungeons/gld_dun.txt index 01636a206..c92351288 100644 --- a/npc/pre-re/mobs/dungeons/gld_dun.txt +++ b/npc/pre-re/mobs/dungeons/gld_dun.txt @@ -1,17 +1,40 @@ -//===== Hercules Script ====================================== -//= Guild Dungeons 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) Gepard +//= 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/>. +//========================================================================= +//= Guild Dungeons Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for WoE:FE Guild Dungeons +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.2 Official kRO 10.1 spawns [Playtester] -//= 1.3 Corrected MVP spawn variance. [Gepard] -//============================================================ +//========================================================================= -//================================================== -// gld_dun01 - Baldur Guild Dungeon -//================================================== +//== gld_dun01 - Baldur Guild Dungeon ====================== gld_dun01,0,0,0,0 monster Skeleton General 1290,10,0,0,0 gld_dun01,0,0,0,0 monster Am Mut 1301,20,0,0,0 gld_dun01,0,0,0,0 monster Cat o' Nine Tails 1307,3,1200000,0,0 @@ -19,9 +42,7 @@ gld_dun01,0,0,0,0 monster Gajomart 1309,10,0,0,0 gld_dun01,0,0,0,0 boss_monster Eddga 1115,1,28800000,600000,1 gld_dun01,0,0,0,0 monster Vagabond Wolf 1092,1,14400000,7200000,1 -//================================================== -// gld_dun02 - Luina Guild Dungeon -//================================================== +//== gld_dun02 - Luina Guild Dungeon ======================= gld_dun02,0,0,0,0 monster Owl Baron 1295,3,0,0,0 gld_dun02,0,0,0,0 monster Giant Spider 1304,10,240000,120000,0 gld_dun02,0,0,0,0 monster Ancient Worm 1305,5,120000,60000,0 @@ -29,9 +50,7 @@ gld_dun02,0,0,0,0 monster Killer Mantis 1294,5,120000,60000,0 gld_dun02,0,0,0,0 monster Giant Hornet 1303,10,120000,60000,0 gld_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,28800000,600000,1 -//================================================== -// gld_dun03 - Valkyrie Guild Dungeon -//================================================== +//== gld_dun03 - Valkyrie Realm Guild Dungeon ============== gld_dun03,0,0,0,0 monster Maya Purple 1289,3,1200000,600000,0 gld_dun03,0,0,0,0 monster Caterpillar 1300,20,0,0,0 gld_dun03,0,0,0,0 monster Gullinbursti 1311,10,0,0,0 @@ -39,9 +58,7 @@ gld_dun03,0,0,0,0 monster Creamy Fear 1293,20,0,0,0 gld_dun03,0,0,0,0 monster Leib Olmai 1306,20,0,0,0 gld_dun03,0,0,0,0 boss_monster Maya 1147,1,28800000,600000,1 -//================================================== -// gld_dun04 - Britoniah Guild Dungeon -//================================================== +//== gld_dun04 - Britoniah Guild Dungeon =================== gld_dun04,0,0,0,0 monster Wraith Dead 1291,20,0,0,0 gld_dun04,0,0,0,0 monster Mini Demon 1292,20,0,0,0 gld_dun04,0,0,0,0 monster Zombie Master 1298,20,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/gld_dunSE.txt b/npc/pre-re/mobs/dungeons/gld_dunSE.txt index 1408ad00e..399b36a64 100644 --- a/npc/pre-re/mobs/dungeons/gld_dunSE.txt +++ b/npc/pre-re/mobs/dungeons/gld_dunSE.txt @@ -1,26 +1,46 @@ -//===== Hercules Script ====================================== -//= Guild Dungeons 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) 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/>. +//========================================================================= +//= Guild Dungeons Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for WoE:SE Guild Dungeons +//================= Current Version ======================================= //= 1.1 -//===== Additional Comments: ================================= -//= 1.0 First version -//= 1.1 Updated spawns to official. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// arug_dun01 - Arunafeltz Guild Dungeon -//================================================== +//== arug_dun01 - Arunafeltz Guild Dungeon ================= arug_dun01,0,0,0,0 monster Banshee Master 1974,22,0,0,0 arug_dun01,0,0,0,0 monster Necromancer 1870,18,0,0,0 arug_dun01,0,0,0,0 monster Beholder Master 1975,17,0,0,0 arug_dun01,0,0,0,0 monster Fanat 1797,17,0,0,0 arug_dun01,0,0,0,0 monster Aunoe 1796,17,0,0,0 -//================================================== -// schg_dun01 - Schwartzvald Guild Dungeon -//================================================== +//== schg_dun01 - Schwarzwald Guild Dungeon ================ schg_dun01,0,0,0,0 monster Hell Apocalypse 1978,20,0,0,0 schg_dun01,0,0,0,0 monster Zakudam 1979,20,0,0,0 schg_dun01,0,0,0,0 monster Heavy Metaling 1977,15,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/gon_dun.txt b/npc/pre-re/mobs/dungeons/gon_dun.txt index 9b30ebd02..f4494a0e6 100644 --- a/npc/pre-re/mobs/dungeons/gon_dun.txt +++ b/npc/pre-re/mobs/dungeons/gon_dun.txt @@ -1,17 +1,40 @@ -//===== Hercules Script ====================================== -//= Gonryun 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/>. +//========================================================================= +//= Kunlun Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Kunlun Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// gon_dun01 - Shrine of Gonryun Queen -//================================================== +//== gon_dun01 - Shrine of Gonryun Queen =================== gon_dun01,0,0,0,0 monster Bloody Butterfly 1408,55,650000,350000,0 gon_dun01,0,0,0,0 monster Enchanted Peach Tree 1410,35,0,0,0 gon_dun01,0,0,0,0 monster Zipper Bear 1417,30,0,0,0 @@ -19,9 +42,7 @@ gon_dun01,0,0,0,0 monster Red Plant 1078,5,0,0,0 gon_dun01,0,0,0,0 monster Yellow Plant 1081,10,0,0,0 gon_dun01,0,0,0,0 monster White Plant 1082,10,0,0,0 -//================================================== -// gon_dun02 - Hermit's Checkers -//================================================== +//== gon_dun02 - Hermit's Checkers ========================= gon_dun02,241,226,15,20 monster Enchanted Peach Tree 1410,2,300000,150000,0 gon_dun02,241,226,15,20 monster Baby Leopard 1415,4,600000,300000,0 gon_dun02,241,226,15,20 monster Enchanted Peach Tree 1410,3,120000,60000,0 @@ -32,9 +53,7 @@ gon_dun02,0,0,0,0 monster Bloody Butterfly 1408,20,0,0,0 gon_dun02,0,0,0,0 monster Enchanted Peach Tree 1410,15,0,0,0 gon_dun02,0,0,0,0 monster Yellow Plant 1081,10,0,0,0 -//================================================== -// gon_dun03 - Arcadia -//================================================== +//== gon_dun03 - Arcadia =================================== gon_dun03,0,0,0,0 monster White Plant 1082,10,0,0,0 gon_dun03,0,0,0,0 monster Hermit Plant 1413,20,600000,300000,0 gon_dun03,0,0,0,0 monster Evil Nymph 1416,50,600000,300000,0 diff --git a/npc/pre-re/mobs/dungeons/ice_dun.txt b/npc/pre-re/mobs/dungeons/ice_dun.txt index c68972345..54b0ba7f2 100644 --- a/npc/pre-re/mobs/dungeons/ice_dun.txt +++ b/npc/pre-re/mobs/dungeons/ice_dun.txt @@ -1,26 +1,46 @@ -//===== Hercules Script ====================================== -//= Ice 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/>. +//========================================================================= +//= Ice Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Ice Cave Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.0 First version from jAthena [Playtester] -//= 1.1 More accurate spawns [Playtester] -//= 1.2 Removed Ktullanux spawn, quest implemented [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// ice_dun01 - Ice Cave -//================================================== +//== ice_dun01 - Ice Cave ================================== ice_dun01,0,0,0,0 monster Siroma 1776,75,0,0,0 ice_dun01,0,0,0,0 monster Roween 1782,5,0,0,0 ice_dun01,0,0,0,0 monster Gazeti 1778,2,0,0,0 ice_dun01,0,0,0,0 monster Muscipular 1780,5,0,0,0 -//================================================== -// ice_dun02 - Ice Cave -//================================================== +//== ice_dun02 - Ice Cave ================================== ice_dun02,0,0,0,0 monster Snowier 1775,70,0,0,0 ice_dun02,0,0,0,0 monster Siroma 1776,30,0,0,0 ice_dun02,0,0,0,0 monster Gazeti 1778,15,240000,0,0 @@ -42,9 +62,7 @@ ice_dun02,20,20,5,5 monster Iceicle 1789,1,960000,300000,0 ice_dun02,143,28,3,3 monster Iceicle 1789,1,1020000,300000,0 ice_dun02,280,20,5,5 monster Iceicle 1789,1,960000,300000,0 -//================================================== -// ice_dun03 - Ice Cave -//================================================== +//== ice_dun03 - Ice Cave ================================== ice_dun03,0,0,0,0 monster Ice Titan 1777,12,0,0,0 ice_dun03,0,0,0,0 monster Ice Titan 1777,10,7200000,3600000,0 ice_dun03,0,0,0,0 monster Gazeti 1778,10,120000,0,0 diff --git a/npc/pre-re/mobs/dungeons/in_sphinx.txt b/npc/pre-re/mobs/dungeons/in_sphinx.txt index 6b281d5a5..48e3047b5 100644 --- a/npc/pre-re/mobs/dungeons/in_sphinx.txt +++ b/npc/pre-re/mobs/dungeons/in_sphinx.txt @@ -1,51 +1,64 @@ -//===== Hercules Script ====================================== -//= Morocc Sphinx 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/>. +//========================================================================= +//= Morroc Sphinx Dungeon Monster Spawn Script +//================= Description =========================================== +//= Monster Spawns for Sphinx Dungeon +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Replaced Marduk with Anubis on F4 and F5 [Playtester] -//= 1.3 More accurate spawns [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// In_sphinx1 - Sphinx F1 -//================================================== +//== in_sphinx1 - Sphinx F1 ================================ in_sphinx1,0,0,0,0 monster Drainliar 1111,40,0,0,0 in_sphinx1,0,0,0,0 monster Requiem 1164,20,0,0,0 in_sphinx1,0,0,0,0 monster Zerom 1178,20,0,0,0 in_sphinx1,0,0,0,0 monster Matyr 1146,10,0,0,0 -//================================================== -// In_sphinx2 - Sphinx F2 -//================================================== +//== in_sphinx2 - Sphinx F2 ================================ in_sphinx2,0,0,0,0 monster Drainliar 1111,15,0,0,0 in_sphinx2,0,0,0,0 monster Requiem 1164,50,0,0,0 in_sphinx2,0,0,0,0 monster Zerom 1178,50,0,0,0 in_sphinx2,0,0,0,0 monster Matyr 1146,20,0,0,0 -//================================================== -// In_sphinx3 - Sphinx F3 -//================================================== +//== in_sphinx3 - Sphinx F3 ================================ in_sphinx3,0,0,0,0 monster Matyr 1146,15,0,0,0 in_sphinx3,0,0,0,0 monster Pasana 1154,5,0,0,0 in_sphinx3,0,0,0,0 monster Marduk 1140,65,0,0,0 in_sphinx3,0,0,0,0 monster Mimic 1191,5,600000,300000,1 -//================================================== -// In_sphinx4 - Sphinx F4 -//================================================== +//== in_sphinx4 - Sphinx F4 ================================ in_sphinx4,0,0,0,0 monster Minorous 1149,50,0,0,0 in_sphinx4,0,0,0,0 monster Anubis 1098,15,0,0,0 in_sphinx4,0,0,0,0 monster Mimic 1191,4,600000,300000,1 in_sphinx4,0,0,0,0 monster Pasana 1154,20,0,0,0 -//================================================== -// In_sphinx5 - Sphinx F5 -//================================================== +//== in_sphinx5 - Sphinx F5 ================================ in_sphinx5,0,0,0,0 monster Pasana 1154,70,0,0,0 in_sphinx5,0,0,0,0 monster Matyr 1146,10,0,0,0 in_sphinx5,0,0,0,0 monster Side Winder 1037,20,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/iz_dun.txt b/npc/pre-re/mobs/dungeons/iz_dun.txt index 60491b2c8..d57b66702 100644 --- a/npc/pre-re/mobs/dungeons/iz_dun.txt +++ b/npc/pre-re/mobs/dungeons/iz_dun.txt @@ -1,17 +1,39 @@ -//===== Hercules Script ====================================== -//= Byalan 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) 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/>. +//========================================================================= +//= Byalan Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Byalan Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns for 1-4 [Playtester] -//= 1.2 More accurate spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// iz_dun00 - Undersea Tunnel F1 -//================================================== +//== iz_dun00 - Undersea Tunnel F1 ========================= iz_dun00,0,0,0,0 monster Plankton 1161,65,0,0,0 iz_dun00,0,0,0,0 monster Marina 1141,45,0,0,0 iz_dun00,0,0,0,0 monster Kukre 1070,15,0,0,0 @@ -19,9 +41,7 @@ iz_dun00,0,0,0,0 monster Hydra 1068,15,0,0,0 iz_dun00,0,0,0,0 monster Vadon 1066,15,0,0,0 iz_dun00,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 -//================================================== -// iz_dun01 - Undersea Tunnel F2 -//================================================== +//== iz_dun01 - Undersea Tunnel F2 ========================= iz_dun01,0,0,0,0 monster Plankton 1161,10,0,0,0 iz_dun01,0,0,0,0 monster Marina 1141,15,0,0,0 iz_dun01,0,0,0,0 monster Kukre 1070,50,0,0,0 @@ -30,9 +50,7 @@ iz_dun01,0,0,0,0 monster Vadon 1066,60,0,0,0 iz_dun01,0,0,0,0 monster Cornutus 1067,15,300000,150000,1 iz_dun01,0,0,0,0 monster Black Mushroom 1084,10,180000,90000,1 -//================================================== -// iz_dun02 - Undersea Tunnel F3 -//================================================== +//== iz_dun02 - Undersea Tunnel F3 ========================= iz_dun02,0,0,0,0 monster Hydra 1068,40,0,0,0 iz_dun02,0,0,0,0 monster Cornutus 1067,60,0,0,0 iz_dun02,0,0,0,0 monster Marse 1144,40,0,0,0 @@ -40,9 +58,7 @@ iz_dun02,0,0,0,0 monster Obeaune 1044,40,0,0,0 iz_dun02,0,0,0,0 monster Merman 1264,1,1800000,1200000,0 iz_dun02,0,0,0,0 monster Black Mushroom 1084,15,180000,90000,1 -//================================================== -// iz_dun03 - Undersea Tunnel F4 -//================================================== +//== iz_dun03 - Undersea Tunnel F4 ========================= iz_dun03,0,0,0,0 monster Hydra 1068,10,0,0,0 iz_dun03,0,0,0,0 monster Phen 1158,45,0,0,0 iz_dun03,0,0,0,0 monster Marine Sphere 1142,20,0,0,0 @@ -80,9 +96,7 @@ iz_dun03,108,249,0,0 monster Hydra 1068,1,300000,150000,0 iz_dun03,80,163,0,0 monster Hydra 1068,1,300000,150000,0 iz_dun03,0,0,0,0 monster Merman 1264,3,1800000,1200000,0 -//================================================== -// iz_dun04 - Undersea Tunnel F5 -//================================================== +//== iz_dun04 - Undersea Tunnel F5 ========================= iz_dun04,0,0,0,0 monster Marine Sphere 1142,10,0,0,0 iz_dun04,0,0,0,0 monster Swordfish 1069,10,0,0,0 iz_dun04,0,0,0,0 monster Merman 1264,40,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/juperos.txt b/npc/pre-re/mobs/dungeons/juperos.txt index 4d422200b..ea003c183 100644 --- a/npc/pre-re/mobs/dungeons/juperos.txt +++ b/npc/pre-re/mobs/dungeons/juperos.txt @@ -1,24 +1,44 @@ -//===== Hercules Script ====================================== -//= Juperos Dungeon Monster Spawn Script -//===== By: ================================================== -// The Prometheus Project, rAthena Dev Team -//===== 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) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Playtester +//= Copyright (C) MasterOfMuppets +//= Copyright (C) The Prometheus Project +//= Copyright (C) Muad_Dib +//= +//= 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/>. +//========================================================================= +//= Juperos Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Juperos Dungeon +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 0.1 Added 1st version. [Muad_Dib] -//= 0.2 Updated the spawns according to current info [MasterOfMuppets] -//= 0.3 Updated the spawns according to own info from iRO [MasterOfMuppets] -//= 1.0 More exact numbers thanks to Tharis [Playtester] -//= 1.1 Official X.3 spawns [Playtester] -//= 1.2 Some 11.1 spawn changes [Playtester] -//= 1.3 More accurate spawns [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ - -//======================================================================================== -// - Juperos 01 -//======================================================================================== +//========================================================================= +//== Juperos 01 ============================================ juperos_01,100,180,60,70 monster Venatu 1679,15,300000,0,1 juperos_01,100,180,60,70 monster Venatu 1676,25,300000,0,1 juperos_01,100,180,60,70 monster Venatu 1677,20,300000,0,1 @@ -33,20 +53,14 @@ juperos_01,0,0,0,0 monster Dimik 1672,5,0,0,1 juperos_01,0,0,0,0 monster Dimik 1673,5,0,0,1 juperos_01,232,202,25,25 monster Dimik 1670,5,420000,0,0 -//======================================================================================== -// - Juperos 02 -//======================================================================================== - +//== Juperos 02 ============================================ juperos_02,0,0,0,0 monster Venatu 1679,50,0,0,1 juperos_02,0,0,0,0 monster Venatu 1676,65,0,0,1 juperos_02,0,0,0,0 monster Venatu 1677,65,0,0,1 juperos_02,0,0,0,0 monster Venatu 1678,65,0,0,1 juperos_02,0,0,0,0 monster Apocalypse 1365,70,0,0,1 -//======================================================================================== -// - Juperos Core -//======================================================================================== - +//== Juperos Core ========================================== jupe_core,0,0,0,0 monster Venatu 1676,25,0,0,1 jupe_core,0,0,0,0 monster Venatu 1677,25,0,0,1 jupe_core,0,0,0,0 monster Venatu 1678,25,0,0,1 diff --git a/npc/pre-re/mobs/dungeons/kh_dun.txt b/npc/pre-re/mobs/dungeons/kh_dun.txt index 4b10f64ac..70f1acdd0 100644 --- a/npc/pre-re/mobs/dungeons/kh_dun.txt +++ b/npc/pre-re/mobs/dungeons/kh_dun.txt @@ -1,19 +1,40 @@ -//===== Hercules Script ====================================== -//= Kiel 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) Playtester +//= Copyright (C) MasterOfMuppets +//= 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/>. +//========================================================================= +//= Kiel Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Kiel Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.0 First version [MasterOfMuppets] -//= 1.1 Added official mob types [Playtester] -//= 1.2 Updated amounts [Playtester] -//= 1.3 More accurate spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// kh_kiehl01 -//================================================== +//== kh_kiehl01 ============================================ kh_kiehl01,0,0,0,0 monster Constant 1745,10,0,0,0 kh_kiehl01,80,22,3,3 monster Aliot 1740,1,180000,120000,0 kh_kiehl01,105,40,3,3 monster Aliza 1746,1,180000,120000,0 @@ -36,9 +57,7 @@ kh_kiehl01,122,155,3,3 monster Aliot 1736,1,180000,120000,0 kh_kiehl01,122,155,3,3 monster Alicel 1739,1,180000,120000,0 kh_kiehl01,122,155,3,3 monster Aliza 1746,1,180000,120000,0 -//================================================== -// kh_dun01 - Machine doll factory, 1st floor -//================================================== +//== kh_dun01 - Machine doll factory, 1st floor ============ kh_dun01,83,179,70,40 monster Alice 1275,9,1800000,1200000,0 kh_dun01,83,179,30,20 monster Aliza 1737,15,300000,240000,0 kh_dun01,83,179,70,40 monster Constant 1738,3,0,0,0 @@ -49,9 +68,7 @@ kh_dun01,0,0,0,0 monster Constant 1745,5,0,0,0 kh_dun01,0,0,0,0 monster Aliot 1736,3,600000,300000,0 kh_dun01,0,0,0,0 monster Alicel 1735,3,600000,300000,0 -//================================================== -// kh_dun02 - Machine doll factory, 2nd floor -//================================================== +//== kh_dun02 - Machine doll factory, 2nd floor ============ kh_dun02,0,0,0,0 monster Aliot 1736,25,0,0,0 kh_dun02,0,0,0,0 monster Alicel 1735,30,0,0,0 kh_dun02,0,0,0,0 monster Aliza 1737,10,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/lhz_dun.txt b/npc/pre-re/mobs/dungeons/lhz_dun.txt index 5d054d111..b75f72c5f 100644 --- a/npc/pre-re/mobs/dungeons/lhz_dun.txt +++ b/npc/pre-re/mobs/dungeons/lhz_dun.txt @@ -1,29 +1,46 @@ -//===== Hercules Script ====================================== -//= Lighthalzen Dungeon(Biolabs) Monster Spawn Script -//===== By: ================================================== -//= The Prometheus Project, rAthena Dev Team -//===== 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) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Playtester +//= Copyright (C) MasterOfMuppets +//= Copyright (C) Poki#3 +//= Copyright (C) Skotlex +//= Copyright (C) The Prometheus Project +//= Copyright (C) Muad_Dib +//= +//= 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/>. +//========================================================================= +//= Lighthalzen Dungeon(Biolabs) Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Lighthalzen Dungeon +//================= Current Version ======================================= //= 1.8 -//===== Additional Comments: ================================= -//= 08/24/05 : Added 1st version. [Muad_Dib] -//= 1.1 Some corrections to level 1, 2 as pointed out by -//= MasterofMuppets. [Skotlex] -//= 1.3 Some fixes based on kRO's "RO Map" [Poki#3] -//= I also made the place more Moby ^^ -//= 1.4 Adjusted spawns according to own info from iRO [MasterOfMuppets] -//= 1.5 More accurate spawn numbers and iRO names thanks to Tharis [Playtester] -//= 1.6 Official X.3 spawns [Playtester] -//= 1.7 Corrected MVP spawn function to be standard to iRO. [L0ne_W0lf] -//= - A random 99 will now be spawned when the MVP spawns. -//= - Spare spawn and MVP spawn now spawn in official locations. -//= - Expandeded timer to allow for varying spawn times. -//= 1.7a Added dummy event to keep from causnig warnings. [L0ne_W0lf] -//= 1.8 Corrected MVP spawn variance (Labs2 MVP). [L0ne_W0lf] -//============================================================ +//========================================================================= -//======================================================================================== -// lhz_dun01 - Bio-life Labs 1F -//======================================================================================== +//== lhz_dun01 - Bio-life Labs 1F ========================== lhz_dun01,0,0,0,0 monster Metaling 1613,50,0,0,0 lhz_dun01,0,0,0,0 monster Anopheles 1627,70,0,0,0 lhz_dun01,0,0,0,0 monster Remover 1682,100,0,0,0 @@ -59,9 +76,7 @@ lhz_dun01,192,61,18,30 monster Kavach Icarus 1656,1,900000,800000,1 lhz_dun01,192,61,18,30 monster Laurell Weinder 1657,1,900000,800000,1 lhz_dun01,0,0,0,0 monster Gemini-S58 1681,1,7200000,5400000,0 -//======================================================================================== -// lhz_dun02 - Bio-life Labs 2F -//======================================================================================== +//== lhz_dun02 - Bio-life Labs 2F ========================== lhz_dun02,0,0,0,0 monster Egnigem Cenia 1652,26,0,0,0 lhz_dun02,0,0,0,0 monster Wickebine Tres 1653,26,0,0,0 lhz_dun02,0,0,0,0 monster Armeyer Dinze 1654,26,0,0,0 @@ -91,9 +106,7 @@ lhz_dun02,0,0,0,0 monster Eremes Guile 1635,1,180000,120000,0 lhz_dun02,0,0,0,0 monster Gemini-S58 1681,10,5400000,180000,0 lhz_dun02,0,0,0,0 boss_monster Egnigem Cenia 1658,1,7200000,600000,1 -//======================================================================================== -// lhz_dun03 - Bio-life Labs 3F -//======================================================================================== +//== lhz_dun03 - Bio-life Labs 3F ========================== lhz_dun03,140,235,116,30 monster Seyren Windsor 1634,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Eremes Guile 1635,4,180000,120000,0 lhz_dun03,140,235,116,30 monster Howard Alt-Eisen 1636,4,180000,120000,0 diff --git a/npc/pre-re/mobs/dungeons/lou_dun.txt b/npc/pre-re/mobs/dungeons/lou_dun.txt index 32dd9b117..e5b41e3f5 100644 --- a/npc/pre-re/mobs/dungeons/lou_dun.txt +++ b/npc/pre-re/mobs/dungeons/lou_dun.txt @@ -1,18 +1,40 @@ -//===== Hercules Script ====================================== -//= Louyang 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) MasterOfMuppets +//= 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/>. +//========================================================================= +//= Louyang Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Louyang Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.1 Updated by MasterOfMuppets -//= 1.2 Added Bacsojin and Chung E [MasterOfMuppets] -//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// lou_dun01 - The Royal Tomb -//================================================== +//== lou_dun01 - The Royal Tomb ============================ lou_dun01,0,0,0,0 monster Horong 1129,15,0,0,0 lou_dun01,0,0,0,0 monster Mi Gao 1516,15,0,0,0 lou_dun01,215,159,40,80 monster Side Winder 1037,10,300000,120000,0 @@ -23,17 +45,13 @@ lou_dun01,0,0,0,0 monster Leib Olmai 1306,1,300000,120000,0 lou_dun01,197,77,10,10 monster Black Mushroom 1084,5,0,0,0 lou_dun01,0,0,0,0 monster Shining Plant 1083,5,0,0,0 -//================================================== -// lou_dun02 - Inside the Royal Tomb -//================================================== +//== lou_dun02 - Inside the Royal Tomb ===================== lou_dun02,0,0,0,0 monster Yao Jun 1512,40,300000,120000,0 lou_dun02,0,0,0,0 monster Munak 1026,25,0,0,0 lou_dun02,0,0,0,0 monster Zhu Po Long 1514,5,0,0,0 lou_dun02,0,0,0,0 monster Mimic 1191,5,0,0,0 -//================================================== -// lou_dun03 - Suei Long Gon -//================================================== +//== lou_dun03 - Suei Long Gon ============================= lou_dun03,0,0,0,0 monster Yao Jun 1512,25,120000,60000,0 lou_dun03,0,0,0,0 monster Zhu Po Long 1514,25,120000,60000,0 lou_dun03,0,0,0,0 monster Mao Guai 1513,15,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/mag_dun.txt b/npc/pre-re/mobs/dungeons/mag_dun.txt index c59c7279f..4997edd79 100644 --- a/npc/pre-re/mobs/dungeons/mag_dun.txt +++ b/npc/pre-re/mobs/dungeons/mag_dun.txt @@ -1,27 +1,47 @@ -//===== Hercules Script ====================================== -//= Magma 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) Playtester +//= Copyright (C) Lupus +//= 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/>. +//========================================================================= +//= Magma Dungeon (Nogg Road) Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Nogg Road Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.1 fixed 2,3,4 tabs instead of 1... and wrong mob names [Lupus] -//= 1.2 Official jRO 10.3 spawns [Playtester] -//= 1.3 More accurate spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// mag_dun01 - Nogg Road F1 -//================================================== +//== mag_dun01 - Nogg Road F1 ============================== mag_dun01,0,0,0,0 monster Blazer 1367,20,0,0,0 mag_dun01,0,0,0,0 monster Lava Golem 1366,20,600000,300000,0 mag_dun01,0,0,0,0 monster Kaho 1072,20,0,0,0 mag_dun01,0,0,0,0 monster Explosion 1383,30,0,0,0 mag_dun01,0,0,0,0 monster Grizzly 1381,10,0,0,0 -//================================================== -// mag_dun02 - Nogg Road F2 -//================================================== +//== mag_dun02 - Nogg Road F2 ============================== mag_dun02,0,0,0,0 monster Gig 1387,10,0,0,0 mag_dun02,0,0,0,0 monster Deleter 1384,25,0,0,0 mag_dun02,0,0,0,0 monster Deleter 1385,25,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/mjo_dun.txt b/npc/pre-re/mobs/dungeons/mjo_dun.txt index 18403fd8f..2fa454e69 100644 --- a/npc/pre-re/mobs/dungeons/mjo_dun.txt +++ b/npc/pre-re/mobs/dungeons/mjo_dun.txt @@ -1,31 +1,50 @@ -//===== Hercules Script ====================================== -//= Coal Mine(Dead pit) 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) 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/>. +//========================================================================= +//= Coal Mine(Dead pit) Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Coal Mine Dungeon +//================= Current Version ======================================= //= 1.1 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// mjo_dun01 - Mjolnir Dead Pit F1 -//================================================== +//== mjo_dun01 - Mjolnir Dead Pit F1 ======================= mjo_dun01,0,0,0,0 monster Familiar 1005,30,0,0,0 mjo_dun01,0,0,0,0 monster Tarou 1175,60,0,0,0 mjo_dun01,0,0,0,0 monster Martin 1145,20,0,0,0 -//================================================== -// mjo_dun02 - Mjolnir Dead Pit F2 -//================================================== +//== mjo_dun02 - Mjolnir Dead Pit F2 ======================= mjo_dun02,0,0,0,0 monster Martin 1145,60,0,0,0 mjo_dun02,0,0,0,0 monster Drainliar 1111,20,0,0,0 mjo_dun02,0,0,0,0 monster Skeleton Worker 1169,20,0,0,0 mjo_dun02,0,0,0,0 monster Giearth 1121,35,30000,10000,0 -//================================================== -// mjo_dun03 - Mjolnir Dead Pit F3 -//================================================== +//== mjo_dun03 - Mjolnir Dead Pit F3 ======================= mjo_dun03,0,0,0,0 monster Martin 1145,5,0,0,0 mjo_dun03,0,0,0,0 monster Skeleton Worker 1169,70,0,0,0 mjo_dun03,0,0,0,0 monster Giearth 1121,5,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/moc_pryd.txt b/npc/pre-re/mobs/dungeons/moc_pryd.txt index bcbe05801..b8a473e1d 100644 --- a/npc/pre-re/mobs/dungeons/moc_pryd.txt +++ b/npc/pre-re/mobs/dungeons/moc_pryd.txt @@ -1,24 +1,44 @@ -//===== Hercules Script ====================================== -//= Morocc Pyramid 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/>. +//========================================================================= +//= Morroc Pyramid Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Morroc Pyramid Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 More accurate spawns [Playtester] -//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// moc_pryd01 - Inside Pyramid F1 -//================================================== +//== moc_pryd01 - Inside Pyramid F1 ======================== moc_pryd01,0,0,0,0 monster Familiar 1005,50,0,0,0 moc_pryd01,0,0,0,0 monster Poporing 1031,20,0,0,0 -//================================================== -// moc_pryd02 - Inside Pyramid F2 -//================================================== +//== moc_pryd02 - Inside Pyramid F2 ========================= moc_pryd02,0,0,0,0 monster Poporing 1031,20,0,0,0 moc_pryd02,0,0,0,0 monster Drainliar 1111,20,0,0,0 moc_pryd02,0,0,0,0 monster Mummy 1041,30,0,0,0 @@ -26,18 +46,14 @@ moc_pryd02,0,0,0,0 monster Isis 1029,5,0,0,0 moc_pryd02,0,0,0,0 monster Soldier Skeleton 1028,30,0,0,0 moc_pryd02,0,0,0,0 monster Archer Skeleton 1016,30,0,0,0 -//================================================== -// moc_pryd03 - Inside Pyramid F3 -//================================================== +//== moc_pryd03 - Inside Pyramid F3 ======================== moc_pryd03,0,0,0,0 monster Drainliar 1111,5,0,0,0 moc_pryd03,0,0,0,0 monster Mimic 1191,5,0,0,0 moc_pryd03,0,0,0,0 monster Matyr 1146,10,0,0,0 moc_pryd03,0,0,0,0 monster Mummy 1041,70,0,0,0 moc_pryd03,0,0,0,0 monster Verit 1032,20,600000,300000,1 -//================================================== -// moc_pryd04 - Inside Pyramid F4 -//================================================== +//== moc_pryd04 - Inside Pyramid F4 ======================== moc_pryd04,0,0,0,0 monster Mummy 1041,25,0,0,0 moc_pryd04,0,0,0,0 monster Ancient Mummy 1297,3,0,0,0 moc_pryd04,0,0,0,0 monster Isis 1029,50,150000,75000,0 @@ -45,16 +61,12 @@ moc_pryd04,0,0,0,0 monster Mimic 1191,15,600000,300000,1 moc_pryd04,0,0,0,0 boss_monster Osiris 1038,1,3600000,600000,0 moc_pryd04,0,0,0,0 monster Matyr 1146,20,0,0,0 -//================================================== -// moc_pryd05 - Inside Pyramid B1 -//================================================== +//== moc_pryd05 - Inside Pyramid B1 ======================== moc_pryd05,0,0,0,0 monster Minorous 1149,60,0,0,0 moc_pryd05,0,0,0,0 monster Mummy 1041,10,0,0,0 moc_pryd05,0,0,0,0 monster Verit 1032,50,0,0,0 -//================================================== -// moc_pryd06 - Inside Pyramid B2 -//================================================== +//== moc_pryd06 - Inside Pyramid B2 ======================== moc_pryd06,0,0,0,0 monster Verit 1032,10,0,0,0 moc_pryd06,0,0,0,0 monster Arclouze 1194,20,0,0,0 moc_pryd06,100,90,80,50 monster Ancient Mummy 1297,20,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/mosk_dun.txt b/npc/pre-re/mobs/dungeons/mosk_dun.txt index e7c9ec7f1..db6c4d9a6 100644 --- a/npc/pre-re/mobs/dungeons/mosk_dun.txt +++ b/npc/pre-re/mobs/dungeons/mosk_dun.txt @@ -1,19 +1,41 @@ -//===== Hercules Script ====================================== -//= Moscovia 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) Kisuka +//= 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/>. +//========================================================================= +//= Moscovia Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Moscovia Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.0 Added spawns [Playtester] -//= 1.1 Swapped named according to mob db. [L0ne_W0lf] -//= 1.2 Fixed the mob names (iRO names) [Playtester] -//= 1.2 Updated spawns kinda. [Kisuka] -//============================================================ +//========================================================================= -//================================================== -// mosk_dun01 - Moscovia Dungeon 1 -//================================================== +//== mosk_dun01 - Moscovia Dungeon 1 ======================= mosk_dun01,64,236,100,100 monster Wood Goblin 1880,15,10000,0,1 mosk_dun01,64,236,100,100 monster Les 1881,7,10000,0,1 mosk_dun01,99,162,100,100 monster Wood Goblin 1880,15,10000,0,1 @@ -27,17 +49,13 @@ mosk_dun01,198,223,10,10 monster Les 1881,2,10000,0,1 mosk_dun01,0,0,0,0 monster Poporing 1031,20,10000,0,1 mosk_dun01,0,0,0,0 monster Mantis 1139,10,20000,0,0 -//================================================== -// mosk_dun02 - Moscovia Dungeon 2 -//================================================== +//== mosk_dun02 - Moscovia Dungeon 2 ======================= mosk_dun02,0,0,0,0 monster Wood Goblin 1880,30,10000,10000,1 mosk_dun02,0,0,0,0 monster Les 1881,40,10000,10000,1 mosk_dun02,0,0,0,0 monster Baba Yaga 1882,20,20000,10000,1 mosk_dun02,0,0,0,0 monster Uzhas 1883,5,20000,10000,1 -//================================================== -// mosk_dun03 - Moscovia Dungeon 3 -//================================================== +//== mosk_dun03 - Moscovia Dungeon 3 ======================= mosk_dun03,0,0,0,0 monster Baba Yaga 1882,60,10000,10000,1 mosk_dun03,0,0,0,0 monster Uzhas 1883,35,20000,10000,1 mosk_dun03,0,0,0,0 monster Mavka 1884,15,20000,10000,1 diff --git a/npc/pre-re/mobs/dungeons/nyd_dun.txt b/npc/pre-re/mobs/dungeons/nyd_dun.txt index 7068a9a0b..d7de231df 100644 --- a/npc/pre-re/mobs/dungeons/nyd_dun.txt +++ b/npc/pre-re/mobs/dungeons/nyd_dun.txt @@ -1,16 +1,38 @@ -//===== Hercules Script ====================================== -//= Yggdrasil Root Dungeon -//===== 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) 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/>. +//========================================================================= +//= Yggdrasil Root Dungeon (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Yggdrasul Root Dungeon +//================= Current Version ======================================= //= 1.0 -//===== Additional Comments: ================================= -//= 1.0 First version -//============================================================ +//========================================================================= -//================================================== -// nyd_dun01 - Yggdrasil Root Dungeon -//================================================== +//== nyd_dun01 - Yggdrasil Root Dungeon ==================== nyd_dun01,0,0,0,0 monster Draco 2013,40,0,0,0 nyd_dun01,0,0,0,0 monster Draco's Egg 2014,10,0,0,0 nyd_dun01,0,0,0,0 monster Aqua Elemental 2016,20,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/odin.txt b/npc/pre-re/mobs/dungeons/odin.txt index 8cf04f076..0cc6d4e3d 100644 --- a/npc/pre-re/mobs/dungeons/odin.txt +++ b/npc/pre-re/mobs/dungeons/odin.txt @@ -1,18 +1,41 @@ -//===== Hercules Script ====================================== -//= Odin Temple Monster Spawn Script -//===== By: ================================================== -//= Poki#3 (0.1) -//===== 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) Vicious +//= Copyright (C) Poki#3 +//= +//= 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/>. +//========================================================================= +//= Odin Temple Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Odin Temple +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.0 Updated by using Tharis' Homun AI, by Tharis [Vicious] -//= 1.1 More accurate spawns [Playtester] -//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// odin_tem01 - Odin Temple F1 -//================================================== +//== odin_tem01 - Odin Temple F1 =========================== odin_tem01,0,0,0,0 monster Breeze 1692,10,300000,240000,0 odin_tem01,0,0,0,0 monster Plasma 1697,3,900000,300000,0 odin_tem01,0,0,0,0 monster Plasma 1695,3,900000,300000,0 @@ -25,9 +48,7 @@ odin_tem01,0,0,0,0 monster Green Plant 1080,5,60000,30000,1 odin_tem01,0,0,0,0 monster Yellow Plant 1081,5,60000,30000,1 odin_tem01,0,0,0,0 monster Blue Plant 1079,5,600000,300000,1 -//================================================== -// odin_tem02 - Odin Temple F2 -//================================================== +//== odin_tem02 - Odin Temple F2 =========================== odin_tem02,0,0,0,0 monster Plasma 1693,15,900000,300000,0 odin_tem02,0,0,0,0 monster Skeggiold 1754,1,1800000,0,0 odin_tem02,0,0,0,0 monster Skeggiold 1755,1,1800000,0,0 @@ -41,9 +62,7 @@ odin_tem02,205,198,3,3 monster Frus 1762,1,30000,15000,0 odin_tem02,0,0,0,0 monster Valkyrie 1765,1,5400000,1800000,0 odin_tem02,0,0,0,0 monster Blue Plant 1079,10,1800000,900000,1 -//================================================== -// odin_tem03 - Odin Temple F3 -//================================================== +//== odin_tem03 - Odin Temple F3 =========================== odin_tem03,0,0,0,0 monster Plasma 1693,20,900000,300000,0 odin_tem03,0,0,0,0 monster Skeggiold 1754,16,0,0,0 odin_tem03,0,0,0,0 monster Skeggiold 1755,16,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/orcsdun.txt b/npc/pre-re/mobs/dungeons/orcsdun.txt index 706981ff8..1a04cc395 100644 --- a/npc/pre-re/mobs/dungeons/orcsdun.txt +++ b/npc/pre-re/mobs/dungeons/orcsdun.txt @@ -1,16 +1,39 @@ -//===== Hercules Script ====================================== -//= Orc 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) 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/>. +//========================================================================= +//= Orc Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Orc Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.2 Official kRO 10.1 spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// orcsdun01 - Orc Dungeon F1 -//================================================== +//== orcsdun01 - Orc Dungeon F1 ============================ orcsdun01,0,0,0,0 monster Steel Chonchon 1042,10,0,0,0 orcsdun01,0,0,0,0 monster Familiar 1005,15,0,0,0 orcsdun01,0,0,0,0 monster Drainliar 1111,5,0,0,0 @@ -23,9 +46,7 @@ orcsdun01,67,34,5,5 monster Black Mushroom 1084,5,900000,450000,1 orcsdun01,83,50,5,5 monster White Plant 1082,2,180000,90000,1 orcsdun01,58,67,10,10 monster White Plant 1082,3,180000,90000,1 -//================================================== -// orcsdun02 - Orc Dungeon F2 -//================================================== +//== orcsdun02 - Orc Dungeon F2 ============================ orcsdun02,0,0,0,0 monster Steel Chonchon 1042,20,0,0,0 orcsdun02,0,0,0,0 monster Drainliar 1111,20,0,0,0 orcsdun02,0,0,0,0 monster Orc Skeleton 1152,10,3000,5000,0 diff --git a/npc/pre-re/mobs/dungeons/pay_dun.txt b/npc/pre-re/mobs/dungeons/pay_dun.txt index fbd230ef8..fe3187b92 100644 --- a/npc/pre-re/mobs/dungeons/pay_dun.txt +++ b/npc/pre-re/mobs/dungeons/pay_dun.txt @@ -1,18 +1,40 @@ -//===== Hercules Script ====================================== -//= Payon Cave 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/>. +//========================================================================= +//= Payon Cave Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Payon Cave Dungeon +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Small spawn update [Playtester] -//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// pay_dun00 - Payon Cave F1 -//================================================== +//== pay_dun00 - Payon Cave F1 ============================= pay_dun00,0,0,0,0 monster Familiar 1005,15,0,0,0 pay_dun00,0,0,0,0 monster Zombie 1015,20,0,0,0 pay_dun00,0,0,0,0 monster Skeleton 1076,35,0,0,0 @@ -20,9 +42,7 @@ pay_dun00,0,0,0,0 monster Poporing 1031,15,0,0,0 pay_dun00,0,0,0,0 monster Red Plant 1078,15,180000,90000,1 pay_dun00,140,140,5,5 monster Black Mushroom 1084,3,360000,180000,1 -//================================================== -// pay_dun01 - Payon Cave F2 -//================================================== +//== pay_dun01 - Payon Cave F2 ============================= pay_dun01,0,0,0,0 monster Drainliar 1111,5,0,0,0 pay_dun01,0,0,0,0 monster Eggyra 1116,15,0,0,0 pay_dun01,0,0,0,0 monster Soldier Skeleton 1028,50,300000,150000,1 @@ -30,9 +50,7 @@ pay_dun01,0,0,0,0 monster Archer Skeleton 1016,30,300000,150000,1 pay_dun01,235,54,10,10 monster Black Mushroom 1084,7,900000,450000,1 pay_dun01,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 -//================================================== -// pay_dun02 - Payon Cave F3 -//================================================== +//== pay_dun02 - Payon Cave F3 ============================= pay_dun02,0,0,0,0 monster Soldier Skeleton 1028,15,180000,90000,1 pay_dun02,0,0,0,0 monster Munak 1026,40,0,0,0 pay_dun02,0,0,0,0 monster Bongun 1188,30,0,0,0 @@ -81,9 +99,7 @@ pay_dun02,132,84,10,10 monster White Plant 1082,3,180000,90000,1 pay_dun02,197,113,10,10 monster Red Plant 1078,4,180000,90000,1 pay_dun02,55,254,10,10 monster Red Plant 1078,4,180000,90000,1 -//================================================== -// pay_dun03 - Payon Cave F4 -//================================================== +//== pay_dun03 - Payon Cave F4 ============================= pay_dun03,0,0,0,0 monster Sohee 1170,50,0,0,0 pay_dun03,0,0,0,0 monster Munak 1026,3,0,0,0 pay_dun03,0,0,0,0 monster Bongun 1188,3,0,0,0 @@ -140,9 +156,7 @@ pay_dun03,0,0,0,0 monster Red Plant 1078,15,180000,90000,1 pay_dun03,246,56,20,20 monster White Plant 1082,3,180000,90000,1 pay_dun03,52,262,10,4 monster White Plant 1082,2,180000,90000,1 -//================================================== -// pay_dun04 - Payon Cave F5 -//================================================== +//== pay_dun04 - Payon Cave F5 ============================= pay_dun04,0,0,0,0 monster Dokebi 1110,40,0,0,0 pay_dun04,0,0,0,0 monster Horong 1129,30,0,0,0 pay_dun04,120,115,0,0 boss_monster Moonlight Flower 1150,1,3600000,600000,1 diff --git a/npc/pre-re/mobs/dungeons/prt_maze.txt b/npc/pre-re/mobs/dungeons/prt_maze.txt index 32ce16ef0..9e89ed740 100644 --- a/npc/pre-re/mobs/dungeons/prt_maze.txt +++ b/npc/pre-re/mobs/dungeons/prt_maze.txt @@ -1,19 +1,40 @@ -//===== Hercules Script ====================================== -//= Prontera Maze(Hidden Temple) 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/>. +//========================================================================= +//= Prontera Maze(Hidden Temple) Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Hidden Temple Dungeon +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 1.2 Official kRO 10.1 spawns [Playtester] -//= 1.3 Some small fixes [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ - -//================================================== -// prt_maze01 - Labyrinth Forest F1 -//================================================== +//========================================================================= +//== prt_maze01 - Labyrinth Forest F1 ====================== prt_maze01,179,20,21,21 monster Poring 1002,5,120000,40000,1 prt_maze01,139,20,21,21 monster Lunatic 1063,5,120000,40000,1 prt_maze01,99,20,21,21 monster Fabre 1007,5,120000,40000,1 @@ -59,17 +80,13 @@ prt_maze01,181,149,3,3 monster Black Mushroom 1084,2,180000,90000,1 prt_maze01,178,60,10,10 monster Red Mushroom 1085,3,180000,90000,1 prt_maze01,168,60,3,3 monster Red Mushroom 1085,2,180000,90000,1 -//================================================== -// prt_maze02 - Labyrinth Forest F2 -//================================================== +//== prt_maze02 - Labyrinth Forest F2 ====================== prt_maze02,0,0,0,0 monster Poporing 1031,25,0,0,0 prt_maze02,0,0,0,0 monster Bigfoot 1060,5,0,0,0 prt_maze02,0,0,0,0 monster Sasquatch 1243,1,900000,40000,0 prt_maze02,0,0,0,0 monster Leib Olmai 1306,1,1800000,900000,0 -//================================================== -// prt_maze03 - Labyrinth Forest F3 -//================================================== +//== prt_maze03 - Labyrinth Forest F3 ====================== prt_maze03,0,0,0,0 monster Poporing 1031,45,0,0,0 prt_maze03,0,0,0,0 monster Side Winder 1037,10,0,0,0 prt_maze03,0,0,0,0 monster Hunter Fly 1035,30,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/prt_sew.txt b/npc/pre-re/mobs/dungeons/prt_sew.txt index d7ce90022..d99e2db30 100644 --- a/npc/pre-re/mobs/dungeons/prt_sew.txt +++ b/npc/pre-re/mobs/dungeons/prt_sew.txt @@ -1,25 +1,46 @@ -//===== Hercules Script ====================================== -//= Prontera Sewers(Culvert) 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/>. +//========================================================================= +//= Prontera Sewers(Culvert) Dungeon Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Prontera Culvert Dungeon +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// prt_sewb1 - Prontera Culvert F1 -//================================================== +//== prt_sewb1 - Prontera Culvert F1 ======================= prt_sewb1,0,0,0,0 monster Thief Bug Egg 1048,80,0,0,0 prt_sewb1,0,0,0,0 monster Thief Bug 1051,30,0,0,0 prt_sewb1,0,0,0,0 monster Familiar 1005,10,0,0,0 prt_sewb1,0,0,0,0 monster Tarou 1175,10,0,0,0 -//================================================== -// prt_sewb2 - Prontera Culvert F2 -//================================================== +//== prt_sewb2 - Prontera Culvert F2 ======================= prt_sewb2,0,0,0,0 monster Thief Bug Egg 1048,20,0,0,0 prt_sewb2,0,0,0,0 monster Thief Bug 1051,70,0,0,0 prt_sewb2,0,0,0,0 monster Familiar 1005,10,0,0,0 @@ -28,9 +49,7 @@ prt_sewb2,0,0,0,0 monster Plankton 1161,30,0,0,0 prt_sewb2,0,0,0,0 monster Thief Bug Female 1053,10,0,0,0 prt_sewb2,0,0,0,0 monster Tarou 1175,60,0,0,0 -//================================================== -// prt_sewb3 - Prontera Culvert F3 -//================================================== +//== prt_sewb3 - Prontera Culvert F3 ======================= prt_sewb3,0,0,0,0 monster Thief Bug Egg 1048,10,0,0,0 prt_sewb3,0,0,0,0 monster Thief Bug 1051,20,0,0,0 prt_sewb3,0,0,0,0 monster Thief Bug Female 1053,65,0,0,0 @@ -39,9 +58,7 @@ prt_sewb3,0,0,0,0 monster Tarou 1175,15,0,0,0 prt_sewb3,0,0,0,0 monster Poison Spore 1077,15,0,0,0 prt_sewb3,0,0,0,0 monster Familiar 1005,20,0,0,0 -//================================================== -// prt_sewb4 - Prontera Culvert F4 -//================================================== +//== prt_sewb4 - Prontera Culvert F4 ======================= prt_sewb4,0,0,0,0 monster Thief Bug Egg 1048,10,0,0,0 prt_sewb4,0,0,0,0 monster Thief Bug 1051,20,0,0,0 prt_sewb4,0,0,0,0 monster Thief Bug Female 1053,20,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/ra_san.txt b/npc/pre-re/mobs/dungeons/ra_san.txt index 3bc8e19ac..a588e448e 100644 --- a/npc/pre-re/mobs/dungeons/ra_san.txt +++ b/npc/pre-re/mobs/dungeons/ra_san.txt @@ -1,18 +1,40 @@ -//===== Hercules Script ====================================== -//= Rachel Sanctuary 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/>. +//========================================================================= +//= Rachel Sanctuary Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Rachel Sanctuary +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.0 First version with guessed amounts [Playtester] -//= 1.1 More accurate spawns [Playtester] -//= 1.2 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// ra_san01 -//================================================== +//== ra_san01 - Holy Ground ================================ ra_san01,0,0,0,0 monster Vanberk 1771,20,180000,0,1 ra_san01,0,0,0,0 monster Isilla 1772,10,0,0,1 ra_san01,61,141,58,98 monster Vanberk 1771,20,300000,0,1 @@ -36,9 +58,7 @@ ra_san01,215,215,23,23 monster Vanberk 1771,2,420000,0,1 ra_san01,64,65,23,23 monster Vanberk 1771,2,420000,0,1 ra_san01,215,65,23,23 monster Vanberk 1771,2,420000,0,1 -//================================================== -// ra_san02 -//================================================== +//== ra_san02 - Holy Ground ================================ ra_san02,0,0,0,0 monster Isilla 1772,35,0,0,0 ra_san02,100,150,92,140 monster Isilla 1772,25,0,0,0 ra_san02,240,147,50,145 monster Isilla 1772,25,0,0,0 @@ -50,26 +70,20 @@ ra_san02,0,0,0,0 monster Hodremlin 1773,3,0,0,0 ra_san02,0,0,0,0 monster Beholder 1633,10,0,0,0 ra_san02,0,0,0,0 monster Seeker 1774,2,0,0,0 -//================================================== -// ra_san03 -//================================================== +//== ra_san03 - Holy Ground ================================ ra_san03,0,0,0,0 monster Beholder 1633,5,0,0,0 ra_san03,0,0,0,0 monster Gremlin 1632,5,0,0,0 ra_san03,148,221,145,71 monster Seeker 1774,40,0,0,0 ra_san03,0,0,0,0 monster Hodremlin 1773,20,0,0,0 ra_san03,148,79,146,71 monster Hodremlin 1773,40,0,0,0 -//================================================== -// ra_san04 -//================================================== +//== ra_san04 - Holy Ground ================================ ra_san04,0,0,0,0 monster Echio 1770,60,0,0,0 ra_san04,0,0,0,0 monster Agav 1769,20,0,0,0 ra_san04,0,0,0,0 monster Seeker 1774,10,0,0,0 ra_san04,0,0,0,0 monster Hodremlin 1773,10,0,0,0 -//================================================== -// ra_san05 -//================================================== +//== ra_san05 - Holy Ground ================================ ra_san05,0,0,0,0 monster Agav 1769,70,0,0,0 ra_san05,0,0,0,0 monster Echio 1770,20,0,0,0 ra_san05,0,0,0,0 monster Isilla 1772,10,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/tha_t.txt b/npc/pre-re/mobs/dungeons/tha_t.txt index d97be54c7..9ecddf0bb 100644 --- a/npc/pre-re/mobs/dungeons/tha_t.txt +++ b/npc/pre-re/mobs/dungeons/tha_t.txt @@ -1,28 +1,48 @@ -//===== Hercules Script ====================================== -//= Thanatos Tower 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) Vicious +//= Copyright (C) Playtester +//= Copyright (C) Nexon +//= 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/>. +//========================================================================= +//= Thanatos Tower Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Thanatos Tower +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.0 Real spawns by Poki#3 [Nexon] -//= 1.1 More official spawns [Playtester] -//= 1.2 Updated by using Tharis' Homun AI, by Tharis [Vicious] -//= 1.3 Official Aegis X.3 spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// tha_t01 - Thanatos Tower F1 -//================================================== +//== tha_t01 - Thanatos Tower F1 =========================== tha_t01,0,0,0,0 monster Alice 1275,5,0,0,0 tha_t01,0,0,0,0 monster Plasma 1695,20,0,0,0 tha_t01,0,0,0,0 monster Rideword 1195,20,0,0,0 tha_t01,0,0,0,0 monster Mimic 1191,20,0,0,0 tha_t01,0,0,0,0 monster Lady Solace 1703,4,1800000,1200000,0 -//================================================== -// tha_t02 - Thanatos Tower F2 -//================================================== +//== tha_t02 - Thanatos Tower F2 =========================== tha_t02,0,0,0,0 monster Alice 1275,10,0,0,0 tha_t02,0,0,0,0 monster Plasma 1697,20,0,0,0 tha_t02,0,0,0,0 monster Mimic 1191,30,0,0,0 @@ -32,9 +52,7 @@ tha_t02,0,0,0,0 monster Death Word 1698,10,0,0,0 tha_t02,0,0,0,0 monster Elder 1377,10,0,0,0 tha_t02,0,0,0,0 monster Baroness of Retribution 1702,4,1800000,1200000,0 -//================================================== -// tha_t03 - Thanatos Tower F3 -//================================================== +//== tha_t03 - Thanatos Tower F3 =========================== tha_t03,0,0,0,0 monster Plasma 1696,20,0,0,0 tha_t03,0,0,0,0 monster Rideword 1195,30,0,0,0 tha_t03,0,0,0,0 monster Death Word 1698,80,0,0,0 @@ -43,9 +61,7 @@ tha_t03,0,0,0,0 monster Ancient Mimic 1699,10,0,0,0 tha_t03,0,0,0,0 monster Elder 1377,10,0,0,0 tha_t03,0,0,0,0 monster Mistress of Shelter 1701,4,1800000,1200000,0 -//================================================== -// tha_t04 - Thanatos Tower F4 -//================================================== +//== tha_t04 - Thanatos Tower F4 =========================== tha_t04,0,0,0,0 monster Plasma 1694,20,0,0,0 tha_t04,0,0,0,0 monster Rideword 1195,20,0,0,0 tha_t04,0,0,0,0 monster Death Word 1698,20,0,0,0 @@ -56,9 +72,7 @@ tha_t04,0,0,0,0 monster Owl Baron 1295,10,0,0,0 tha_t04,0,0,0,0 monster Owl Duke 1320,10,0,0,0 tha_t04,0,0,0,0 monster Dame of Sentinel 1700,4,1800000,1200000,0 -//================================================== -// tha_t05 - Thanatos Tower F5 -//================================================== +//== tha_t05 - Thanatos Tower F5 =========================== tha_t05,61,179,55,55 monster Elder 1377,5,0,0,0 tha_t05,61,179,55,55 monster Plasma 1697,10,0,0,0 tha_t05,61,179,55,55 monster Death Word 1698,10,0,0,0 @@ -85,9 +99,7 @@ tha_t05,62,63,55,55 monster Owl Duke 1320,20,300000,120000,0 tha_t05,62,63,55,55 monster Owl Baron 1295,5,300000,120000,0 tha_t05,0,0,0,0 monster Dolor of Thanatos 1707,2,1800000,1200000,0 -//================================================== -// tha_t06 - Thanatos Tower F6 -//================================================== +//== tha_t06 - Thanatos Tower F6 =========================== tha_t06,61,179,55,55 monster Elder 1377,5,0,0,0 tha_t06,61,179,55,55 monster Plasma 1697,10,0,0,0 tha_t06,61,179,55,55 monster Death Word 1698,10,0,0,0 @@ -114,9 +126,7 @@ tha_t06,62,63,55,55 monster Owl Baron 1295,10,300000,120000,0 tha_t06,62,63,55,55 monster Owl Duke 1320,10,300000,120000,0 tha_t06,0,0,0,0 monster Maero of Thanatos 1706,2,1800000,1200000,0 -//================================================== -// tha_t07 - Thanatos Tower F7 -//================================================== +//== tha_t07 - Thanatos Tower F7 =========================== tha_t07,70,105,40,75 monster Death Word 1698,10,300000,120000,0 tha_t07,70,105,40,75 monster Ancient Mimic 1699,10,300000,120000,0 tha_t07,70,105,40,75 monster Lady Solace 1703,7,300000,120000,0 @@ -125,9 +135,7 @@ tha_t07,70,105,40,75 monster Baroness of Retribution 1702,15,0,0,0 tha_t07,70,105,40,75 monster Dame of Sentinel 1700,7,300000,120000,0 tha_t07,70,105,40,75 monster Despero of Thanatos 1705,2,1800000,1200000,0 -//================================================== -// tha_t08 - Thanatos Tower F8 -//================================================== +//== tha_t08 - Thanatos Tower F8 =========================== tha_t08,70,105,40,80 monster Death Word 1698,10,300000,120000,0 tha_t08,70,105,40,80 monster Ancient Mimic 1699,10,300000,120000,0 tha_t08,70,105,40,80 monster Lady Solace 1703,5,0,0,0 @@ -136,9 +144,7 @@ tha_t08,70,105,40,80 monster Baroness of Retribution 1702,20,300000,120000,0 tha_t08,70,105,40,80 monster Dame of Sentinel 1700,5,0,0,0 tha_t08,70,105,40,80 monster Odium of Thanatos 1704,2,1800000,1200000,0 -//================================================== -// tha_t09 - Thanatos Tower F9 -//================================================== +//== tha_t09 - Thanatos Tower F9 =========================== tha_t09,50,129,35,35 monster Plasma 1694,5,0,0,0 tha_t09,50,129,35,35 monster Lady Solace 1703,20,600000,0,0 tha_t09,50,129,35,35 monster Baroness of Retribution 1702,5,420000,0,0 @@ -147,9 +153,7 @@ tha_t09,50,129,35,35 monster Dame of Sentinel 1700,5,420000,0,0 tha_t09,50,129,35,35 monster Dolor of Thanatos 1707,1,1800000,1200000,0 tha_t09,50,129,35,35 monster Dolor of Thanatos 1712,3,1800000,1200000,0 -//================================================== -// tha_t10 - Thanatos Tower F10 -//================================================== +//== tha_t10 - Thanatos Tower F10 ========================== tha_t10,129,129,35,35 monster Plasma 1697,5,0,0,0 tha_t10,129,129,35,35 monster Baroness of Retribution 1702,20,600000,0,0 tha_t10,129,129,35,35 monster Lady Solace 1703,5,420000,0,0 @@ -158,9 +162,7 @@ tha_t10,129,129,35,35 monster Dame of Sentinel 1700,5,420000,0,0 tha_t10,129,129,35,35 monster Maero of Thanatos 1706,1,1800000,1200000,0 tha_t10,129,129,35,35 monster Maero of Thanatos 1711,3,1800000,1200000,0 -//================================================== -// tha_t11 - Thanatos Tower F11 -//================================================== +//== tha_t11 - Thanatos Tower F11 ========================== tha_t11,50,51,35,35 monster Plasma 1695,5,0,0,0 tha_t11,50,51,35,35 monster Mistress of Shelter 1701,20,600000,0,0 tha_t11,50,51,35,35 monster Lady Solace 1703,5,420000,0,0 @@ -169,9 +171,7 @@ tha_t11,50,51,35,35 monster Dame of Sentinel 1700,5,420000,0,0 tha_t11,50,51,35,35 monster Despero of Thanatos 1705,1,1800000,1200000,0 tha_t11,50,51,35,35 monster Despero of Thanatos 1710,3,1800000,1200000,0 -//================================================== -// tha_t12 - Thanatos Tower F12 -//================================================== +//== tha_t12 - Thanatos Tower F12 ========================== tha_t12,129,51,35,35 monster Plasma 1693,5,0,0,0 tha_t12,129,51,35,35 monster Dame of Sentinel 1700,13,600000,0,0 tha_t12,129,51,35,35 monster Lady Solace 1703,5,420000,0,0 diff --git a/npc/pre-re/mobs/dungeons/thor_v.txt b/npc/pre-re/mobs/dungeons/thor_v.txt index 79d9c8176..ea652cfc6 100644 --- a/npc/pre-re/mobs/dungeons/thor_v.txt +++ b/npc/pre-re/mobs/dungeons/thor_v.txt @@ -1,20 +1,39 @@ -//===== Hercules Script ====================================== -//= Thor Volcano Monster Spawn Script -//===== By: ================================================== -//= Playtester -//===== Current Version: ===================================== -//= 1.4 -//===== Description: ========================================= +//================= 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 +//= +//= 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/>. +//========================================================================= +//= Thor Volcano Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== //= Official monster spawn in Thor Volcano Dungeon. -//===== Additional Comments: ================================= -//= 1.0 Spawns according to RO Monthly and Doddler [Playtester] -//= 1.1 Added Byorgue and Ifrit [Playtester] -//= 1.2 Updated spawns according to RODE [Playtester] -//= 1.3 More official spawns [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.4 +//========================================================================= -// =================[Thor Volcano - 01] ===================== +//== thor_v01 - Thor Volcano Dungeon ======================= thor_v01,0,0,0,0 monster Magmaring 1836,10,0,0,0 thor_v01,0,0,0,0 monster Fire Imp 1837,5,0,0,0 thor_v01,0,0,0,0 monster Fire Imp 1837,12,1800000,0,0 @@ -32,7 +51,7 @@ thor_v01,0,0,0,0 monster Bow Master 1830,5,420000,0,0 thor_v01,0,0,0,0 monster Salamander 1831,5,3600000,0,0 thor_v01,0,0,0,0 monster Byorgue 1839,1,3600000,0,0 -// =================[Thor Volcano - 02] ===================== +//== thor_v02 - Thor Volcano Dungeon ======================= thor_v02,0,0,0,0 monster Magmaring 1836,10,0,0,0 thor_v02,0,0,0,0 monster Fire Imp 1837,5,0,0,0 thor_v02,75,125,50,85 monster Fire Imp 1837,3,0,0,0 @@ -47,7 +66,7 @@ thor_v02,0,0,0,0 monster Salamander 1831,1,18000000,0,0 thor_v02,0,0,0,0 monster Sword Master 1829,1,7200000,0,0 thor_v02,0,0,0,0 monster Bow Master 1830,1,7200000,0,0 -// =================[Thor Volcano - 03] ===================== +//== thor_v03 - Thor Volcano Dungeon ======================= thor_v03,0,0,0,0 monster Kasa 1833,16,0,0,0 thor_v03,95,220,64,55 monster Kasa 1833,6,0,0,0 thor_v03,223,224,65,60 monster Kasa 1833,6,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/treasure.txt b/npc/pre-re/mobs/dungeons/treasure.txt index 552b3f8be..1f807ff65 100644 --- a/npc/pre-re/mobs/dungeons/treasure.txt +++ b/npc/pre-re/mobs/dungeons/treasure.txt @@ -1,18 +1,40 @@ -//===== Hercules Script ====================================== -//= Sunken Ship 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/>. +//========================================================================= +//= Sunken Ship Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Sunken Ship +//================= Current Version ======================================= //= 1.3 -//===== Additional Comments: ================================= -//= 1.1 Official kRO 10.1 spawns [Playtester] -//= 1.2 More accurate spawns [Playtester] -//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// treasure01 - Sunken Ship F1 -//================================================== +//== treasure01 - Sunken Ship F1 =========================== treasure01,0,0,0,0 monster Kukre 1070,20,0,0,1 treasure01,0,0,0,0 monster Whisper 1179,5,0,0,1 treasure01,0,0,0,0 monster Whisper 1179,5,120000,60000,1 @@ -101,9 +123,7 @@ treasure01,169,42,0,0 monster Hydra 1068,1,300000,100000,1 treasure01,169,41,0,0 monster Hydra 1068,1,313000,100000,1 treasure01,169,40,0,0 monster Hydra 1068,1,300000,100000,1 -//================================================== -// treasure02 - Sunken Ship F2 -//================================================== +//== treasure02 - Sunken Ship F2 =========================== treasure02,0,0,0,0 monster Ghostring 1120,1,1980000,1200000,1 treasure02,0,0,0,0 monster Whisper 1179,5,0,0,0 treasure02,0,0,0,0 monster Wanderer 1208,1,600000,300000,1 diff --git a/npc/pre-re/mobs/dungeons/tur_dun.txt b/npc/pre-re/mobs/dungeons/tur_dun.txt index a597e81e1..ee55d7bae 100644 --- a/npc/pre-re/mobs/dungeons/tur_dun.txt +++ b/npc/pre-re/mobs/dungeons/tur_dun.txt @@ -1,41 +1,58 @@ -//===== Hercules Script ====================================== -//= Turtle Island 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) 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/>. +//========================================================================= +//= Turtle Island Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawns for Turtle Island +//================= Current Version ======================================= //= 1.2 -//===== Additional Comments: ================================= -//= 1.2 Official kRO 10.1 spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// tur_dun01 - Turtle Island -//================================================== +//== tur_dun01 - Turtle Island ============================= tur_dun01,0,0,0,0 monster Dragon Tail 1321,25,0,0,0 tur_dun01,0,0,0,0 monster Spring Rabbit 1322,25,0,0,0 tur_dun01,0,0,0,0 monster Thara Frog 1034,10,0,0,0 tur_dun01,0,0,0,0 monster Permeter 1314,10,0,0,0 tur_dun01,0,0,0,0 monster Pest 1256,15,0,0,0 -//================================================== -// tur_dun02 - Turtle Island Dungeon -//================================================== +//== tur_dun02 - Turtle Island Dungeon ===================== tur_dun02,0,0,0,0 monster Permeter 1314,40,0,0,0 tur_dun02,0,0,0,0 monster Solider 1316,40,0,0,0 tur_dun02,0,0,0,0 monster Freezer 1319,20,0,0,0 tur_dun02,0,0,0,0 monster Pest 1256,15,0,0,0 -//================================================== -// tur_dun03 - Good Turtles Village -//================================================== +//== tur_dun03 - Good Turtles Village ====================== tur_dun03,0,0,0,0 monster Permeter 1314,15,0,0,0 tur_dun03,0,0,0,0 monster Freezer 1319,40,0,0,0 tur_dun03,0,0,0,0 monster Assaulter 1315,35,0,0,0 tur_dun03,0,0,0,0 monster Heater 1318,10,50000,0,0 -//================================================== -// tur_dun04 - Turtle Palace -//================================================== +//== tur_dun04 - Turtle Palace ============================= tur_dun04,99,92,10,10 monster Wanderer 1208,1,60000,30000,0 tur_dun04,99,93,20,20 boss_monster Turtle General 1312,1,3600000,600000,0 tur_dun04,100,93,20,20 monster Heater 1318,3,120000,60000,0 @@ -62,9 +79,7 @@ tur_dun04,0,0,0,0 monster Freezer 1319,5,600000,300000,0 tur_dun04,0,0,0,0 monster Permeter 1314,2,300000,150000,0 tur_dun04,0,0,0,0 monster Permeter 1314,2,640000,320000,0 -//================================================== -// tur_dun05 - Underground swamp zone -//================================================== +//== tur_dun05 - Underground swamp zone ==================== tur_dun05,0,0,0,0 monster Permeter 1314,3,20000,0,0 tur_dun05,0,0,0,0 monster Freezer 1319,5,30000,0,0 tur_dun05,0,0,0,0 monster Assaulter 1315,1,20000,0,0 diff --git a/npc/pre-re/mobs/dungeons/um_dun.txt b/npc/pre-re/mobs/dungeons/um_dun.txt index 681a0dca0..5ef0367aa 100644 --- a/npc/pre-re/mobs/dungeons/um_dun.txt +++ b/npc/pre-re/mobs/dungeons/um_dun.txt @@ -1,27 +1,46 @@ -//===== Hercules Script ====================================== +//================= 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) 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/>. +//========================================================================= //= Umbala Dungeon Monster Spawn Script -//===== By: ================================================== -//= Athena (1.0) -//===== Current Version: ===================================== +//================= Description =========================================== +//= Monster Spawns for Umbala Dungeon +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 1.2 Official kRO 10.1 spawns [Playtester] -//= 1.3 Some 11.1 spawn updates [Playtester] -//= 1.4 More accurate spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// um_dun01 - Carpenter's Shop in the Tree -//================================================== +//== um_dun01 - Carpenter's Shop in the Tree =============== um_dun01,0,0,0,0 monster Stone Shooter 1495,70,0,0,0 um_dun01,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0 um_dun01,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0 um_dun01,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1 um_dun01,0,0,0,0 monster Green Plant 1080,5,180000,90000,1 -//================================================== -// um_dun02 - Passage to a Foreign World -//================================================== +//== um_dun02 - Passage to a Foreign World ================= um_dun02,0,0,0,0 monster Wooden Golem 1497,50,0,0,0 um_dun02,79,227,10,10 monster Wooden Golem 1497,2,240000,60000,0 um_dun02,87,189,10,10 monster Wooden Golem 1497,2,240000,60000,0 diff --git a/npc/pre-re/mobs/dungeons/xmas_dun.txt b/npc/pre-re/mobs/dungeons/xmas_dun.txt index 4146c3fa8..47ed55da7 100644 --- a/npc/pre-re/mobs/dungeons/xmas_dun.txt +++ b/npc/pre-re/mobs/dungeons/xmas_dun.txt @@ -1,19 +1,40 @@ -//===== Hercules Script ====================================== -//= Toy Factory 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/>. +//========================================================================= +//= Toy Factory Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Monster Spawn for Toy Factory +//================= Current Version ======================================= //= 1.4 -//===== Additional Comments: ================================= -//= 1.1 added Garm Baby according to May 10 patch -//= 1.2 Official kRO 10.1 spawns [Playtester] -//= 1.3 Small spawn update [Playtester] -//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf] -//============================================================ +//========================================================================= -//================================================== -// xmas_dun01 - Toy Factory Warehouse -//================================================== +//== xmas_dun01 - Toy Factory Warehouse ==================== xmas_dun01,0,0,0,0 monster Marin 1242,20,0,0,0 xmas_dun01,0,0,0,0 monster Poring 1002,10,0,0,0 xmas_dun01,0,0,0,0 monster Drops 1113,10,0,0,0 @@ -25,9 +46,7 @@ xmas_dun01,0,0,0,0 monster Chepet 1250,1,1200000,900000,0 xmas_dun01,0,0,0,0 monster Mastering 1090,1,1800000,900000,0 xmas_dun01,0,0,0,0 monster Angeling 1096,1,3600000,1800000,0 -//================================================== -// xmas_dun02 - Toy Monitoring Room -//================================================== +//== xmas_dun02 - Toy Monitoring Room ====================== xmas_dun02,0,0,0,0 monster Christmas Cookie 1246,20,0,0,0 xmas_dun02,0,0,0,0 monster Cookie 1265,20,0,0,0 xmas_dun02,0,0,0,0 monster Cruiser 1248,35,0,0,0 diff --git a/npc/pre-re/mobs/dungeons/yggdrasil.txt b/npc/pre-re/mobs/dungeons/yggdrasil.txt index 939933aeb..90d9057ef 100644 --- a/npc/pre-re/mobs/dungeons/yggdrasil.txt +++ b/npc/pre-re/mobs/dungeons/yggdrasil.txt @@ -1,17 +1,40 @@ -//===== Hercules Script ====================================== -//= Yggdrasil Tree 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) Playtester +//= Copyright (C) DracoRPG +//= 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/>. +//========================================================================= +//= Yggdrasil Tree Monster Spawn Script (Pre-Renewal) +//================= Description =========================================== +//= Yggdrasil Tree Monster Spawn Script (Pre-Renewal) +//================= Current Version ======================================= //= 1.1 -//===== Additional Comments: ================================= -//= 1.0 Splitted from Nifflheim fields [DracoRPG] -//= 1.1 Official kRO 10.1 spawns [Playtester] -//============================================================ +//========================================================================= -//================================================== -// yggdrasil01 - Hvergelmir's Fountain (Trunk of Yggdrasil) -//================================================== +//== yggdrasil01 - Hvergelmir's Fountain (Trunk of Yggdrasil) = yggdrasil01,234,256,10,10 monster Blue Plant 1079,5,1800000,600000,0 yggdrasil01,273,234,3,3 monster Shining Plant 1083,1,1800000,600000,0 yggdrasil01,143,257,20,10 monster Shining Plant 1083,5,1200000,600000,0 |