diff options
Diffstat (limited to 'npc/pre-re/mobs/fields/niflheim.txt')
-rw-r--r-- | npc/pre-re/mobs/fields/niflheim.txt | 66 |
1 files changed, 42 insertions, 24 deletions
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: |