1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
//================= Hercules Script =======================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2015 Hercules Dev Team
//= Copyright (C) L0ne_W0lf
//= Copyright (C) Playtester
//= Copyright (C) MasterOfMuppets
//= Copyright (C) Lupus
//= Copyright (C) Athena
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
//= the Free Software Foundation, either version 3 of the License, or
//= (at your option) any later version.
//=
//= This program is distributed in the hope that it will be useful,
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//= GNU General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program. If not, see <http://www.gnu.org/licenses/>.
//=========================================================================
//= Einbech Mine Dungeon Monster Spawn Script (Pre-Renewal)
//================= Description ===========================================
//= Monster Spawns for Einbech Mine Dungeon
//================= Current Version =======================================
//= 1.5
//=========================================================================
//== ein_dun01 - Mine Dungeon F1 ===========================
ein_dun01,0,0,0,0 monster Pitman 1616,70,0,0,0
ein_dun01,0,0,0,0 monster Noxious 1620,30,300000,0,0
ein_dun01,0,0,0,0 monster Porcellio 1619,30,0,0,0
ein_dun01,0,0,0,0 monster Venomous 1621,10,300000,0,0
ein_dun01,0,0,0,0 monster Old Stove 1617,1,1800000,600000,0
ein_dun01,0,0,0,0 monster Ungoliant 1618,1,3600000,3000000,0
//== ein_dun02 - Mine Dungeon F2 ===========================
ein_dun02,0,0,0,0 monster Obsidian 1615,10,0,0,0
ein_dun02,0,0,0,0 monster Mineral 1614,15,0,0,0
ein_dun02,75,151,60,133 monster Obsidian 1615,30,300000,0,0
ein_dun02,230,155,63,140 monster Mineral 1614,35,300000,0,0
ein_dun02,0,0,0,0 monster Teddy Bear 1622,10,0,0,0
ein_dun02,155,230,140,55 monster Teddy Bear 1622,20,480000,0,0
ein_dun02,0,0,0,0 monster Old Stove 1617,10,0,0,0
ein_dun02,154,80,134,55 monster Old Stove 1617,20,480000,0,0
ein_dun02,0,0,0,0 boss_monster RSX-0806 1623,1,7500000,600000,0
|