summaryrefslogtreecommitdiff
path: root/npc/pre-re/mobs/fields
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-11-10 12:25:41 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:50 +0100
commit80d87470d5f1614b47fd61d04a8ab3fecac3e622 (patch)
treea657a37b30d0ea4a42d2515a67e62dc7a1df5113 /npc/pre-re/mobs/fields
parenta122fe12ed5422af1b3ad2d84ca826282168ca57 (diff)
downloadhercules-80d87470d5f1614b47fd61d04a8ab3fecac3e622.tar.gz
hercules-80d87470d5f1614b47fd61d04a8ab3fecac3e622.tar.bz2
hercules-80d87470d5f1614b47fd61d04a8ab3fecac3e622.tar.xz
hercules-80d87470d5f1614b47fd61d04a8ab3fecac3e622.zip
Standardized header in scripts (part 3)
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/pre-re/mobs/fields')
-rw-r--r--npc/pre-re/mobs/fields/amatsu.txt48
-rw-r--r--npc/pre-re/mobs/fields/ayothaya.txt55
-rw-r--r--npc/pre-re/mobs/fields/comodo.txt78
-rw-r--r--npc/pre-re/mobs/fields/einbroch.txt97
-rw-r--r--npc/pre-re/mobs/fields/geffen.txt106
-rw-r--r--npc/pre-re/mobs/fields/gonryun.txt45
-rw-r--r--npc/pre-re/mobs/fields/hugel.txt81
-rw-r--r--npc/pre-re/mobs/fields/lighthalzen.txt63
-rw-r--r--npc/pre-re/mobs/fields/louyang.txt48
-rw-r--r--npc/pre-re/mobs/fields/lutie.txt48
-rw-r--r--npc/pre-re/mobs/fields/manuk.txt56
-rw-r--r--npc/pre-re/mobs/fields/mjolnir.txt89
-rw-r--r--npc/pre-re/mobs/fields/morocc.txt134
-rw-r--r--npc/pre-re/mobs/fields/moscovia.txt44
-rw-r--r--npc/pre-re/mobs/fields/niflheim.txt66
-rw-r--r--npc/pre-re/mobs/fields/payon.txt89
-rw-r--r--npc/pre-re/mobs/fields/prontera.txt92
-rw-r--r--npc/pre-re/mobs/fields/rachel.txt98
-rw-r--r--npc/pre-re/mobs/fields/splendide.txt54
-rw-r--r--npc/pre-re/mobs/fields/umbala.txt58
-rw-r--r--npc/pre-re/mobs/fields/veins.txt63
-rw-r--r--npc/pre-re/mobs/fields/yuno.txt107
22 files changed, 919 insertions, 700 deletions
diff --git a/npc/pre-re/mobs/fields/amatsu.txt b/npc/pre-re/mobs/fields/amatsu.txt
index fd38b2118..e6c4426c9 100644
--- a/npc/pre-re/mobs/fields/amatsu.txt
+++ b/npc/pre-re/mobs/fields/amatsu.txt
@@ -1,18 +1,40 @@
-//===== Hercules Script ======================================
-//= Amatsu Fields 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/>.
+//=========================================================================
+//= Amatsu Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Amatsu Field
+//================= Current Version =======================================
//= 1.3
-//===== Additional Comments: =================================
-//= 1.1 replaced Hydra -> G_Hydra (to fix drops exploit) [Lupus]
-//= 1.2 Official kRO 10.1 spawns [Playtester]
-//= 1.3 Small update [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// ama_fild01 - Amatsu Field
-//==================================================
+//== ama_fild01 - Amatsu Field =============================
ama_fild01,0,0,0,0 monster Karakasa 1400,50,0,0,0
ama_fild01,174,207,20,20 monster Kapha 1406,5,1200000,600000,0
ama_fild01,241,310,10,10 monster Kapha 1406,5,600000,300000,0
diff --git a/npc/pre-re/mobs/fields/ayothaya.txt b/npc/pre-re/mobs/fields/ayothaya.txt
index ca0cb18ae..d032d2856 100644
--- a/npc/pre-re/mobs/fields/ayothaya.txt
+++ b/npc/pre-re/mobs/fields/ayothaya.txt
@@ -1,28 +1,49 @@
-//===== Hercules Script ======================================
-//= Ayothaya Fields 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) VP
+//= 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 Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Ayothaya Fields
+//================= Current Version =======================================
//= 1.4
-//===== Additional Comments: =================================
-//= 1.1 Using EuRO data [Ishizu]
-//= 1.2 According the guide book, added a Choco [Lupus&VP]
-//= 1.3 Removed Choco [Lupus]
-//= 1.4 Official kRO 10.1 spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// ayo_fild01 - Ayothaya Field
-//==================================================
+//== ayo_fild01 - Ayothaya Field ===========================
ayo_fild01,0,0,0,0 monster Coco 1104,30,0,0,0
ayo_fild01,0,0,0,0 monster Yoyo 1057,30,0,0,0
ayo_fild01,0,0,0,0 monster Smokie 1056,30,0,0,0
ayo_fild01,0,0,0,0 monster Leaf Cat 1586,3,3600000,1800000,0
ayo_fild01,0,0,0,0 monster Green Plant 1080,10,0,0,0
-//==================================================
-// ayo_fild02 - Ayothaya Field
-//==================================================
+//== ayo_fild02 - Ayothaya Field ===========================
ayo_fild02,0,0,0,0 monster Leaf Cat 1586,50,0,0,0
ayo_fild02,0,0,0,0 monster Wootan Fighter 1499,20,0,0,0
ayo_fild02,0,0,0,0 monster Beetle King 1494,30,0,0,0
diff --git a/npc/pre-re/mobs/fields/comodo.txt b/npc/pre-re/mobs/fields/comodo.txt
index 4e21f81e3..33463e354 100644
--- a/npc/pre-re/mobs/fields/comodo.txt
+++ b/npc/pre-re/mobs/fields/comodo.txt
@@ -1,17 +1,39 @@
-//===== Hercules Script ======================================
-//= Comodo Fields 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/>.
+//=========================================================================
+//= Comodo Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Comodo Fields
+//================= Current Version =======================================
//= 1.3
-//===== Additional Comments: =================================
-//= 1.2 Official kRO 10.1 spawns [Playtester]
-//= 1.3 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// cmd_fild01 - Papuchicha Forest
-//==================================================
+//== cmd_fild01 - Papuchicha Forest ========================
cmd_fild01,0,0,0,0 monster Alligator 1271,60,0,0,0
cmd_fild01,0,0,0,0 monster Savage 1166,30,0,0,0
cmd_fild01,0,0,0,0 monster Poporing 1031,30,0,0,0
@@ -23,9 +45,7 @@ cmd_fild01,72,78,10,10 monster Blue Plant 1079,2,1800000,900000,1
cmd_fild01,194,176,20,20 monster Blue Plant 1079,1,1800000,900000,1
cmd_fild01,0,0,0,0 monster Green Plant 1080,5,1800000,900000,1
-//==================================================
-// cmd_fild02 - Kokomo Beach
-//==================================================
+//== cmd_fild02 - Kokomo Beach =============================
cmd_fild02,73,100,40,100 monster Aster 1266,5,0,0,0
cmd_fild02,200,130,150,50 monster Aster 1266,5,0,0,0
cmd_fild02,0,0,0,0 monster Crab 1073,20,0,0,0
@@ -41,9 +61,7 @@ cmd_fild02,200,130,150,40 monster Seal 1317,18,0,0,0
cmd_fild02,93,82,40,80 monster Seal 1317,2,180000,0,0
cmd_fild02,0,0,0,0 monster Galapago 1391,20,0,0,0
-//==================================================
-// cmd_fild03 - Zenhai Marsh
-//==================================================
+//== cmd_fild03 - Zenhai Marsh =============================
cmd_fild03,0,0,0,0 monster Mutant Dragonoid 1262,1,0,0,1
cmd_fild03,0,0,0,0 monster Pest 1256,30,0,0,0
cmd_fild03,0,0,0,0 monster Poporing 1031,10,0,0,0
@@ -53,9 +71,7 @@ cmd_fild03,356,232,3,3 monster Shining Plant 1083,1,1800000,900000,1
cmd_fild03,262,289,3,3 monster Shining Plant 1083,1,1800000,900000,1
cmd_fild03,145,191,3,3 monster Shining Plant 1083,1,1800000,900000,1
-//==================================================
-// cmd_fild04 - Kokomo Beach
-//==================================================
+//== cmd_fild04 - Kokomo Beach =============================
cmd_fild04,221,120,120,40 monster Aster 1266,45,0,0,0
cmd_fild04,0,0,0,0 monster Alligator 1271,40,0,0,0
cmd_fild04,0,0,0,0 monster Crab 1073,20,0,0,0
@@ -63,9 +79,7 @@ cmd_fild04,0,0,0,0 monster Raggler 1254,20,0,0,0
cmd_fild04,0,0,0,0 monster Shellfish 1074,20,0,0,0
cmd_fild04,221,120,120,40 monster Sea Otter 1323,20,0,0,0
-//==================================================
-// cmd_fild05 - Border of Papuchica Forest
-//==================================================
+//== cmd_fild05 - Border of Papuchicha Forest ==============
cmd_fild05,0,0,0,0 monster Frilldora 1119,45,0,0,0
cmd_fild05,0,0,0,0 monster Alligator 1271,20,0,0,0
cmd_fild05,0,0,0,0 monster Stem Worm 1215,5,0,0,0
@@ -76,9 +90,7 @@ cmd_fild05,318,277,10,10 monster Yellow Plant 1081,3,1800000,900000,1
cmd_fild05,282,49,20,20 monster Yellow Plant 1081,3,1800000,900000,1
cmd_fild05,0,0,0,0 monster Green Plant 1080,5,1800000,900000,1
-//==================================================
-// cmd_fild06 - Fortress Saint Darmain (West)
-//==================================================
+//== cmd_fild06 - Fortress Saint Darmain (West) ============
cmd_fild06,0,0,0,0 monster Kobold Archer 1282,5,0,0,0
cmd_fild06,0,0,0,0 monster Kobold Archer 1282,5,300000,0,0
cmd_fild06,357,299,80,70 monster Kobold Archer 1282,2,0,0,0
@@ -112,9 +124,7 @@ cmd_fild06,0,0,0,0 monster Harpy 1376,1,1500000,1000000,0
cmd_fild06,293,235,5,5 monster Yellow Plant 1081,2,1800000,900000,1
cmd_fild06,84,375,10,10 monster Yellow Plant 1081,3,1800000,900000,1
-//==================================================
-// cmd_fild07 - Beacon Island, Pharos
-//==================================================
+//== cmd_fild07 - Beacon Island, Pharos ====================
cmd_fild07,242,108,40,90 monster Aster 1266,2,60000,0,0
cmd_fild07,102,177,60,90 monster Aster 1266,3,60000,0,0
cmd_fild07,240,107,40,90 monster Crab 1073,3,60000,0,0
@@ -127,9 +137,7 @@ cmd_fild07,0,0,0,0 monster Drops 1113,20,0,0,0
cmd_fild07,239,105,40,90 monster Shellfish 1074,2,60000,0,0
cmd_fild07,104,180,40,90 monster Shellfish 1074,3,60000,0,0
-//==================================================
-// cmd_fild08 - Fortress Saint Darmain (East)
-//==================================================
+//== cmd_fild08 - Fortress Saint Darmain (East) ============
cmd_fild08,127,279,30,50 monster Kobold Archer 1282,5,60000,0,0
cmd_fild08,130,192,110,150 monster Kobold Archer 1282,5,0,0,0
cmd_fild08,146,136,30,80 monster Kobold Archer 1282,5,0,0,0
@@ -187,9 +195,7 @@ cmd_fild08,0,0,0,0 monster Gryphon 1259,1,3600000,1800000,1
cmd_fild08,60,143,10,10 monster Yellow Plant 1081,4,1800000,900000,1
cmd_fild08,130,201,10,10 monster Yellow Plant 1081,4,1800000,900000,1
-//==================================================
-// cmd_fild09 - Fortress Saint Darmain (South)
-//==================================================
+//== cmd_fild09 - Fortress Saint Darmain (South) ===========
cmd_fild09,0,0,0,0 monster Steel Chonchon 1042,20,0,0,0
cmd_fild09,0,0,0,0 monster Drops 1113,20,0,0,0
cmd_fild09,0,0,0,0 monster Anacondaq 1030,60,0,0,0
diff --git a/npc/pre-re/mobs/fields/einbroch.txt b/npc/pre-re/mobs/fields/einbroch.txt
index 1b8b48f24..d08a29a84 100644
--- a/npc/pre-re/mobs/fields/einbroch.txt
+++ b/npc/pre-re/mobs/fields/einbroch.txt
@@ -1,28 +1,43 @@
-//===== Hercules Script ======================================
-//= Einbroch Fields 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) Vicious
+//= Copyright (C) Poki#3
+//= 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/>.
+//=========================================================================
+//= Einbroch Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Einbroch Fields
+//================= Current Version =======================================
//= 1.6
-//===== Additional Comments: =================================
-//= 1.1 correct spawn maps, but not yet exact amount of
-//= monsters [Lupus]
-//= maps, marked with * are correct
-//= 1.2 Updated to correct mobs. Many thanks to vicious_pucca
-//= again for providing the information [MasterOfMuppets]
-//= 1.2a Fixed missing tabs [Lupus]
-//= 1.3 Updated after Episode 10.4 - Hugel [Poki#3]
-//= Mob quantity is custom.
-//= 1.3b Changed the spawn numbers a bit. [Poki#3]
-//= Thanks to Playtester and Emperium.org
-//= 1.4 Updated by using Tharis' Homun AI, by Tharis [Vicious]
-//= 1.5 Adjusted some spawns according to official info [Playtester]
-//= 1.6 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// ein_fild01 - Einbroch Field
-//==================================================
+//== ein_fild01 - Einbroch Field ===========================
ein_fild01,115,190,80,150 monster Demon Pungus 1378,30,0,0,0
ein_fild01,264,318,70,60 monster Demon Pungus 1378,20,0,0,0
ein_fild01,232,100,25,60 monster Demon Pungus 1378,5,300000,60000,0
@@ -30,9 +45,7 @@ ein_fild01,115,190,80,150 monster Punk 1199,25,0,0,0
ein_fild01,264,318,70,60 monster Punk 1199,20,0,0,0
ein_fild01,232,100,25,60 monster Punk 1199,5,300000,60000,0
-//==================================================
-// ein_fild02 - Einbroch Field
-//==================================================
+//== ein_fild02 - Einbroch Field ===========================
ein_fild02,105,250,70,80 monster Driller 1380,10,0,0,0
ein_fild02,259,269,90,70 monster Driller 1380,15,0,0,0
ein_fild02,287,117,55,70 monster Driller 1380,10,0,0,0
@@ -40,9 +53,7 @@ ein_fild02,108,88,60,60 monster Driller 1380,10,0,0,0
ein_fild02,0,0,0,0 monster Demon Pungus 1378,30,0,0,0
ein_fild02,0,0,0,0 monster Ungoliant 1618,1,75600000,75000000,0
-//==================================================
-// ein_fild03 - Einbroch Field
-//==================================================
+//== ein_fild03 - Einbroch Field ===========================
ein_fild03,0,0,0,0 monster Metaling 1613,30,0,0,0
ein_fild03,0,0,0,0 monster Geographer 1368,5,0,0,0
ein_fild03,0,0,0,0 monster Holden 1628,40,0,0,0
@@ -53,9 +64,7 @@ ein_fild03,155,40,35,20 monster Horn 1128,5,60000,30000,1
ein_fild03,0,0,0,0 monster Yellow Plant 1081,15,60000,30000,0
ein_fild03,0,0,0,0 monster Green Plant 1080,15,60000,30000,0
-//==================================================
-// ein_fild04 - Einbroch Field
-//==================================================
+//== ein_fild04 - Einbroch Field ===========================
ein_fild04,0,0,0,0 monster Metaling 1613,50,0,0,0
ein_fild04,0,0,0,0 monster Geographer 1368,30,60000,30000,0
ein_fild04,0,0,0,0 monster Holden 1628,5,0,0,0
@@ -69,9 +78,7 @@ ein_fild04,0,0,0,0 monster Red Plant 1078,10,60000,30000,0
ein_fild04,0,0,0,0 monster Yellow Plant 1081,10,60000,30000,0
ein_fild04,0,0,0,0 monster Green Plant 1080,10,60000,30000,0
-//==================================================
-// ein_fild05 - Einbroch Field
-//==================================================
+//== ein_fild05 - Einbroch Field ===========================
ein_fild05,205,300,50,50 monster Mineral 1614,10,600000,360000,0
ein_fild05,299,189,55,55 monster Mineral 1614,15,600000,360000,0
ein_fild05,145,195,30,50 monster Mineral 1614,10,600000,360000,0
@@ -82,9 +89,7 @@ ein_fild05,0,0,0,0 monster Anopheles 1627,30,0,0,0
ein_fild05,0,0,0,0 monster Demon Pungus 1378,10,0,0,0
ein_fild05,0,0,0,0 monster Geographer 1368,10,0,0,0
-//==================================================
-// ein_fild06 - Einbroch Field
-//==================================================
+//== ein_fild06 - Einbroch Field ===========================
ein_fild06,0,0,0,0 monster Goat 1372,55,0,0,0
ein_fild06,0,0,0,0 monster Pupa 1008,10,0,0,0
ein_fild06,0,0,0,0 monster Harpy 1376,5,1800000,1200000,0
@@ -93,9 +98,7 @@ ein_fild06,0,0,0,0 monster Red Plant 1078,10,120000,60000,0
ein_fild06,0,0,0,0 monster Yellow Plant 1081,10,120000,60000,0
ein_fild06,0,0,0,0 monster Black Mushroom 1084,5,120000,60000,0
-//==================================================
-// ein_fild07 - Einbroch Field
-//==================================================
+//== ein_fild07 - Einbroch Field ===========================
ein_fild07,0,0,0,0 monster Poring 1002,40,0,0,0
ein_fild07,0,0,0,0 monster Poporing 1031,20,0,0,0
ein_fild07,0,0,0,0 monster Metaling 1613,60,0,0,0
@@ -106,9 +109,7 @@ ein_fild07,0,0,0,0 monster Yellow Plant 1081,10,120000,60000,0
ein_fild07,0,0,0,0 monster Red Mushroom 1085,10,120000,60000,0
ein_fild07,0,0,0,0 monster Ungoliant 1618,1,86400000,86000000,0
-//==================================================
-// ein_fild08 - Einbroch Field
-//==================================================
+//== ein_fild08 - Einbroch Field ===========================
ein_fild08,0,0,0,0 monster Poring 1002,25,0,0,0
ein_fild08,0,0,0,0 monster Drops 1113,25,0,0,0
ein_fild08,0,0,0,0 monster Poporing 1031,25,0,0,0
@@ -119,9 +120,7 @@ ein_fild08,0,0,0,0 monster Red Plant 1078,10,120000,60000,0
ein_fild08,0,0,0,0 monster Yellow Plant 1081,10,120000,60000,0
ein_fild08,0,0,0,0 monster Red Mushroom 1085,10,120000,60000,0
-//==================================================
-// ein_fild09 - Einbroch Field
-//==================================================
+//== ein_fild09 - Einbroch Field ===========================
ein_fild09,0,0,0,0 monster Metaling 1613,10,0,0,0
ein_fild09,0,0,0,0 monster Porcellio 1619,70,0,0,0
ein_fild09,0,0,0,0 monster Thief Bug 1051,20,0,0,0
@@ -131,9 +130,7 @@ ein_fild09,0,0,0,0 monster Yellow Plant 1081,10,120000,60000,0
ein_fild09,0,0,0,0 monster Red Mushroom 1085,10,120000,60000,0
ein_fild09,260,85,50,20 monster Flora 1118,5,300000,120000,0
-//==================================================
-// ein_fild10 - Einbroch Field
-//==================================================
+//== ein_fild10 - Einbroch Field ===========================
ein_fild10,0,0,0,0 monster Geographer 1368,5,0,0,0
ein_fild10,0,0,0,0 monster Porcellio 1619,20,0,0,1
ein_fild10,152,314,130,30 monster Porcellio 1619,10,0,0,1
diff --git a/npc/pre-re/mobs/fields/geffen.txt b/npc/pre-re/mobs/fields/geffen.txt
index cc6b1780d..d388cd4a8 100644
--- a/npc/pre-re/mobs/fields/geffen.txt
+++ b/npc/pre-re/mobs/fields/geffen.txt
@@ -1,19 +1,41 @@
-//===== Hercules Script ======================================
-//= Geffen Fields 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) 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 Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Geffen Fields
+//================= Current Version =======================================
//= 1.5
-//===== Additional Comments: =================================
-//= 1.2 Map names typos fix [Lupus]
-//= 1.3 Official kRO 10.1 spawns + future changes [Playtester]
-//= 1.4 More accurate spawns [Playtester]
-//= 1.5 Corrected MVP spawn variance. [L0ne_W0lf]
-//============================================================
+//=========================================================================
-//==================================================
-// gef_fild00 - Geffen Field
-//==================================================
+//== gef_fild00 - Geffen Field =============================
gef_fild00,0,0,0,0 monster Poring 1002,50,0,0,0
gef_fild00,0,0,0,0 monster Fabre 1007,50,0,0,0
gef_fild00,0,0,0,0 monster Pupa 1008,20,0,0,0
@@ -23,17 +45,13 @@ gef_fild00,124,321,0,0 monster Blue Plant 1079,1,900000,450000,1
gef_fild00,54,212,5,5 monster Green Plant 1080,3,360000,180000,1
gef_fild00,54,186,5,5 monster Green Plant 1080,3,360000,180000,1
-//==================================================
-// gef_fild01 - Geffen Field
-//==================================================
+//== gef_fild01 - Geffen Field =============================
gef_fild01,0,0,0,0 monster Roda Frog 1012,50,0,0,0
gef_fild01,0,0,0,0 monster Poporing 1031,20,0,0,0
gef_fild01,0,0,0,0 monster Toad 1089,1,3600000,1800000,1
gef_fild01,215,225,10,10 monster Green Plant 1080,5,360000,180000,1
-//==================================================
-// gef_fild02 - Geffen Field
-//==================================================
+//== gef_fild02 - Geffen Field =============================
gef_fild02,0,0,0,0 monster Yoyo 1057,10,0,0,0
gef_fild02,0,0,0,0 monster Orc Warrior 1023,60,0,0,0
gef_fild02,0,0,0,0 monster Coco 1104,10,0,0,0
@@ -47,9 +65,7 @@ gef_fild02,207,214,1,1 monster Blue Plant 1079,1,360000,180000,1
gef_fild02,220,214,1,1 monster Blue Plant 1079,1,360000,180000,1
gef_fild02,164,194,1,1 monster Shining Plant 1083,1,1800000,900000,1
-//==================================================
-// gef_fild03 - Geffen Field
-//==================================================
+//== gef_fild03 - Geffen Field =============================
gef_fild03,0,0,0,0 monster Orc Warrior 1023,60,0,0,0
gef_fild03,0,0,0,0 monster High Orc 1213,1,0,0,0
gef_fild03,0,0,0,0 monster Savage 1166,40,0,0,0
@@ -76,9 +92,7 @@ gef_fild03,169,92,3,3 monster Green Plant 1080,1,180000,90000,1
gef_fild03,45,93,3,3 monster Green Plant 1080,1,180000,90000,1
gef_fild03,44,133,3,3 monster Green Plant 1080,1,180000,90000,1
-//==================================================
-// gef_fild04 - Geffen Field
-//==================================================
+//== gef_fild04 - Geffen Field =============================
gef_fild04,0,0,0,0 monster Poring 1002,30,0,0,0
gef_fild04,0,0,0,0 monster Chonchon 1011,30,0,0,0
gef_fild04,0,0,0,0 monster Pupa 1008,60,0,0,0
@@ -87,9 +101,7 @@ gef_fild04,0,0,0,0 monster Roda Frog 1012,20,0,0,0
gef_fild04,224,82,5,2 monster Green Plant 1080,3,360000,180000,1
gef_fild04,152,82,5,2 monster Green Plant 1080,3,360000,180000,1
-//==================================================
-// gef_fild05 - Geffen Field
-//==================================================
+//== gef_fild05 - Geffen Field =============================
gef_fild05,0,0,0,0 monster Poring 1002,30,0,0,0
gef_fild05,0,0,0,0 monster Kobold Archer 1282,10,0,0,0
gef_fild05,0,0,0,0 monster Wild Rose 1261,50,0,0,0
@@ -110,9 +122,7 @@ gef_fild05,187,249,0,0 monster Red Plant 1078,1,180000,90000,1
gef_fild05,187,265,0,0 monster Red Plant 1078,1,180000,90000,1
gef_fild05,130,293,0,0 monster Red Plant 1078,1,180000,90000,1
-//==================================================
-// gef_fild06 - Geffen Field
-//==================================================
+//== gef_fild06 - Geffen Field =============================
gef_fild06,0,0,0,0 monster Kobold 1133,20,0,0,0
gef_fild06,0,0,0,0 monster Kobold 1134,10,0,0,0
gef_fild06,0,0,0,0 monster Kobold 1135,10,0,0,0
@@ -121,9 +131,7 @@ gef_fild06,0,0,0,0 monster Poporing 1031,10,0,0,0
gef_fild06,0,0,0,0 monster Mantis 1139,20,0,0,0
gef_fild06,0,0,0,0 monster Shining Plant 1083,4,1800000,900000,1
-//==================================================
-// gef_fild07 - Geffen Field
-//==================================================
+//== gef_fild07 - Geffen Field =============================
gef_fild07,0,0,0,0 monster Poring 1002,20,0,0,0
gef_fild07,0,0,0,0 monster Chonchon 1011,30,0,0,0
gef_fild07,0,0,0,0 monster Pupa 1008,10,0,0,0
@@ -133,9 +141,7 @@ gef_fild07,185,247,0,0 monster Shining Plant 1083,1,1800000,900000,1
gef_fild07,269,289,0,0 monster Blue Plant 1079,1,900000,450000,1
gef_fild07,269,289,3,3 monster Green Plant 1080,3,360000,180000,1
-//==================================================
-// gef_fild08 - Geffen Field
-//==================================================
+//== gef_fild08 - Geffen Field =============================
gef_fild08,0,0,0,0 monster Kobold 1133,20,0,0,0
gef_fild08,0,0,0,0 monster Kobold 1134,40,0,0,0
gef_fild08,0,0,0,0 monster Kobold 1135,20,0,0,0
@@ -151,9 +157,7 @@ gef_fild08,344,78,0,0 monster Blue Plant 1079,1,900000,450000,1
gef_fild08,325,311,0,0 monster Blue Plant 1079,1,900000,450000,1
gef_fild08,162,247,0,0 monster Blue Plant 1079,1,900000,450000,1
-//==================================================
-// gef_fild09 - Geffen Field
-//==================================================
+//== gef_fild09 - Geffen Field =============================
gef_fild09,0,0,0,0 monster Ambernite 1094,60,0,0,0
gef_fild09,0,0,0,0 monster Poporing 1031,10,0,0,0
gef_fild09,0,0,0,0 monster Poison Spore 1077,10,0,0,0
@@ -169,9 +173,7 @@ gef_fild09,325,36,0,0 monster Red Mushroom 1085,1,180000,90000,1
gef_fild09,344,51,0,0 monster Red Mushroom 1085,1,180000,90000,1
gef_fild09,277,201,5,5 monster Blue Plant 1079,3,900000,450000,1
-//==================================================
-// gef_fild10 - Geffen Field
-//==================================================
+//== gef_fild10 - Geffen Field =============================
gef_fild10,0,0,0,0 boss_monster Orc Lord 1190,1,7200000,600000,0
gef_fild10,0,0,0,0 monster Orc Warrior 1023,20,0,0,0
gef_fild10,0,0,0,0 monster Orc Lady 1273,70,0,0,0
@@ -181,9 +183,7 @@ gef_fild10,46,350,5,5 monster Blue Plant 1079,3,900000,450000,1
gef_fild10,287,61,5,5 monster Blue Plant 1079,3,900000,450000,1
gef_fild10,300,253,5,5 monster Green Plant 1080,3,360000,180000,1
-//==================================================
-// gef_fild11 - Geffen Field
-//==================================================
+//== gef_fild11 - Geffen Field =============================
gef_fild11,0,0,0,0 monster Goblin Leader 1299,1,1800000,1200000,0
gef_fild11,0,0,0,0 monster Goblin 1122,30,0,0,0
gef_fild11,0,0,0,0 monster Goblin 1123,20,0,0,0
@@ -201,9 +201,7 @@ gef_fild11,257,209,1,4 monster Black Mushroom 1084,3,360000,180000,1
gef_fild11,174,240,1,3 monster Black Mushroom 1084,3,360000,180000,1
gef_fild11,283,100,4,1 monster Black Mushroom 1084,3,360000,180000,1
-//==================================================
-// gef_fild12 - Kordt Forest
-//==================================================
+//== gef_fild12 - Kordt Forest =============================
gef_fild12,0,0,0,0 monster Kobold 1133,20,0,0,0
gef_fild12,0,0,0,0 monster Kobold 1134,30,0,0,0
gef_fild12,0,0,0,0 monster Kobold 1135,30,0,0,0
@@ -211,16 +209,12 @@ gef_fild12,0,0,0,0 monster Kobold Archer 1282,40,0,0,0
gef_fild12,0,0,0,0 monster Poporing 1031,20,0,0,0
gef_fild12,0,0,0,0 monster Kobold Leader 1296,1,1800000,1200000,0
-//==================================================
-// gef_fild13 - Britoniah
-//==================================================
+//== gef_fild13 - Britoniah ================================
gef_fild13,0,0,0,0 monster Poporing 1031,20,0,0,0
gef_fild13,0,0,0,0 monster Creamy 1018,40,0,0,0
gef_fild13,0,0,0,0 monster Ambernite 1094,30,0,0,0
-//==================================================
-// gef_fild14 - West Orc Village
-//==================================================
+//== gef_fild14 - West Orc Village =========================
gef_fild14,0,0,0,0 monster Orc Lady 1273,20,0,0,0
gef_fild14,0,0,0,0 boss_monster Orc Hero 1087,1,3600000,600000,1
gef_fild14,0,0,0,0 monster Orc Warrior 1023,10,0,0,0
diff --git a/npc/pre-re/mobs/fields/gonryun.txt b/npc/pre-re/mobs/fields/gonryun.txt
index 0fb3fcafe..752001667 100644
--- a/npc/pre-re/mobs/fields/gonryun.txt
+++ b/npc/pre-re/mobs/fields/gonryun.txt
@@ -1,16 +1,39 @@
-//===== Hercules Script ======================================
-//= Gon Ryun 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/>.
+//=========================================================================
+//= Kunlun Field Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Kunlun Field
+//================= Current Version =======================================
//= 1.1
-//===== Additional Comments: =================================
-//= 1.1 Official kRO 10.1 spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// gon_fild01 - Gonryun Field
-//==================================================
+//== gon_fild01 - Kunlun Field =============================
gon_fild01,0,0,0,0 monster Baby Leopard 1415,40,600000,300000,0
gon_fild01,0,0,0,0 monster Zipper Bear 1417,20,0,0,0
gon_fild01,0,0,0,0 monster Poporing 1031,20,0,0,0
diff --git a/npc/pre-re/mobs/fields/hugel.txt b/npc/pre-re/mobs/fields/hugel.txt
index 633e9f428..0977a757d 100644
--- a/npc/pre-re/mobs/fields/hugel.txt
+++ b/npc/pre-re/mobs/fields/hugel.txt
@@ -1,25 +1,42 @@
-//===== Hercules Script ======================================
-//= Hugel Fields 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) Vicious
+//= Copyright (C) Poki#3
+//= 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/>.
+//=========================================================================
+//= Hugel Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Mob Spawns for Hugel Fields
+//================= Current Version =======================================
//= 1.3
-//===== Additional Comments: =================================
-//= Spawns for hu_fild05 and hu_fild04, numbers may not be correct [MasterOfMuppets]
-//= 0.2 Fixed Petit ID
-//= 0.3 Updated the spawns using kRO's website as info, [MasterOfMuppets]
-//= thanks to battousai90
-//= 0.4 Updated after Episode 10.4 - Hugel [Poki#3]
-//= Mob quantity is custom.
-//= 1.0 Updated by using Tharis' Homun AI, by Tharis [Vicious]
-//= 1.1 Official X.3 spawns [Playtester]
-//= 1.2 Some 11.1 spawn updates [Playtester]
-//= 1.3 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// hu_fild01 - Hugel Field
-//==================================================
+//== hu_fild01 - Hugel Field ===============================
hu_fild01,0,0,0,0 monster Breeze 1692,5,900000,300000,0
hu_fild01,0,0,0,0 monster Plasma 1697,5,900000,300000,0
hu_fild01,0,0,0,0 monster Plasma 1695,5,900000,300000,0
@@ -29,9 +46,7 @@ hu_fild01,0,0,0,0 monster Plasma 1693,5,900000,300000,0
hu_fild01,0,0,0,0 monster Geographer 1368,30,300000,0,0
hu_fild01,0,0,0,0 monster Demon Pungus 1378,30,1200000,600000,0
-//==================================================
-// hu_fild02 - Hugel Field
-//==================================================
+//== hu_fild02 - Hugel Field ===============================
hu_fild02,0,0,0,0 monster Anopheles 1627,30,0,0,0
hu_fild02,0,0,0,0 monster Novus 1715,20,0,0,0
hu_fild02,0,0,0,0 monster Novus 1718,40,0,0,0
@@ -42,9 +57,7 @@ hu_fild02,85,85,53,47 monster Demon Pungus 1378,3,300000,120000,0
hu_fild02,85,85,37,47 monster Novus 1715,1,300000,120000,0
hu_fild02,85,85,37,47 monster Novus 1718,1,300000,120000,0
-//==================================================
-// hu_fild03 - Hugel Field
-//==================================================
+//== hu_fild03 - Hugel Field ===============================
hu_fild03,0,0,0,0 monster Grove 1687,70,0,0,0
hu_fild03,0,0,0,0 monster Novus 1715,30,0,0,0
hu_fild03,0,0,0,0 monster Poporing 1031,20,0,0,0
@@ -58,9 +71,7 @@ hu_fild03,170,220,5,4 monster Black Mushroom 1084,3,300000,0,0
hu_fild03,212,328,5,4 monster Black Mushroom 1084,2,300000,0,0
hu_fild03,231,151,3,3 monster Black Mushroom 1084,2,300000,0,0
-//==================================================
-// hu_fild04 - Hugel Field
-//==================================================
+//== hu_fild04 - Hugel Field ===============================
hu_fild04,0,0,0,0 monster Breeze 1692,20,0,0,0
hu_fild04,0,0,0,0 monster Deleter 1384,10,420000,24000,0
hu_fild04,0,0,0,0 monster Deleter 1385,10,420000,240000,0
@@ -76,9 +87,7 @@ hu_fild04,0,0,0,0 monster Yellow Plant 1081,10,0,0,0
hu_fild04,206,210,30,18 monster Blue Plant 1079,4,120000,600000,0
hu_fild04,206,120,10,10 monster Blue Plant 1079,2,120000,600000,0
-//==================================================
-// hu_fild05 - Hugel Field
-//==================================================
+//== hu_fild05 - Hugel Field ===============================
hu_fild05,185,208,15,24 monster Anopheles 1627,3,42000,30000,0
hu_fild05,112,272,62,82 monster Grove 1687,15,0,0,0
hu_fild05,112,272,62,82 monster Novus 1715,2,0,0,0
@@ -106,9 +115,7 @@ hu_fild05,196,196,5,5 monster Dragon Egg 1721,1,7200000,1800000,0
hu_fild05,340,50,10,10 monster Dragon Egg 1721,1,7200000,1800000,0
hu_fild05,320,325,5,5 monster Dragon Egg 1721,1,7200000,1800000,0
-//==================================================
-// hu_fild06 - Hugel Field
-//==================================================
+//== hu_fild06 - Hugel Field ===============================
hu_fild06,0,0,0,0 monster Holden 1628,50,0,0,0
hu_fild06,0,0,0,0 monster Caramel 1103,20,0,0,0
hu_fild06,0,0,0,0 monster Poring 1002,10,0,0,0
@@ -117,9 +124,7 @@ hu_fild06,0,0,0,0 monster Metaling 1613,10,0,0,0
hu_fild06,234,251,14,120 monster Green Plant 1080,10,600000,0,0
hu_fild06,234,251,14,120 monster Yellow Plant 1081,10,600000,0,0
-//==================================================
-// hu_fild07 - Hugel Field
-//==================================================
+//== hu_fild07 - Hugel Field ===============================
hu_fild07,0,0,0,0 monster Breeze 1692,10,0,0,0
hu_fild07,0,0,0,0 monster Deleter 1384,10,420000,24000,0
hu_fild07,0,0,0,0 monster Deleter 1385,10,420000,240000,0
diff --git a/npc/pre-re/mobs/fields/lighthalzen.txt b/npc/pre-re/mobs/fields/lighthalzen.txt
index bb25b14fc..7f8d88daf 100644
--- a/npc/pre-re/mobs/fields/lighthalzen.txt
+++ b/npc/pre-re/mobs/fields/lighthalzen.txt
@@ -1,22 +1,43 @@
-//===== Hercules Script ======================================
-//= Lighthalzen Fields 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) Playtester
+//= Copyright (C) Poki#3
+//= 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/>.
+//=========================================================================
+//= Lighthalzen Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Lighthalzen Fields
+//================= Current Version =======================================
//= 1.5
-//===== Additional Comments: =================================
-//= 1.0 by Muad_Dib (Prometheus Project)
-//= 1.1 Added Porcellio by MasterOfMuppets
-//= 1.2 Corrected monsters. Many thanks to vicious_pucca for
-//= the information [MasterOfMuppets]
-//= 1.3 Updated acordingly to Episode 10.4 [Poki#3]
-//= 1.4 Fully updated X.4 spawns [Playtester]
-//= 1.5 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// lhz_fild01 - Lighthalzen Field
-//==================================================
+//== lhz_fild01 - Lighthalzen Field ========================
lhz_fild01,0,0,0,0 monster Metaling 1613,70,0,0,0
lhz_fild01,0,0,0,0 monster Holden 1628,30,0,0,0
lhz_fild01,0,0,0,0 monster Caramel 1103,20,0,0,0
@@ -24,9 +45,7 @@ lhz_fild01,0,0,0,0 monster Red Plant 1078,10,60000,30000,0
lhz_fild01,0,0,0,0 monster Yellow Plant 1081,10,60000,30000,0
lhz_fild01,0,0,0,0 monster Green Plant 1080,10,60000,30000,0
-//==================================================
-// lhz_fild02 - Lighthalzen Field (Grim Ripper's Valley)
-//==================================================
+//== lhz_fild02 - Lighthalzen Field (Grim Reaper's Valley) =
lhz_fild02,0,0,0,0 monster Metaling 1613,50,0,0,0
lhz_fild02,0,0,0,0 monster Caramel 1103,30,0,0,0
lhz_fild02,0,0,0,0 monster Horn 1128,10,0,0,0
@@ -35,9 +54,7 @@ lhz_fild02,0,0,0,0 monster Anopheles 1627,10,0,0,0
lhz_fild02,0,0,0,0 monster Yellow Plant 1081,15,60000,30000,0
lhz_fild02,0,0,0,0 monster Green Plant 1080,15,60000,30000,0
-//==================================================
-// lhz_fild03 - Lighthalzen Field
-//==================================================
+//== lhz_fild03 - Lighthalzen Field ========================
lhz_fild03,262,233,74,140 monster Stem Worm 1215,50,600000,0,0
lhz_fild03,262,233,74,140 monster Metaling 1613,20,0,0,0
lhz_fild03,127,248,45,140 monster Caramel 1103,20,0,0,0
diff --git a/npc/pre-re/mobs/fields/louyang.txt b/npc/pre-re/mobs/fields/louyang.txt
index f64a899de..1a77c1801 100644
--- a/npc/pre-re/mobs/fields/louyang.txt
+++ b/npc/pre-re/mobs/fields/louyang.txt
@@ -1,17 +1,41 @@
-//===== Hercules Script ======================================
-//= Louyang Fields Monster Spawn Script
-//===== By: ==================================================
-//= Evera/Lorri
-//===== 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) Evera
+//= Copyright (C) Lorri
+//=
+//= 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 Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Louyang Fields
+//================= Current Version =======================================
//= 1.2
-//===== Additional Comments: =================================
-//= 1.1 updated by MasterOfMuppets
-//= 1.2 Official kRO 10.1 spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// lou_fild01 - Louyang Field
-//==================================================
+//== lou_fild01 - Louyang Field ============================
lou_fild01,224,315,100,50 monster Bigfoot 1060,7,0,0,0
lou_fild01,203,225,110,35 monster Bigfoot 1060,4,60000,30000,1
lou_fild01,273,128,75,50 monster Bigfoot 1060,4,0,0,0
diff --git a/npc/pre-re/mobs/fields/lutie.txt b/npc/pre-re/mobs/fields/lutie.txt
index 2eff79086..7fbff3416 100644
--- a/npc/pre-re/mobs/fields/lutie.txt
+++ b/npc/pre-re/mobs/fields/lutie.txt
@@ -1,18 +1,40 @@
-//===== Hercules Script ======================================
-//= Lutie Fields 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/>.
+//=========================================================================
+//= Lutie Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Lutie Fields
+//================= Current Version =======================================
//= 1.3
-//===== Additional Comments: =================================
-//= 1.1 added Garm Baby according to May 10 patch
-//= 1.2 Official kRO 10.1 spawns [Playtester]
-//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf]
-//============================================================
+//=========================================================================
-//==================================================
-// xmas_fild01 - Lutie Field
-//==================================================
+//== xmas_fild01 - Lutie Field =============================
xmas_fild01,0,0,0,0 monster Marin 1242,35,0,0,0
xmas_fild01,0,0,0,0 monster Sasquatch 1243,20,0,0,0
xmas_fild01,0,0,0,0 monster Garm Baby 1515,1,1800000,0,0
diff --git a/npc/pre-re/mobs/fields/manuk.txt b/npc/pre-re/mobs/fields/manuk.txt
index 23970e19a..30986f879 100644
--- a/npc/pre-re/mobs/fields/manuk.txt
+++ b/npc/pre-re/mobs/fields/manuk.txt
@@ -1,33 +1,51 @@
-//===== Hercules Script ======================================
-//= Manuk Fields Monster Spawn Script
-//===== By: ==================================================
-//= alexx, MaC
-//===== 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) scriptor
+//= Copyright (C) alexx
+//= Copyright (C) MaC
+//=
+//= 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/>.
+//=========================================================================
+//= Manuk Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Manuk Fields
+//================= Current Version =======================================
//= 1.1a
-//===== Additional Comments: =================================
-//= 1.0 Official spawn ammounts from Aegis script [alexx]
-//= 1.1 Added 13.2 mob spawn update [scriptor]
-//= 1.1a Corrected fild2 mobs spawning on fild1. (bugreport:4248)
-//============================================================
+//=========================================================================
-//============================================================
-// man_fild01 - Manuk Field
-//============================================================
+//== man_fild01 - Manuk Field ==============================
man_fild01,0,0,0,0 monster Nepenthes 1988,105,0,0,0
man_fild01,0,0,0,0 monster Hillthion 1989,10,0,0,0
man_fild01,0,0,0,0 monster Centipede Larva 1999,30,0,0,0
man_fild01,0,0,0,0 monster Centipede 1987,2,0,0,0
-//============================================================
-// man_fild02 - Manuk Field
-//============================================================
+//== man_fild02 - Manuk Field ==============================
man_fild02,0,0,0,0 monster Bradium Golem 2024,50,0,0,0
man_fild02,0,0,0,0 monster Centipede 1987,35,0,0,0
man_fild02,0,0,0,0 monster Tatacho 1986,25,0,0,0
-//============================================================
-// man_fild03 - Manuk Field
-//============================================================
+//== man_fild03 - Manuk Field ==============================
man_fild03,0,0,0,0 monster Hillthion 1989,25,0,0,0
man_fild03,0,0,0,0 monster Tatacho 1986,25,0,0,0
man_fild03,0,0,0,0 monster Centipede 1987,25,0,0,0
diff --git a/npc/pre-re/mobs/fields/mjolnir.txt b/npc/pre-re/mobs/fields/mjolnir.txt
index 377536fa6..f98aa1f7d 100644
--- a/npc/pre-re/mobs/fields/mjolnir.txt
+++ b/npc/pre-re/mobs/fields/mjolnir.txt
@@ -1,16 +1,39 @@
-//===== Hercules Script ======================================
-//= Mt. Mjolnir Fields 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/>.
+//=========================================================================
+//= Mt. Mjolnir Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster spawns for Mt. Mjolnir Fields
+//================= Current Version =======================================
//= 1.2
-//===== Additional Comments: =================================
-//= 1.2 Official kRO 10.1 spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// mjolnir_01 - Mt.Mjolnir
-//==================================================
+//== mjolnir_01 - Mt.Mjolnir ===============================
mjolnir_01,0,0,0,0 monster Horn 1128,20,0,0,0
mjolnir_01,0,0,0,0 monster Creamy 1018,20,0,0,0
mjolnir_01,0,0,0,0 monster Coco 1104,70,0,0,0
@@ -22,9 +45,7 @@ mjolnir_01,75,85,25,25 monster Green Plant 1080,5,180000,90000,1
mjolnir_01,78,219,25,25 monster Green Plant 1080,5,180000,90000,1
mjolnir_01,311,271,25,25 monster Blue Plant 1079,5,360000,180000,1
-//==================================================
-// mjolnir_02 - Mt.Mjolnir
-//==================================================
+//== mjolnir_02 - Mt.Mjolnir ===============================
mjolnir_02,0,0,0,0 monster Hornet 1004,30,0,0,0
mjolnir_02,0,0,0,0 monster Creamy 1018,20,0,0,0
mjolnir_02,0,0,0,0 monster Petite 1155,50,0,0,0
@@ -65,9 +86,7 @@ mjolnir_02,273,240,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_02,289,276,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_02,188,192,10,10 monster Blue Plant 1079,2,360000,180000,1
-//==================================================
-// mjolnir_03 - Mt.Mjolnir
-//==================================================
+//== mjolnir_03 - Mt.Mjolnir ===============================
mjolnir_03,0,0,0,0 monster Mantis 1139,30,0,0,0
mjolnir_03,0,0,0,0 monster Creamy 1018,10,0,0,0
mjolnir_03,0,0,0,0 monster Petite 1156,70,0,0,0
@@ -90,9 +109,7 @@ mjolnir_03,77,271,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_03,66,219,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_03,91,161,0,0 monster Green Plant 1080,1,180000,90000,1
-//==================================================
-// mjolnir_04 - Mt.Mjolnir
-//==================================================
+//== mjolnir_04 - Mt.Mjolnir ===============================
mjolnir_04,0,0,0,0 monster Mantis 1139,20,0,0,0
mjolnir_04,0,0,0,0 monster Hornet 1004,70,0,0,0
mjolnir_04,0,0,0,0 monster Poporing 1031,10,0,0,0
@@ -118,9 +135,7 @@ mjolnir_04,332,122,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_04,269,39,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_04,205,33,0,0 monster Green Plant 1080,1,180000,90000,1
-//==================================================
-// mjolnir_05 - Mt.Mjolnir
-//==================================================
+//== mjolnir_05 - Mt.Mjolnir ===============================
mjolnir_05,0,0,0,0 monster Mantis 1139,40,0,0,0
mjolnir_05,0,0,0,0 monster Poporing 1031,10,0,0,0
mjolnir_05,0,0,0,0 monster Flora 1118,20,0,0,0
@@ -132,9 +147,7 @@ mjolnir_05,134,103,20,20 monster Blue Plant 1079,3,360000,180000,1
mjolnir_05,261,100,20,10 monster Blue Plant 1079,3,360000,180000,1
mjolnir_05,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
-//==================================================
-// mjolnir_06 - Mt.Mjolnir
-//==================================================
+//== mjolnir_06 - Mt.Mjolnir ===============================
mjolnir_06,0,0,0,0 monster Stainer 1174,70,0,0,0
mjolnir_06,0,0,0,0 monster Horn 1128,20,0,0,0
mjolnir_06,0,0,0,0 monster Coco 1104,20,0,0,0
@@ -151,9 +164,7 @@ mjolnir_06,73,339,0,0 monster Red Mushroom 1085,1,180000,90000,1
mjolnir_06,69,225,0,0 monster Red Mushroom 1085,1,180000,90000,1
mjolnir_06,55,276,0,0 monster Red Mushroom 1085,1,180000,90000,1
-//==================================================
-// mjolnir_07 - Mt.Mjolnir
-//==================================================
+//== mjolnir_07 - Mt.Mjolnir ===============================
mjolnir_07,0,0,0,0 monster Poison Spore 1077,60,0,0,0
mjolnir_07,0,0,0,0 monster Ambernite 1094,30,0,0,0
mjolnir_07,0,0,0,0 monster Coco 1104,20,0,0,0
@@ -171,9 +182,7 @@ mjolnir_07,140,179,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_07,97,210,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_07,249,214,0,0 monster Blue Plant 1079,2,360000,180000,1
-//==================================================
-// mjolnir_08 - Mt.Mjolnir
-//==================================================
+//== mjolnir_08 - Mt.Mjolnir ===============================
mjolnir_08,0,0,0,0 monster Mantis 1139,60,0,0,0
mjolnir_08,0,0,0,0 monster Argiope 1099,30,0,0,0
mjolnir_08,0,0,0,0 monster Argos 1100,20,0,0,0
@@ -187,9 +196,7 @@ mjolnir_08,207,232,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_08,180,282,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_08,149,328,0,0 monster Green Plant 1080,1,180000,90000,1
-//==================================================
-// mjolnir_09 - Mt.Mjolnir
-//==================================================
+//== mjolnir_09 - Mt.Mjolnir ===============================
mjolnir_09,0,0,0,0 monster Coco 1104,10,0,0,0
mjolnir_09,0,0,0,0 monster Stainer 1174,20,0,0,0
mjolnir_09,0,0,0,0 monster Horn 1128,70,0,0,0
@@ -207,9 +214,7 @@ mjolnir_09,120,126,0,0 monster Red Mushroom 1085,1,180000,90000,1
mjolnir_09,139,84,0,0 monster Red Mushroom 1085,1,180000,90000,1
mjolnir_09,125,82,0,0 monster Red Mushroom 1085,1,180000,90000,1
-//==================================================
-// mjolnir_10 - Mt.Mjolnir
-//==================================================
+//== mjolnir_10 - Mt.Mjolnir ===============================
mjolnir_10,0,0,0,0 monster Mantis 1139,20,0,0,0
mjolnir_10,0,0,0,0 monster Flora 1118,30,0,0,0
mjolnir_10,0,0,0,0 monster Argos 1100,60,0,0,0
@@ -218,9 +223,7 @@ mjolnir_10,0,0,0,0 monster Petite 1155,10,0,0,0
mjolnir_10,123,331,10,10 monster Shining Plant 1083,1,1800000,900000,1
mjolnir_10,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
-//==================================================
-// mjolnir_11 - Mt.Mjolnir
-//==================================================
+//== mjolnir_11 - Mt.Mjolnir ===============================
mjolnir_11,0,0,0,0 monster Argiope 1099,10,0,0,0
mjolnir_11,0,0,0,0 monster Mandragora 1020,50,0,0,0
mjolnir_11,0,0,0,0 monster Flora 1118,60,0,0,0
@@ -240,9 +243,7 @@ mjolnir_11,332,327,0,0 monster Blue Plant 1079,1,360000,180000,1
mjolnir_11,282,300,0,0 monster Green Plant 1080,1,180000,90000,1
mjolnir_11,295,271,0,0 monster Green Plant 1080,1,180000,90000,1
-//==================================================
-// mjolnir_12 - Mt.Mjolnir
-//==================================================
+//== mjolnir_12 - Mt.Mjolnir ===============================
mjolnir_12,0,0,0,0 monster Stem Worm 1215,20,0,0,0
mjolnir_12,0,0,0,0 monster Dustiness 1114,50,0,0,0
mjolnir_12,0,0,0,0 monster Thief Bug Female 1053,20,0,0,0
diff --git a/npc/pre-re/mobs/fields/morocc.txt b/npc/pre-re/mobs/fields/morocc.txt
index 8fb354ce5..317e28f77 100644
--- a/npc/pre-re/mobs/fields/morocc.txt
+++ b/npc/pre-re/mobs/fields/morocc.txt
@@ -1,23 +1,41 @@
-//===== Hercules Script ======================================
-//= Morocc Fields 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/>.
+//=========================================================================
+//= Morroc Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Morroc Fields
+//================= Current Version =======================================
//= 1.7
-//===== Additional Comments: =================================
-//= 1.1 Official kRO 10.1 spawns [Playtester]
-//= 1.2 More accurate spawns [Playtester]
-//= 1.3 Added Morroc field 20, 21, and 22 spawns, as [L0ne_W0lf]
-//= 1.4 Updated spawns to reflect episode 12.1. [L0ne_W0lf]
-//= 1.5 Fixed Pheeroni spawn location. [Kisuka]
-//= 1.6 Added Satan MOrroc static spawn. [L0ne_W0lf]
-//= Added 30s spawn time for all Morroc Shadows.
-//= 1.7 Corrected MVP spawn variance. [L0ne_W0lf]
-//============================================================
+//=========================================================================
-//==================================================
-// moc_fild01 - Sograt Desert
-//==================================================
+//== moc_fild01 - Sograt Desert ============================
moc_fild01,0,0,0,0 monster Baby Desert Wolf 1107,70,0,0,0
moc_fild01,0,0,0,0 monster Ant Egg 1097,20,0,0,0
moc_fild01,0,0,0,0 monster Peco Peco Egg 1047,20,0,0,0
@@ -26,9 +44,7 @@ moc_fild01,0,0,0,0 monster Drops 1113,30,0,0,0
moc_fild01,0,0,0,0 monster Poring 1002,10,0,0,0
moc_fild01,194,51,10,10 monster Yellow Plant 1081,10,900000,450000,1
-//==================================================
-// moc_fild02 - Sograt Desert
-//==================================================
+//== moc_fild02 - Sograt Desert ============================
moc_fild02,0,0,0,0 monster Peco Peco 1019,70,0,0,0
moc_fild02,0,0,0,0 monster Ant Egg 1097,10,0,0,0
moc_fild02,0,0,0,0 monster Peco Peco Egg 1047,40,0,0,0
@@ -49,9 +65,7 @@ moc_fild02,299,61,0,0 monster Green Plant 1080,1,180000,90000,1
moc_fild02,353,103,0,0 monster Green Plant 1080,1,180000,90000,1
moc_fild02,337,35,0,0 monster Green Plant 1080,1,180000,90000,1
-//==================================================
-// moc_fild03 - Sograt Desert
-//==================================================
+//== moc_fild03 - Sograt Desert ============================
moc_fild03,0,0,0,0 monster Elder Willow 1033,70,0,0,0
moc_fild03,0,0,0,0 monster Greatest General 1277,30,0,0,0
moc_fild03,0,0,0,0 monster Poporing 1031,20,0,0,0
@@ -66,9 +80,7 @@ moc_fild03,261,161,5,5 monster Green Plant 1080,2,180000,90000,1
moc_fild03,213,201,5,5 monster Green Plant 1080,2,180000,90000,1
moc_fild03,200,263,5,5 monster Green Plant 1080,2,180000,90000,1
-//==================================================
-// moc_fild04 - Sograt Desert
-//==================================================
+//== moc_fild04 - Sograt Desert ============================
//moc_fild04,0,0,0,0 monster Desert Wolf 1106,20,0,0,0
//moc_fild04,0,0,0,0 monster Scorpion 1001,30,0,0,0
//moc_fild04,0,0,0,0 monster Metaller 1058,20,0,0,0
@@ -79,18 +91,14 @@ moc_fild03,200,263,5,5 monster Green Plant 1080,2,180000,90000,1
//moc_fild04,0,0,0,0 monster Piere 1160,20,0,0,0
//moc_fild04,313,84,10,10 monster Yellow Plant 1081,10,900000,450000,1
-//==================================================
-// moc_fild05 - Sograt Desert
-//==================================================
+//== moc_fild05 - Sograt Desert ============================
//moc_fild05,0,0,0,0 monster Magnolia 1138,30,0,0,0
//moc_fild05,0,0,0,0 monster Metaller 1058,20,0,0,0
//moc_fild05,0,0,0,0 monster Golem 1040,70,0,0,0
//moc_fild05,0,0,0,0 monster Ant Egg 1097,10,0,0,0
//moc_fild05,208,233,10,10 monster Yellow Plant 1081,5,360000,180000,1
-//==================================================
-// moc_fild06 - Sograt Desert
-//==================================================
+//== moc_fild06 - Sograt Desert ============================
//moc_fild06,0,0,0,0 monster Peco Peco 1019,85,0,0,0
//moc_fild06,0,0,0,0 monster Muka 1055,30,0,0,0
//moc_fild06,0,0,0,0 monster Condor 1009,50,0,0,0
@@ -98,18 +106,14 @@ moc_fild03,200,263,5,5 monster Green Plant 1080,2,180000,90000,1
//moc_fild06,0,0,0,0 monster Ant Egg 1097,10,0,0,0
//moc_fild06,193,203,10,10 monster Yellow Plant 1081,10,900000,450000,1
-//==================================================
-// moc_fild07 - Sograt Desert
-//==================================================
+//== moc_fild07 - Sograt Desert ============================
moc_fild07,0,0,0,0 monster Drops 1113,70,0,0,0
moc_fild07,0,0,0,0 monster Peco Peco Egg 1047,50,0,0,0
moc_fild07,0,0,0,0 monster Picky 1050,30,0,0,0
moc_fild07,0,0,0,0 monster Picky 1049,30,0,0,0
moc_fild07,162,333,12,12 monster Yellow Plant 1081,5,360000,180000,1
-//==================================================
-// moc_fild08 - Sograt Desert
-//==================================================
+//== moc_fild08 - Sograt Desert ============================
//moc_fild08,0,0,0,0 monster Magnolia 1138,30,0,0,0
//moc_fild08,0,0,0,0 monster Scorpion 1001,80,0,0,0
//moc_fild08,0,0,0,0 monster Desert Wolf 1106,30,0,0,0
@@ -117,9 +121,7 @@ moc_fild07,162,333,12,12 monster Yellow Plant 1081,5,360000,180000,1
//moc_fild08,0,0,0,0 monster Baby Desert Wolf 1107,10,0,0,0
//moc_fild08,0,0,0,0 monster Drops 1113,10,0,0,0
-//==================================================
-// moc_fild09 - Sograt Desert
-//==================================================
+//== moc_fild09 - Sograt Desert ============================
//moc_fild09,0,0,0,0 monster Desert Wolf 1106,10,0,0,0
//moc_fild09,0,0,0,0 monster Metaller 1058,70,0,0,0
//moc_fild09,0,0,0,0 monster Magnolia 1138,50,0,0,0
@@ -135,9 +137,7 @@ moc_fild07,162,333,12,12 monster Yellow Plant 1081,5,360000,180000,1
//moc_fild09,64,78,5,5 monster Yellow Plant 1081,2,180000,90000,1
//moc_fild09,54,325,5,5 monster Yellow Plant 1081,2,180000,90000,1
-//==================================================
-// moc_fild10 - Sograt Desert
-//==================================================
+//== moc_fild10 - Sograt Desert ============================
//moc_fild10,0,0,0,0 monster Drops 1113,30,0,0,0
//moc_fild10,0,0,0,0 monster Peco Peco Egg 1047,70,0,0,0
//moc_fild10,0,0,0,0 monster Picky 1049,50,0,0,0
@@ -147,9 +147,7 @@ moc_fild07,162,333,12,12 monster Yellow Plant 1081,5,360000,180000,1
//moc_fild10,198,150,40,30 monster Yellow Plant 1081,10,180000,90000,1
//moc_fild10,198,150,40,30 monster Green Plant 1080,5,180000,90000,1
-//==================================================
-// moc_fild11 - Sograt Desert
-//==================================================
+//== moc_fild11 - Sograt Desert ============================
moc_fild11,0,0,0,0 monster Hode 1127,10,0,0,0
moc_fild11,0,0,0,0 monster Golem 1040,70,0,0,0
moc_fild11,0,0,0,0 monster Andre 1095,10,0,0,0
@@ -160,18 +158,14 @@ moc_fild11,0,0,0,0 monster Magnolia 1138,20,0,0,0
moc_fild11,0,0,0,0 monster Muka 1055,20,0,0,0
moc_fild11,197,216,0,0 monster Shining Plant 1083,1,1800000,900000,1
-//==================================================
-// moc_fild12 - Sograt Desert
-//==================================================
+//== moc_fild12 - Sograt Desert ============================
moc_fild12,0,0,0,0 monster Picky 1050,50,0,0,0
moc_fild12,0,0,0,0 monster Picky 1049,50,0,0,0
moc_fild12,0,0,0,0 monster Peco Peco Egg 1047,35,0,0,0
moc_fild12,0,0,0,0 monster Drops 1113,35,0,0,0
moc_fild12,181,336,40,20 monster Yellow Plant 1081,10,180000,90000,1
-//==================================================
-// moc_fild13 - Sograt Desert
-//==================================================
+//== moc_fild13 - Sograt Desert ============================
moc_fild13,0,0,0,0 monster Desert Wolf 1106,30,0,0,0
moc_fild13,0,0,0,0 monster Anacondaq 1030,75,0,0,0
moc_fild13,0,0,0,0 monster Boa 1025,30,0,0,0
@@ -201,9 +195,7 @@ moc_fild13,101,185,5,5 monster Yellow Plant 1081,3,180000,90000,1
moc_fild13,106,258,5,5 monster Yellow Plant 1081,3,180000,90000,1
moc_fild13,161,273,5,5 monster Yellow Plant 1081,3,180000,90000,1
-//==================================================
-// moc_fild14 - Sograt Desert
-//==================================================
+//== moc_fild14 - Sograt Desert ============================
//moc_fild14,0,0,0,0 monster Desert Wolf 1106,80,0,0,0
//moc_fild14,0,0,0,0 monster Side Winder 1037,20,0,0,0
//moc_fild14,0,0,0,0 monster Baby Desert Wolf 1107,40,0,0,0
@@ -215,9 +207,7 @@ moc_fild13,161,273,5,5 monster Yellow Plant 1081,3,180000,90000,1
//moc_fild14,64,342,0,0 monster Yellow Plant 1081,1,180000,90000,1
//moc_fild14,160,366,0,0 monster Yellow Plant 1081,1,180000,90000,1
-//==================================================
-// moc_fild15 - Sograt Desert
-//==================================================
+//== moc_fild15 - Sograt Desert ============================
//moc_fild15,0,0,0,0 monster Hode 1127,30,0,0,0
//moc_fild15,0,0,0,0 monster Scorpion 1001,10,0,0,0
//moc_fild15,0,0,0,0 monster Desert Wolf 1106,10,0,0,0
@@ -238,9 +228,7 @@ moc_fild13,161,273,5,5 monster Yellow Plant 1081,3,180000,90000,1
//moc_fild15,232,126,0,0 monster Yellow Plant 1081,1,180000,90000,1
//moc_fild15,294,74,0,0 monster Yellow Plant 1081,1,180000,90000,1
-//==================================================
-// moc_fild16 - Sograt Desert
-//==================================================
+//== moc_fild16 - Sograt Desert ============================
moc_fild16,0,0,0,0 monster Sandman 1165,70,0,0,0
moc_fild16,0,0,0,0 monster Hode 1127,30,0,0,0
moc_fild16,0,0,0,0 monster Magnolia 1138,25,0,0,0
@@ -248,9 +236,7 @@ moc_fild16,0,0,0,0 monster Andre 1095,10,0,0,0
moc_fild16,0,0,0,0 monster Deniro 1105,20,0,0,0
moc_fild16,0,0,0,0 monster Ant Egg 1097,10,0,0,0
-//==================================================
-// moc_fild17 - Sograt Desert
-//==================================================
+//== moc_fild17 - Sograt Desert ============================
moc_fild17,0,0,0,0 monster Hode 1127,100,0,0,0
moc_fild17,0,0,0,0 monster Steel Chonchon 1042,30,0,0,0
moc_fild17,0,0,0,0 monster Magnolia 1138,15,0,0,0
@@ -266,9 +252,7 @@ moc_fild17,335,191,0,0 monster Yellow Plant 1081,1,180000,90000,1
moc_fild17,347,224,0,0 monster Yellow Plant 1081,1,180000,90000,1
moc_fild17,359,258,0,0 monster Yellow Plant 1081,1,180000,90000,1
-//==================================================
-// moc_fild18 - Sograt Desert
-//==================================================
+//== moc_fild18 - Sograt Desert ============================
moc_fild18,0,0,0,0 monster Steel Chonchon 1042,70,0,0,0
moc_fild18,0,0,0,0 monster Chonchon 1011,40,0,0,0
moc_fild18,0,0,0,0 monster Muka 1055,80,0,0,0
@@ -285,9 +269,7 @@ moc_fild18,230,144,0,0 monster Yellow Plant 1081,1,180000,90000,1
moc_fild18,325,207,0,0 monster Yellow Plant 1081,1,180000,90000,1
moc_fild18,325,272,0,0 monster Yellow Plant 1081,1,180000,90000,1
-//==================================================
-// moc_fild20 - Dimensional Gorge
-//==================================================
+//== moc_fild20 - Dimensional Gorge ========================
moc_fild20,0,0,0,0 monster Ant Egg 1097,10,0,0,0
moc_fild20,0,0,0,0 monster Andre 1095,20,0,0,0
moc_fild20,0,0,0,0 monster Deniro 1105,20,0,0,0
@@ -302,9 +284,7 @@ moc_fild20,0,0,0,0 monster Morroc's Shadow 1919,1,30000,0,0
moc_fild20,0,0,0,0 monster Morroc's Shadow 1920,1,30000,0,0
moc_fild20,0,0,0,0 monster Morroc's Shadow 1921,1,30000,0,0
-//==================================================
-// moc_fild21 - Dimensional Gorge
-//==================================================
+//== moc_fild21 - Dimensional Gorge ========================
moc_fild21,0,0,0,0 monster Golem 1040,61,0,0,0
moc_fild21,0,0,0,0 monster Stalactic Golem 1278,46,0,0,0
moc_fild21,0,0,0,0 monster Lava Golem 1366,46,0,0,0
@@ -313,9 +293,7 @@ moc_fild21,0,0,0,0 monster Morroc's Shadow 1919,46,30000,0,0
moc_fild21,0,0,0,0 monster Morroc's Shadow 1920,46,30000,0,0
moc_fild21,0,0,0,0 monster Morroc's Shadow 1921,34,30000,0,0
-//==================================================
-// moc_fild22 - Dimensional Gorge
-//==================================================
+//== moc_fild22 - Dimensional Gorge ========================
moc_fild22,0,0,0,0 monster Morroc's Shadow 1918,60,30000,0,0
moc_fild22,0,0,0,0 monster Morroc's Shadow 1919,60,30000,0,0
moc_fild22,0,0,0,0 monster Morroc's Shadow 1920,60,30000,0,0
diff --git a/npc/pre-re/mobs/fields/moscovia.txt b/npc/pre-re/mobs/fields/moscovia.txt
index 9a1afeb95..a6dec7354 100644
--- a/npc/pre-re/mobs/fields/moscovia.txt
+++ b/npc/pre-re/mobs/fields/moscovia.txt
@@ -1,15 +1,39 @@
-//===== Hercules Script ======================================
-//= Moscovia Fields 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/>.
+//=========================================================================
+//= Moscovia Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Moscovia Fields
+//================= Current Version =======================================
//= 1.0
-//===== Additional Comments: =================================
-//= 1.0 Added spawns [Playtester]
+//=========================================================================
-//==================================================
-// mosk_fild02 - Moscovia Field
-//==================================================
+//== mosk_fild02 - Moscovia Field ==========================
mosk_fild02,0,0,0,0 monster Bigfoot 1060,40,0,0,0
mosk_fild02,0,0,0,0 monster Caramel 1103,20,0,0,0
mosk_fild02,0,0,0,0 monster Mantis 1139,30,0,0,0
diff --git a/npc/pre-re/mobs/fields/niflheim.txt b/npc/pre-re/mobs/fields/niflheim.txt
index 537157cda..f6998af62 100644
--- a/npc/pre-re/mobs/fields/niflheim.txt
+++ b/npc/pre-re/mobs/fields/niflheim.txt
@@ -1,21 +1,43 @@
-//===== Hercules Script ======================================
-//= Niflheim 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) DracoRPG
+//= Copyright (C) Lupus
+//= Copyright (C) shadow
+//= 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/>.
+//=========================================================================
+//= Niflheim Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Niflheim Fields and Town
+//================= Current Version =======================================
//= 1.6
-//===== Additional Comments: =================================
-//= 1.2 updated [shadow],
-//= 1.3 many changes and wrong LOD ID 5373 -> 1373 [Lupus]
-//= 1.4 removed yggdrasil from this file [DracoRPG]
-//= 1.4a Readded Lord of Death, why was it removed anyway? [MasterOfMuppets]
-//= 1.5 Implemented the town invasion. [MasterOfMuppets]
-//= 1.6 Official kRO 10.1 spawns [Playtester]
-//============================================================
-
-//==================================================
-// nif_fild01 - Skellington, a Solitary Village in Niflheim
-//==================================================
+//=========================================================================
+
+//== nif_fild01 - Skellington, a Solitary Village in Niflheim =
nif_fild01,0,0,0,0 monster Disguise 1506,20,0,0,0
nif_fild01,0,0,0,0 monster Disguise 1506,30,300000,120000,0
nif_fild01,227,253,20,20 monster Dullahan 1504,7,1800000,1200000,0
@@ -24,9 +46,7 @@ nif_fild01,0,0,0,0 monster Gibbet 1503,10,0,0,0
nif_fild01,0,0,0,0 monster Heirozoist 1510,10,0,0,0
nif_fild01,0,0,0,0 monster Quve 1508,30,0,0,0
-//==================================================
-// nif_fild02 - Valley of Gyoll
-//==================================================
+//== nif_fild02 - Valley of Gyoll ==========================
nif_fild02,366,236,15,15 monster Lude 1509,10,360000,150000,0
nif_fild02,356,139,10,10 monster Bloody Murderer 1507,1,1200000,600000,0
nif_fild02,144,232,10,10 monster Bloody Murderer 1507,1,1200000,600000,0
@@ -43,9 +63,7 @@ nif_fild02,0,0,0,0 monster Dullahan 1504,5,0,0,0
nif_fild02,0,0,0,0 monster Heirozoist 1510,6,0,0,0
nif_fild02,0,0,0,0 monster Gibbet 1503,10,0,0,0
-//==================================================
-// niflheim - Niflheim, Realm of the Dead
-//==================================================
+//== niflheim - Niflheim, Realm of the Dead ================
niflheim,0,0,0,0 monster Dullahan 1504,5,1800000,1200000,0
niflheim,0,0,0,0 monster Gibbet 1503,10,1200000,600000,0
niflheim,0,0,0,0 monster Heirozoist 1510,10,1200000,600000,0
@@ -62,7 +80,7 @@ OnInit:
OnTimer7980000:
stopnpctimer;
- switch(rand(6))
+ switch(rand(6))
{
case 0:
diff --git a/npc/pre-re/mobs/fields/payon.txt b/npc/pre-re/mobs/fields/payon.txt
index 95a5d3e9a..d8a490bcf 100644
--- a/npc/pre-re/mobs/fields/payon.txt
+++ b/npc/pre-re/mobs/fields/payon.txt
@@ -1,19 +1,40 @@
-//===== Hercules Script ======================================
-//= Payon Fields 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 Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Payon Fields
+//================= Current Version =======================================
//= 1.4
-//===== Additional Comments: =================================
-//= 1.1 Official kRO 10.1 spawns [Playtester]
-//= 1.2 Some 11.1 spawn changes [Playtester]
-//= 1.3 More accurate spawns [Playtester]
-//= 1.4 Corrected MVP spawn variance. [L0ne_W0lf]
-//============================================================
+//=========================================================================
-//==================================================
-// pay_fild01 - Payon Forest
-//==================================================
+//== pay_fild01 - Payon Forest =============================
pay_fild01,0,0,0,0 monster Willow 1010,10,0,0,0
pay_fild01,0,0,0,0 monster Poporing 1031,10,0,0,0
pay_fild01,0,0,0,0 monster Poring 1002,10,0,0,0
@@ -35,9 +56,7 @@ pay_fild01,64,190,0,0 monster Black Mushroom 1084,1,180000,90000,1
pay_fild01,70,246,0,0 monster Black Mushroom 1084,1,180000,90000,1
pay_fild01,0,0,0,0 monster Green Plant 1080,5,180000,90000,1
-//==================================================
-// pay_fild02 - Payon Forest
-//==================================================
+//== pay_fild02 - Payon Forest =============================
pay_fild02,0,0,0,0 monster Boa 1025,30,0,0,0
pay_fild02,0,0,0,0 monster Wolf 1013,70,0,0,0
pay_fild02,0,0,0,0 monster Spore 1014,10,0,0,0
@@ -45,9 +64,7 @@ pay_fild02,0,0,0,0 monster Poporing 1031,20,0,0,0
pay_fild02,105,256,10,10 monster Green Plant 1080,4,360000,180000,1
pay_fild02,105,256,10,10 monster Red Mushroom 1085,4,360000,180000,1
-//==================================================
-// pay_fild03 - Payon Forest
-//==================================================
+//== pay_fild03 - Payon Forest =============================
pay_fild03,0,0,0,0 monster Poring 1002,30,0,0,0
pay_fild03,0,0,0,0 monster Willow 1010,30,0,0,0
pay_fild03,0,0,0,0 monster Pupa 1008,50,0,0,0
@@ -55,9 +72,7 @@ pay_fild03,0,0,0,0 monster Lunatic 1063,50,0,0,0
pay_fild03,153,216,10,10 monster Red Mushroom 1085,6,900000,450000,1
pay_fild03,372,64,15,15 monster Green Plant 1080,4,180000,90000,1
-//==================================================
-// pay_fild04 - Sograt Desert
-//==================================================
+//== pay_fild04 - Sograt Desert ============================
pay_fild04,0,0,0,0 monster Poring 1002,40,0,0,0
pay_fild04,0,0,0,0 monster Drops 1113,40,0,0,0
pay_fild04,0,0,0,0 monster Poporing 1031,40,0,0,0
@@ -69,18 +84,14 @@ pay_fild04,0,0,0,0 monster Deviling 1582,1,7200000,3600000,1
pay_fild04,346,335,5,5 monster Shining Plant 1083,1,1800000,900000,1
pay_fild04,254,193,10,10 monster Green Plant 1080,5,360000,180000,1
-//==================================================
-// pay_fild05 - Payon Forest
-//==================================================
+//== pay_fild05 - Payon Forest =============================
pay_fild05,0,0,0,0 monster Dragon Tail 1321,5,0,0,0
pay_fild05,0,0,0,0 monster Poporing 1031,20,0,0,0
pay_fild05,0,0,0,0 monster Poison Spore 1077,65,0,0,0
pay_fild05,95,147,5,5 monster Green Plant 1080,4,900000,450000,1
pay_fild05,86,90,5,5 monster Green Plant 1080,4,900000,450000,1
-//==================================================
-// pay_fild06 - Payon Forest
-//==================================================
+//== pay_fild06 - Payon Forest =============================
pay_fild06,0,0,0,0 monster Wormtail 1024,90,0,0,0
pay_fild06,0,0,0,0 monster Spore 1014,20,0,0,0
pay_fild06,0,0,0,0 monster Poporing 1031,20,0,0,0
@@ -89,9 +100,7 @@ pay_fild06,211,191,2,10 monster Red Mushroom 1085,8,180000,90000,1
pay_fild06,268,155,20,20 monster Green Plant 1080,10,360000,180000,1
pay_fild06,268,155,20,20 monster Shining Plant 1083,1,1800000,900000,1
-//==================================================
-// pay_fild07 - Payon Forest
-//==================================================
+//== pay_fild07 - Payon Forest =============================
pay_fild07,0,0,0,0 monster Elder Willow 1033,70,0,0,0
pay_fild07,0,0,0,0 monster Eggyra 1116,40,0,0,0
pay_fild07,0,0,0,0 monster Poporing 1031,20,0,0,0
@@ -99,9 +108,7 @@ pay_fild07,0,0,0,0 monster Willow 1010,20,0,0,0
pay_fild07,0,0,0,0 monster Bigfoot 1060,30,0,0,0
pay_fild07,171,331,20,20 monster Green Plant 1080,8,900000,450000,1
-//==================================================
-// pay_fild08 - Payon Forest
-//==================================================
+//== pay_fild08 - Payon Forest =============================
pay_fild08,0,0,0,0 monster Poring 1002,30,0,0,0
pay_fild08,0,0,0,0 monster Willow 1010,50,0,0,0
pay_fild08,0,0,0,0 monster Pupa 1008,20,0,0,0
@@ -109,18 +116,14 @@ pay_fild08,0,0,0,0 monster Spore 1014,70,0,0,0
pay_fild08,0,0,0,0 monster Green Plant 1080,10,60000,30000,1
pay_fild08,143,156,40,40 monster Shining Plant 1083,1,3600000,1800000,1
-//==================================================
-// pay_fild09 - Payon Forest
-//==================================================
+//== pay_fild09 - Payon Forest =============================
pay_fild09,0,0,0,0 monster Poporing 1031,20,0,0,0
pay_fild09,0,0,0,0 monster Smokie 1056,80,0,0,0
pay_fild09,0,0,0,0 monster Bigfoot 1060,70,0,0,0
pay_fild09,198,217,30,30 monster Green Plant 1080,10,360000,180000,0
pay_fild09,198,217,30,30 monster Shining Plant 1083,1,1800000,900000,1
-//==================================================
-// pay_fild10 - Payon Forest
-//==================================================
+//== pay_fild10 - Payon Forest =============================
pay_fild10,0,0,0,0 monster Greatest General 1277,65,0,0,0
pay_fild10,0,0,0,0 monster Dokebi 1110,70,0,0,0
pay_fild10,0,0,0,0 monster Poison Spore 1077,20,0,0,0
@@ -134,9 +137,7 @@ pay_fild10,213,157,10,10 monster Blue Plant 1079,1,360000,180000,1
pay_fild10,281,307,10,10 monster Blue Plant 1079,1,360000,180000,1
pay_fild10,66,332,10,10 monster Blue Plant 1079,1,360000,180000,1
-//==================================================
-// pay_fild11 - Payon Forest
-//==================================================
+//== pay_fild11 - Payon Forest =============================
pay_fild11,0,0,0,0 monster Greatest General 1277,30,0,0,0
pay_fild11,0,0,0,0 monster Nine Tail 1180,60,180000,0,0
pay_fild11,0,0,0,0 monster Dragon Tail 1321,50,180000,0,0
diff --git a/npc/pre-re/mobs/fields/prontera.txt b/npc/pre-re/mobs/fields/prontera.txt
index 62758c125..28b8c30e7 100644
--- a/npc/pre-re/mobs/fields/prontera.txt
+++ b/npc/pre-re/mobs/fields/prontera.txt
@@ -1,18 +1,40 @@
-//===== Hercules Script ======================================
-//= Prontera Fields 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/>.
+//=========================================================================
+//= Prontera Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Prontera Fields
+//================= Current Version =======================================
//= 1.4
-//===== Additional Comments: =================================
-//= 1.2 fixed some map name typos [Lupus]
-//= 1.3 Official kRO 10.1 spawns [Playtester]
-//= 1.4 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// prt_fild00 - Prontera Field
-//==================================================
+//== prt_fild00 - Prontera Field ===========================
prt_fild00,0,0,0,0 monster Creamy 1018,10,0,0,0
prt_fild00,0,0,0,0 monster Fabre 1007,20,0,0,0
prt_fild00,0,0,0,0 monster Pupa 1008,30,0,0,0
@@ -22,9 +44,7 @@ prt_fild00,0,0,0,0 monster Hornet 1004,70,0,0,0
prt_fild00,227,212,0,0 monster Shining Plant 1083,1,1800000,900000,1
prt_fild00,285,138,10,10 monster Green Plant 1080,5,360000,180000,1
-//==================================================
-// prt_fild01 - Prontera Field
-//==================================================
+//== prt_fild01 - Prontera Field ===========================
prt_fild01,0,0,0,0 monster Thief Bug 1051,30,0,0,0
prt_fild01,0,0,0,0 monster Fabre 1007,20,0,0,0
prt_fild01,0,0,0,0 monster Pupa 1008,10,0,0,0
@@ -33,9 +53,7 @@ prt_fild01,0,0,0,0 monster Poring 1002,30,0,0,0
prt_fild01,199,266,3,3 monster Green Plant 1080,3,360000,180000,1
prt_fild01,199,266,3,3 monster Blue Plant 1079,1,900000,450000,1
-//==================================================
-// prt_fild02 - Prontera Field
-//==================================================
+//== prt_fild02 - Prontera Field ===========================
prt_fild02,0,0,0,0 monster Mandragora 1020,70,0,0,0
prt_fild02,0,0,0,0 monster Fabre 1007,50,0,0,0
prt_fild02,0,0,0,0 monster Pupa 1008,20,0,0,0
@@ -45,9 +63,7 @@ prt_fild02,0,0,0,0 monster Eclipse 1093,1,1800000,1200000,0
prt_fild02,339,309,3,3 monster Shining Plant 1083,1,1800000,900000,1
prt_fild02,0,0,0,0 monster Shining Plant 1083,2,1800000,900000,1
-//==================================================
-// prt_fild03 - Prontera Field
-//==================================================
+//== prt_fild03 - Prontera Field ===========================
prt_fild03,0,0,0,0 monster Yoyo 1057,80,0,0,0
prt_fild03,0,0,0,0 monster Smokie 1056,40,0,0,0
prt_fild03,0,0,0,0 monster Choco 1214,1,0,0,0
@@ -58,9 +74,7 @@ prt_fild03,307,75,5,5 monster Green Plant 1080,5,360000,180000,1
prt_fild03,0,0,0,0 monster Green Plant 1080,5,360000,180000,1
prt_fild03,148,107,5,5 monster Green Plant 1080,5,360000,180000,1
-//==================================================
-// prt_fild04 - Prontera Field
-//==================================================
+//== prt_fild04 - Prontera Field ===========================
prt_fild04,0,0,0,0 monster Rocker 1052,70,0,0,0
prt_fild04,0,0,0,0 monster Creamy 1018,40,0,0,0
prt_fild04,0,0,0,0 monster Pupa 1008,10,0,0,0
@@ -68,9 +82,7 @@ prt_fild04,0,0,0,0 monster Poring 1002,30,0,0,0
prt_fild04,0,0,0,0 monster Vocal 1088,1,1800000,1200000,0
prt_fild04,350,114,10,10 monster Green Plant 1080,5,900000,450000,1
-//==================================================
-// prt_fild05 - Prontera Field
-//==================================================
+//== prt_fild05 - Prontera Field ===========================
prt_fild05,0,0,0,0 monster Poring 1002,70,0,0,0
prt_fild05,0,0,0,0 monster Thief Bug Egg 1048,20,0,0,0
prt_fild05,0,0,0,0 monster Lunatic 1063,30,0,0,0
@@ -79,9 +91,7 @@ prt_fild05,0,0,0,0 monster Thief Bug 1051,10,0,0,0
prt_fild05,208,37,10,10 monster Green Plant 1080,6,900000,450000,1
prt_fild05,208,37,10,10 monster Blue Plant 1079,1,900000,450000,1
-//==================================================
-// prt_fild06 - Prontera Field
-//==================================================
+//== prt_fild06 - Prontera Field ===========================
prt_fild06,0,0,0,0 monster Lunatic 1063,60,0,0,0
prt_fild06,0,0,0,0 monster Thief Bug Egg 1048,20,0,0,0
prt_fild06,0,0,0,0 monster Thief Bug 1051,10,0,0,0
@@ -89,25 +99,19 @@ prt_fild06,0,0,0,0 monster Pupa 1008,20,0,0,0
prt_fild06,0,0,0,0 monster Poring 1002,60,0,0,0
prt_fild06,222,30,40,10 monster Green Plant 1080,15,900000,450000,1
-//==================================================
-// prt_fild07 - Prontera Field
-//==================================================
+//== prt_fild07 - Prontera Field ===========================
prt_fild07,0,0,0,0 monster Rocker 1052,80,0,0,0
prt_fild07,0,0,0,0 monster Poporing 1031,30,0,0,0
prt_fild07,0,0,0,0 monster Vocal 1088,1,1800000,1200000,0
prt_fild07,225,110,5,5 monster Black Mushroom 1084,3,360000,180000,1
-//==================================================
-// prt_fild08 - Prontera Field
-//==================================================
+//== prt_fild08 - Prontera Field ===========================
prt_fild08,0,0,0,0 monster Lunatic 1063,40,0,0,0
prt_fild08,0,0,0,0 monster Pupa 1008,20,0,0,0
prt_fild08,0,0,0,0 monster Poring 1002,70,0,0,0
prt_fild08,0,0,0,0 monster Drops 1113,10,0,0,0
-//==================================================
-// prt_fild09 - Prontera Field
-//==================================================
+//== prt_fild09 - Prontera Field ===========================
prt_fild09,0,0,0,0 monster Savage Babe 1167,70,0,0,0
prt_fild09,0,0,0,0 monster Baby Desert Wolf 1107,20,0,0,0
prt_fild09,0,0,0,0 monster Peco Peco Egg 1047,20,0,0,0
@@ -115,9 +119,7 @@ prt_fild09,0,0,0,0 monster Picky 1049,20,0,0,0
prt_fild09,0,0,0,0 monster Condor 1009,10,0,0,0
prt_fild09,237,115,5,5 monster Yellow Plant 1081,3,360000,180000,1
-//==================================================
-// prt_fild10 - Prontera Field
-//==================================================
+//== prt_fild10 - Prontera Field ===========================
prt_fild10,0,0,0,0 monster Savage 1166,70,0,0,0
prt_fild10,0,0,0,0 monster Savage Babe 1167,40,0,0,0
prt_fild10,0,0,0,0 monster Poporing 1031,20,0,0,0
@@ -125,9 +127,7 @@ prt_fild10,0,0,0,0 monster Thief Bug 1051,10,0,0,0
prt_fild10,99,114,20,5 monster Red Mushroom 1085,15,360000,180000,1
prt_fild10,155,179,10,10 monster Shining Plant 1083,1,1800000,900000,1
-//==================================================
-// prt_fild11 - Prontera Field
-//==================================================
+//== prt_fild11 - Prontera Field ===========================
prt_fild11,0,0,0,0 monster Goblin 1122,10,0,0,0
prt_fild11,0,0,0,0 monster Goblin 1123,20,0,0,0
prt_fild11,0,0,0,0 monster Goblin 1124,20,0,0,0
diff --git a/npc/pre-re/mobs/fields/rachel.txt b/npc/pre-re/mobs/fields/rachel.txt
index b9114802f..7c2e58494 100644
--- a/npc/pre-re/mobs/fields/rachel.txt
+++ b/npc/pre-re/mobs/fields/rachel.txt
@@ -1,115 +1,113 @@
-//===== Hercules Script ======================================
-//= Rachel Fields 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) Sepheus
+//= 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 Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Rachel Fields
+//================= Current Version =======================================
//= 1.3
-//===== Additional Comments: =================================
-//= 1.0 Created this [Sepheus]
-//= 1.1 Updated [Playtester]
-//= 1.2 More accurate spawns [Playtester]
-//= 1.3 Corrected MVP spawn variance. [L0ne_W0lf]
-//============================================================
+//=========================================================================
-//==================================================
-// ra_fild01 - Rachel Field
-//==================================================
+//== ra_fild01 - Audhumbla Grassland =======================
ra_fild01,0,0,0,0 monster Muscipular 1780,60,0,0,1
ra_fild01,173,170,106,80 monster Geographer 1368,30,300000,120000,1
ra_fild01,0,0,0,0 monster Drosera 1781,20,0,0,1
ra_fild01,0,0,0,0 monster Galion 1783,5,0,0,0
ra_fild01,0,0,0,0 monster Gryphon 1259,3,3600000,0,1
-//==================================================
-// ra_fild02 - Rachel Field
-//==================================================
+//== ra_fild02 - Rachel Field ==============================
ra_fild02,0,0,0,0 monster Muscipular 1780,60,0,0,0
ra_fild02,0,0,0,0 monster Drosera 1781,20,0,0,0
ra_fild02,0,0,0,0 monster Galion 1783,15,0,0,0
ra_fild02,0,0,0,0 boss_monster Atroce 1785,1,14400000,600000,1
-//==================================================
-// ra_fild03 - Rachel Field
-//==================================================
+//== ra_fild03 - The Plain of Ida ==========================
ra_fild03,0,0,0,0 monster Galion 1783,35,0,0,0
ra_fild03,0,0,0,0 monster Drosera 1781,10,0,0,1
ra_fild03,0,0,0,0 monster Roween 1782,10,0,0,0
ra_fild03,0,0,0,0 monster Stapo 1784,10,0,0,0
ra_fild03,0,0,0,0 boss_monster Atroce 1785,1,10800000,600000,1
-//==================================================
-// ra_fild04 - Rachel Field
-//==================================================
+//== ra_fild04 - Audhumbla Grassland =======================
ra_fild04,0,0,0,0 monster Roween 1782,60,0,0,0
ra_fild04,0,0,0,0 monster Stapo 1784,20,0,0,0
ra_fild04,0,0,0,0 monster Wild Rose 1261,10,0,0,0
ra_fild04,0,0,0,0 monster Galion 1783,3,0,0,0
ra_fild04,0,0,0,0 boss_monster Atroce 1785,1,18000000,600000,1
-//==================================================
-// ra_fild05 - Rachel Field
-//==================================================
+//== ra_fild05 - Audhumbla Grassland =======================
ra_fild05,0,0,0,0 monster Hill Wind 1680,70,0,0,0
ra_fild05,0,0,0,0 monster Drosera 1781,20,0,0,0
ra_fild05,170,200,106,115 monster Geographer 1368,10,0,0,1
-//==================================================
-// ra_fild06 - Rachel Field
-//==================================================
+//== ra_fild06 - Portus Luna ===============================
ra_fild06,0,0,0,0 monster Hill Wind 1680,50,0,0,0
ra_fild06,0,0,0,0 monster Anopheles 1627,20,0,0,0
ra_fild06,0,0,0,0 monster Drosera 1781,10,0,0,1
-//==================================================
-// ra_fild07 - Rachel Field
-//==================================================
+//== ra_fild07 - Rachel Field ==============================
ra_fild07,0,0,0,0 monster Roween 1782,50,0,0,0
ra_fild07,0,0,0,0 monster Galion 1783,20,0,0,0
ra_fild07,0,0,0,0 monster Stapo 1784,10,0,0,1
-//==================================================
-// ra_fild08 - Rachel Field
-//==================================================
+//== ra_fild08 - The Plain of Ida ==========================
ra_fild08,0,0,0,0 monster Stapo 1784,100,0,0,1
ra_fild08,0,0,0,0 monster Drops 1113,40,0,0,0
ra_fild08,0,0,0,0 monster Drosera 1781,20,0,0,1
-//==================================================
-// ra_fild09 - Rachel Field
-//==================================================
+//== ra_fild09 - Rachel Field ==============================
ra_fild09,0,0,0,0 monster Drosera 1781,60,0,0,1
ra_fild09,0,0,0,0 monster Metaling 1613,20,0,0,0
ra_fild09,0,0,0,0 monster Hill Wind 1680,10,0,0,0
ra_fild09,0,0,0,0 monster Harpy 1376,1,3600000,0,0
-//==================================================
-// ra_fild10 - Rachel Field
-//==================================================
+//== ra_fild10 - Rachel Field ==============================
ra_fild10,0,0,0,0 monster Stapo 1784,30,0,0,1
ra_fild10,0,0,0,0 monster Galion 1783,20,0,0,0
ra_fild10,0,0,0,0 monster Roween 1782,10,0,0,0
-//==================================================
-// ra_fild11 - Rachel Field
-//==================================================
+//== ra_fild11 - Rachel Field ==============================
ra_fild11,0,0,0,0 monster Drops 1113,100,0,0,1
ra_fild11,0,0,0,0 monster Stapo 1784,40,0,0,0
ra_fild11,0,0,0,0 monster Roween 1782,2,0,0,0
ra_fild11,0,0,0,0 monster Yellow Plant 1081,15,0,0,1
ra_fild11,0,0,0,0 monster Red Plant 1078,5,0,0,1
-//==================================================
-// ra_fild12 - Rachel Field
-//==================================================
+//== ra_fild12 - The Plain of Ida ==========================
ra_fild12,0,0,0,0 monster Drops 1113,100,0,0,0
ra_fild12,0,0,0,0 monster Stapo 1784,40,0,0,1
ra_fild12,0,0,0,0 monster Poporing 1031,5,0,0,0
ra_fild12,0,0,0,0 monster Yellow Plant 1081,15,0,0,1
ra_fild12,0,0,0,0 monster Red Plant 1078,5,0,0,1
-//==================================================
-// ra_fild13 - Rachel Field
-//==================================================
+//== ra_fild13 - Rachel Field ==============================
ra_fild13,0,0,0,0 monster Stapo 1784,60,0,0,1
ra_fild13,0,0,0,0 monster Drops 1113,40,0,0,0
ra_fild13,0,0,0,0 monster Roween 1782,5,0,0,0
diff --git a/npc/pre-re/mobs/fields/splendide.txt b/npc/pre-re/mobs/fields/splendide.txt
index 70f145e08..a59c9dc3e 100644
--- a/npc/pre-re/mobs/fields/splendide.txt
+++ b/npc/pre-re/mobs/fields/splendide.txt
@@ -1,29 +1,49 @@
-//===== Hercules Script ======================================
-//= Splendide Fields Monster Spawn Script
-//===== By: ==================================================
-//= alexx, MaC
-//===== 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) scriptor
+//= Copyright (C) alexx
+//= Copyright (C) MaC
+//=
+//= 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/>.
+//=========================================================================
+//= Splendide Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Splendide Fields
+//================= Current Version =======================================
//= 1.1
-//===== Additional Comments: =================================
-//= 1.0 Official spawn ammounts from Aegis script [alexx]
-//= 1.1 Added 13.2 mob spawn update [scriptor]
-//============================================================
+//=========================================================================
-//==================================================
-// spl_fild01 - Splendide Field
-//==================================================
+//== spl_fild01 - Splendide Field ==========================
spl_fild01,0,0,0,0 monster Pinguicula 1995,50,0,0,0
spl_fild01,0,0,0,0 monster Naga 1993,35,0,0,0
spl_fild01,0,0,0,0 monster Cornus 1992,25,0,0,0
- // spl_fild02 - Splendide Field
-//==================================================
+//== spl_fild02 - Splendide Field ==========================
spl_fild02,0,0,0,0 monster Pinguicula 1995,95,0,0,0
spl_fild02,0,0,0,0 monster Luciola Vespa 1994,15,0,0,0
-//==================================================
-// spl_fild03 - Splendide Field
-//==================================================
+//== spl_fild03 - Splendide Field ==========================
spl_fild03,0,0,0,0 monster Luciola Vespa 1994,35,0,0,0
spl_fild03,0,0,0,0 monster Cornus 1992,25,0,0,0
spl_fild03,0,0,0,0 monster Naga 1993,20,0,0,0
diff --git a/npc/pre-re/mobs/fields/umbala.txt b/npc/pre-re/mobs/fields/umbala.txt
index eb8ce1ce6..09d26315c 100644
--- a/npc/pre-re/mobs/fields/umbala.txt
+++ b/npc/pre-re/mobs/fields/umbala.txt
@@ -1,17 +1,39 @@
-//===== Hercules Script ======================================
-//= Umbala Fields Monster Spawn Script
-//===== By: ==================================================
-//= Darkchild (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) Darkchild
+//=
+//= 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 Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Umbala Fields
+//================= Current Version =======================================
//= 1.4
-//===== Additional Comments: =================================
-//= 1.3 Official kRO 10.1 spawns [Playtester]
-//= 1.4 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// um_fild01 - Luluka Forest
-//==================================================
+//== um_fild01 - Luluka Forest =============================
um_fild01,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0
um_fild01,0,0,0,0 monster Stem Worm 1215,15,0,0,0
um_fild01,0,0,0,0 monster Harpy 1376,2,0,0,0
@@ -21,9 +43,7 @@ um_fild01,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
um_fild01,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
um_fild01,0,0,0,0 monster Shining Plant 1083,6,180000,90000,1
-//==================================================
-// um_fild02 - Hoomga Forest
-//==================================================
+//== um_fild02 - Hoomga Forest =============================
um_fild02,0,0,0,0 monster Coco 1104,10,0,0,0
um_fild02,0,0,0,0 monster Choco 1214,5,0,0,0
um_fild02,0,0,0,0 monster Beetle King 1494,30,0,0,0
@@ -58,9 +78,7 @@ um_fild02,360,320,20,30 monster Flora 1118,3,180000,120000,0
um_fild02,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
um_fild02,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
-//==================================================
-// um_fild03 - Kalala Swamp
-//==================================================
+//== um_fild03 - Kalala Swamp ==============================
um_fild03,0,0,0,0 monster Parasite 1500,95,0,0,0
um_fild03,0,0,0,0 monster Dragon Tail 1321,20,0,0,0
um_fild03,0,0,0,0 monster Alligator 1271,10,0,0,0
@@ -69,9 +87,7 @@ um_fild03,0,0,0,0 monster Blue Plant 1079,5,180000,90000,1
um_fild03,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
um_fild03,0,0,0,0 monster Shining Plant 1083,2,180000,90000,1
-//==================================================
-// um_fild04 - Hoomga Jungle
-//==================================================
+//== um_fild04 - Hoomga Jungle =============================
um_fild04,0,0,0,0 monster Beetle King 1494,30,0,0,0
um_fild04,0,0,0,0 monster Horn 1128,15,0,0,0
um_fild04,0,0,0,0 monster Choco 1214,2,0,0,0
diff --git a/npc/pre-re/mobs/fields/veins.txt b/npc/pre-re/mobs/fields/veins.txt
index 5a9a221bc..30f313737 100644
--- a/npc/pre-re/mobs/fields/veins.txt
+++ b/npc/pre-re/mobs/fields/veins.txt
@@ -1,21 +1,40 @@
-//===== Hercules Script ======================================
-//= Veins Fields 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) Gepard
+//= 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/>.
+//=========================================================================
+//= Veins Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Veins Fields
+//================= Current Version =======================================
//= 1.7
-//===== Additional Comments: =================================
-//= 1.0 Temp. monster spawn in Veins Field. [$ephiroth]
-//= 1.1 Updated monster spawn based on kRO website. [$ephiroth]
-//= 1.2 Updated mobs based on info jAthena. [$ephiroth]
-//= 1.3 Fixed some typos and Atros spawn [Playtester]
-//= 1.4 Updated spawns with info from RO Monthly [Playtester]
-//= 1.5 Updated spawn amounts to official [Playtester]
-//= 1.6 Even more accurate spawns [Playtester]
-//= 1.7 Corrected MVP spawn variance. [Gepard]
-//============================================================
+//=========================================================================
-//======== [Veins Field-01] ==================================
+//== Veins Field-01 ========================================
ve_fild01,0,0,0,0 monster Drops 1113,10,0,0,0
ve_fild01,0,0,0,0 monster Stapo 1784,20,0,0,0
ve_fild01,0,0,0,0 monster Muka 1055,70,0,0,0
@@ -26,7 +45,7 @@ ve_fild01,0,0,0,0 monster Yellow Plant 1081,10,0,0,0
ve_fild01,270,80,20,7 monster Blue Plant 1079,4,840000,0,0
ve_fild01,270,80,20,7 monster Shining Plant 1083,1,960000,0,0
-//======== [Veins Field-02] ===================================
+//== Veins Field-02 ========================================
ve_fild02,0,0,0,0 monster Stapo 1784,20,0,0,0
ve_fild02,0,0,0,0 monster Savage 1166,30,0,0,0
ve_fild02,220,215,135,180 monster Savage 1166,30,0,0,0
@@ -38,7 +57,7 @@ ve_fild02,120,55,50,50 boss_monster Atroce 1785,1,21600000,600000,0
ve_fild02,0,0,0,0 monster Red Plant 1078,10,0,0,0
ve_fild02,0,0,0,0 monster Yellow Plant 1081,10,0,0,0
-//======== [Veins Field-03] ===================================
+//== Veins Field-03 ========================================
ve_fild03,0,0,0,0 monster Stapo 1784,10,0,0,0
ve_fild03,200,212,114,60 monster Magmaring 1836,10,0,0,0
ve_fild03,0,0,0,0 monster Sandman 1165,20,0,0,0
@@ -47,7 +66,7 @@ ve_fild03,200,212,114,60 monster Sleeper 1386,5,0,0,0
ve_fild03,200,212,114,60 monster Red Plant 1078,10,0,0,0
ve_fild03,0,0,0,0 monster Yellow Plant 1081,10,0,0,0
-//======== [Veins Field-04] ===================================
+//== Veins Field-04 ========================================
ve_fild04,0,0,0,0 monster Stapo 1784,20,0,0,0
ve_fild04,0,0,0,0 monster Desert Wolf 1106,60,0,0,0
ve_fild04,0,0,0,0 monster Roween 1782,20,0,0,0
@@ -55,7 +74,7 @@ ve_fild04,0,0,0,0 monster Muscipular 1780,10,0,0,0
ve_fild04,0,0,0,0 monster Yellow Plant 1081,10,0,0,0
ve_fild04,288,273,4,4 monster Blue Plant 1079,3,660000,0,0
-//======== [Veins Field-05] ===================================
+//== Veins Field-05 ========================================
ve_fild05,0,0,0,0 monster Roween 1782,15,0,0,0
ve_fild05,0,0,0,0 monster Galion 1783,5,0,0,0
ve_fild05,0,0,0,0 monster Drosera 1781,10,0,0,0
@@ -70,12 +89,12 @@ ve_fild05,123,65,50,21 monster Sleeper 1386,5,120000,0,0
ve_fild05,152,139,15,17 monster White Plant 1082,5,1800000,0,0
ve_fild05,152,139,5,5 monster Shining Plant 1083,1,2400000,0,0
-//======== [Veins Field-06] ===================================
+//== Veins Field-06 ========================================
ve_fild06,0,0,0,0 monster Stapo 1784,2,300000,0,0
ve_fild06,0,0,0,0 monster Stapo 1784,1,1800000,0,0
ve_fild06,0,0,0,0 monster Shining Plant 1083,1,1020000,0,0
-//======== [Veins Field-07] ===================================
+//== Veins Field-07 ========================================
ve_fild07,0,0,0,0 monster Stapo 1784,30,0,0,0
ve_fild07,64,126,35,55 monster Aster 1266,3,0,0,0
ve_fild07,256,76,75,37 monster Aster 1266,7,0,0,0
diff --git a/npc/pre-re/mobs/fields/yuno.txt b/npc/pre-re/mobs/fields/yuno.txt
index 03ed9dd89..30e4f088b 100644
--- a/npc/pre-re/mobs/fields/yuno.txt
+++ b/npc/pre-re/mobs/fields/yuno.txt
@@ -1,28 +1,45 @@
-//===== Hercules Script ======================================
-//= Yuno Fields 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) Vicious
+//= Copyright (C) Poki#3
+//= Copyright (C) MasterOfMuppets
+//= Copyright (C) Darkchild
+//= Copyright (C) Muad_Dib
+//= 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/>.
+//=========================================================================
+//= Juno Fields Monster Spawn Script (Pre-Renewal)
+//================= Description ===========================================
+//= Monster Spawns for Juno Fields
+//================= Current Version =======================================
//= 1.9
-//===== Additional Comments: =================================
-//= 1.1 fixed tabs, names [Lupus]
-//= 1.2 New/Better Spawn [Muad_Dib]
-//= 1.3 Fix Up [Darkchild]
-//= 1.4 Updated monster spawns. Many thanks to vicious_pucca for
-//= providing the information [MasterOfMuppets]
-//= 1.5 Updated after Episode 10.4 - Hugel [Poki#3]
-//= Mob quantity is custom.
-//= 1.5b Changed the spawn numbers a bit. [Poki#3]
-//= Thanks to Playtester and Emperium.org
-//= 1.6 Fixed Yuno Field 10. Mob amount sugested by Playtester [Poki#3]
-//= 1.7 Updated by using Tharis' Homun AI, by Tharis [Vicious]
-//= 1.8 Added kRO 10.1 spawns where they fit [Playtester]
-//= 1.9 More accurate spawns [Playtester]
-//============================================================
+//=========================================================================
-//==================================================
-// yuno_fild01 - Border Posts
-//==================================================
+//== yuno_fild01 - Border Posts ============================
yuno_fild01,0,0,0,0 monster Dustiness 1114,50,0,0,0
yuno_fild01,0,0,0,0 monster Poring 1002,20,0,0,0
yuno_fild01,0,0,0,0 monster Poporing 1031,20,0,0,0
@@ -36,9 +53,7 @@ yuno_fild01,238,326,40,40 monster Shining Plant 1083,2,1800000,900000,1
yuno_fild01,0,0,0,0 monster Yellow Plant 1081,15,1800000,900000,1
yuno_fild01,0,0,0,0 monster Green Plant 1080,20,1800000,900000,1
-//==================================================
-// yuno_fild02 - Kiel Khayr's Cottage
-//==================================================
+//== yuno_fild02 - Kiel Hyre's Cottage =====================
yuno_fild02,0,0,0,0 monster Beetle King 1494,40,0,0,0
yuno_fild02,0,0,0,0 monster Horn 1128,40,0,0,0
yuno_fild02,0,0,0,0 monster Dustiness 1114,20,0,0,0
@@ -50,9 +65,7 @@ yuno_fild02,0,0,0,0 monster Red Plant 1078,10,1800000,900000,1
yuno_fild02,0,0,0,0 monster Yellow Plant 1081,10,1800000,900000,1
yuno_fild02,0,0,0,0 monster Green Plant 1080,10,1800000,900000,1
-//==================================================
-// yuno_fild03 - El Mes Plateau
-//==================================================
+//== yuno_fild03 - El Mes Plateau ==========================
yuno_fild03,0,0,0,0 monster Poporing 1031,50,0,0,0
yuno_fild03,0,0,0,0 monster Drops 1113,40,0,0,0
yuno_fild03,0,0,0,0 monster Poring 1002,30,0,0,0
@@ -67,9 +80,7 @@ yuno_fild03,0,0,0,0 monster Green Plant 1080,15,1800000,900000,1
yuno_fild03,358,215,10,10 monster Shining Plant 1083,1,1800000,900000,1
yuno_fild03,358,215,10,10 monster Blue Plant 1079,4,1800000,900000,1
-//==================================================
-// yuno_fild04 - El Mes Plateau
-//==================================================
+//== yuno_fild04 - El Mes Plateau ==========================
yuno_fild04,0,0,0,0 monster Poring 1002,60,0,0,0
yuno_fild04,0,0,0,0 monster Drops 1113,40,0,0,0
yuno_fild04,0,0,0,0 monster Condor 1009,20,0,0,0
@@ -79,9 +90,7 @@ yuno_fild04,0,0,0,0 monster Red Plant 1078,10,1800000,900000,1
yuno_fild04,0,0,0,0 monster Yellow Plant 1081,10,1800000,900000,1
yuno_fild04,0,0,0,0 monster Green Plant 1080,10,1800000,900000,1
-//==================================================
-// yuno_fild05 - El Mes Plateau
-//==================================================
+//== yuno_fild05 - El Mes Plateau ==========================
yuno_fild05,0,0,0,0 monster Rafflesia 1162,70,0,0,0
yuno_fild05,0,0,0,0 monster Dustiness 1114,30,0,0,0
yuno_fild05,0,0,0,0 monster Horn 1128,30,0,0,0
@@ -93,9 +102,7 @@ yuno_fild05,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,0
yuno_fild05,176,202,8,8 monster Blue Plant 1079,2,180000,90000,1
yuno_fild05,300,280,5,5 monster Blue Plant 1079,2,180000,90000,1
-//==================================================
-// yuno_fild06 - Yuno Field
-//==================================================
+//== yuno_fild06 - Juno Field ==============================
yuno_fild06,0,0,0,0 monster Sleeper 1386,70,0,0,0
yuno_fild06,0,0,0,0 monster Goat 1372,40,0,0,0
yuno_fild06,0,0,0,0 monster Demon Pungus 1378,20,120000,0,0
@@ -103,9 +110,7 @@ yuno_fild06,0,0,0,0 monster Red Plant 1078,10,0,0,0
yuno_fild06,0,0,0,0 monster Yellow Plant 1081,10,0,0,0
yuno_fild06,0,0,0,0 monster Green Plant 1080,10,0,0,0
-//==================================================
-// yuno_fild07 - El Mes Gorge (Valley of Abyss)
-//==================================================
+//== yuno_fild07 - El Mes Gorge (Valley of Abyss) ==========
yuno_fild07,0,0,0,0 monster Goat 1372,10,0,0,0
yuno_fild07,0,0,0,0 monster Geographer 1368,20,0,0,0
yuno_fild07,0,0,0,0 monster Driller 1380,10,0,0,0
@@ -114,9 +119,7 @@ yuno_fild07,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
yuno_fild07,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
yuno_fild07,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
-//==================================================
-// yuno_fild08 - Kiel Khayr's Academy
-//==================================================
+//== yuno_fild08 - Kiel Hyre's Academy ====================
yuno_fild08,0,0,0,0 monster Wild Rose 1261,5,0,0,0
yuno_fild08,200,300,290,100 monster Grand Peco 1369,30,0,0,0
yuno_fild08,272,205,100,120 monster Grand Peco 1369,20,0,0,0
@@ -131,9 +134,7 @@ yuno_fild08,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
yuno_fild08,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
yuno_fild08,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
-//==================================================
-// yuno_fild09 - Schwarzwald Guards Camp
-//==================================================
+//== yuno_fild09 - Schwarzwald Guards Camp =================
yuno_fild09,0,0,0,0 monster Beetle King 1494,40,0,0,0
yuno_fild09,0,0,0,0 monster Horn 1128,40,0,0,0
yuno_fild09,0,0,0,0 monster Stainer 1174,20,0,0,0
@@ -144,18 +145,14 @@ yuno_fild09,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
yuno_fild09,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
yuno_fild09,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
-//==================================================
-// yuno_fild10 - Yuno Field
-//==================================================
+//== yuno_fild10 - Juno Field ==============================
yuno_fild10,0,0,0,0 monster Beetle King 1494,40,0,0,0
yuno_fild10,0,0,0,0 monster Stainer 1174,20,0,0,0
yuno_fild10,0,0,0,0 monster Dustiness 1114,20,0,0,0
yuno_fild10,0,0,0,0 monster Geographer 1368,20,0,0,0
yuno_fild10,0,0,0,0 monster Hunter Fly 1035,10,0,0,0
-//==================================================
-// yuno_fild11 - Yuno Field
-//==================================================
+//== yuno_fild11 - Juno Field ==============================
yuno_fild11,0,0,0,0 monster Sleeper 1386,10,0,0,0
yuno_fild11,0,0,0,0 monster Demon Pungus 1378,10,120000,0,0
yuno_fild11,0,0,0,0 monster Geographer 1368,15,0,0,0
@@ -167,9 +164,7 @@ yuno_fild11,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
yuno_fild11,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
yuno_fild11,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
-//==================================================
-// yuno_fild12 - Border Checkpoint
-//==================================================
+//== yuno_fild12 - Border Checkpoint =======================
yuno_fild12,0,0,0,0 monster Dustiness 1114,30,0,0,0
yuno_fild12,0,0,0,0 monster Demon Pungus 1378,20,0,0,0
yuno_fild12,0,0,0,0 monster Poporing 1031,15,0,0,0